[93605] trunk/dports/graphics/AntTweakBar/Portfile

jmr at macports.org jmr at macports.org
Sun May 27 17:02:29 PDT 2012


Revision: 93605
          https://trac.macports.org/changeset/93605
Author:   jmr at macports.org
Date:     2012-05-27 17:02:28 -0700 (Sun, 27 May 2012)
Log Message:
-----------
AntTweakBar: fix distfiles, follow stealth update (#31267)

Modified Paths:
--------------
    trunk/dports/graphics/AntTweakBar/Portfile

Modified: trunk/dports/graphics/AntTweakBar/Portfile
===================================================================
--- trunk/dports/graphics/AntTweakBar/Portfile	2012-05-27 23:49:20 UTC (rev 93604)
+++ trunk/dports/graphics/AntTweakBar/Portfile	2012-05-28 00:02:28 UTC (rev 93605)
@@ -1,20 +1,22 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
+
 PortSystem          1.0
+
 name                AntTweakBar
 version             1.14
-revision            1
+revision            2
 categories          graphics
-maintainers         karcaw at gmail.com
+maintainers         gmail.com:karcaw
 description         Graphics Library for graphical user interface
 long_description    AntTweakBar is a small and easy-to-use C/C++ library \
                     that allows programmers to quickly add a light and intuitive graphical \
                     user interface into graphic applications based on OpenGL, DirectX 9 or \
-                    DirectX 10 to interactively tweak their parameters on-screen. 
+                    DirectX 10 to interactively tweak their parameters on-screen.
 homepage            http://www.antisphere.com/Wiki/tools:anttweakbar
 platforms           darwin
 master_sites        http://www.antisphere.com/Tools/AntTweakBar/
-distfiles           ${name}_[join [split ${version} .] ""]
+distname            ${name}_[join [split ${version} .] ""]
 use_configure       no
 use_zip             yes
 
@@ -33,13 +35,14 @@
 
 eval destroot.args  ${build.args}
 
-checksums           sha1    a3e2d2c756413d1c562946a9e7b8190734284f2b \
-                    rmd160  89fab9e632b54c858ed1a5f85a2abb802efe403d
+# stealth update of 1.14, ticket #31267
+dist_subdir         ${name}/${version}_2
+checksums           sha1    b6405082efb6d6f26b3856a1b12c4e520055390e \
+                    rmd160  6297484674785807a8e750ccc8934dcba35f8353
 
 patchfiles          ATB_[join [split ${version} .] ""]_mac.patch
 worksrcdir          ${name}
 
 #post-extract {
-#    file link ${workpath}/AntTweakBar-${version} ${workpath}/AntTweakBar 
+#    file link ${workpath}/AntTweakBar-${version} ${workpath}/AntTweakBar
 #}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120527/7ab23309/attachment-0001.html>


More information about the macports-changes mailing list