[96488] trunk/dports/archivers/pbzip2/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 12 01:08:28 PDT 2012


Revision: 96488
          https://trac.macports.org/changeset/96488
Author:   ryandesign at macports.org
Date:     2012-08-12 01:08:27 -0700 (Sun, 12 Aug 2012)
Log Message:
-----------
pbzip2: fix universal variant (must be declared before get_canonical_archflags is used)

Modified Paths:
--------------
    trunk/dports/archivers/pbzip2/Portfile

Modified: trunk/dports/archivers/pbzip2/Portfile
===================================================================
--- trunk/dports/archivers/pbzip2/Portfile	2012-08-12 08:03:30 UTC (rev 96487)
+++ trunk/dports/archivers/pbzip2/Portfile	2012-08-12 08:08:27 UTC (rev 96488)
@@ -4,7 +4,7 @@
 
 name              pbzip2
 version           1.1.6
-revision          1
+revision          2
 categories        archivers
 platforms         darwin
 maintainers       ram openmaintainer
@@ -27,6 +27,7 @@
   reinplace "s|man|share/man|" ${worksrcpath}/Makefile
 }
 
+variant universal {}
 
 # yes, the Makefile actually requires $(CC) to compile C++
 build.args-append CC=${configure.cxx} \
@@ -46,8 +47,6 @@
     ${destroot}${docdir}
 }
 
-variant universal {}
-
 livecheck.type    regex
 livecheck.url     ${homepage}
 livecheck.regex   {pbzip2-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120812/b8c1daa0/attachment-0001.html>


More information about the macports-changes mailing list