[81606] trunk/dports/devel

raimue at macports.org raimue at macports.org
Tue Aug 2 16:33:35 PDT 2011


Revision: 81606
          http://trac.macports.org/changeset/81606
Author:   raimue at macports.org
Date:     2011-08-02 16:33:33 -0700 (Tue, 02 Aug 2011)
Log Message:
-----------
devel/valgrind, devel/valgrind-devel:
Reorder options, add license

Modified Paths:
--------------
    trunk/dports/devel/valgrind/Portfile
    trunk/dports/devel/valgrind-devel/Portfile

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile	2011-08-02 23:19:30 UTC (rev 81605)
+++ trunk/dports/devel/valgrind/Portfile	2011-08-02 23:33:33 UTC (rev 81606)
@@ -8,6 +8,8 @@
 revision        2
 categories      devel
 platforms       darwin
+supported_archs i386 x86_64
+license         GPL-2
 maintainers     raimue
 
 description     A powerful open-source memory debugger
@@ -43,8 +45,6 @@
 configure.args  --mandir=${prefix}/share/man \
                 --without-mpicc
 
-supported_archs i386 x86_64
-
 if {$build_arch == "i386"} {
     configure.args-append --enable-only32bit
 } elseif {$build_arch == "x86_64"} {

Modified: trunk/dports/devel/valgrind-devel/Portfile
===================================================================
--- trunk/dports/devel/valgrind-devel/Portfile	2011-08-02 23:19:30 UTC (rev 81605)
+++ trunk/dports/devel/valgrind-devel/Portfile	2011-08-02 23:33:33 UTC (rev 81606)
@@ -9,6 +9,8 @@
 version         3.7.0-r${svn.revision}
 categories      devel
 platforms       darwin
+supported_archs i386 x86_64
+license         GPL-2
 maintainers     raimue
 
 description     A powerful open-source memory debugger.
@@ -35,8 +37,6 @@
 configure.args  --mandir=${prefix}/share/man \
                 --without-mpicc
 
-supported_archs i386 x86_64
-
 if {$build_arch == "i386"} {
     configure.args-append --enable-only32bit
 } elseif {$build_arch == "x86_64"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110802/e155e19f/attachment.html>


More information about the macports-changes mailing list