[52195] trunk/dports/archivers/p7zip/Portfile

nox at macports.org nox at macports.org
Thu Jun 11 18:11:02 PDT 2009


Revision: 52195
          http://trac.macports.org/changeset/52195
Author:   nox at macports.org
Date:     2009-06-11 18:10:57 -0700 (Thu, 11 Jun 2009)
Log Message:
-----------
p7zip:
 * Update to 9.04.
 * Enable parallel building.

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

Modified: trunk/dports/archivers/p7zip/Portfile
===================================================================
--- trunk/dports/archivers/p7zip/Portfile	2009-06-11 23:53:46 UTC (rev 52194)
+++ trunk/dports/archivers/p7zip/Portfile	2009-06-12 01:10:57 UTC (rev 52195)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            p7zip
-version         4.65
+version         9.04
 categories      archivers
 maintainers     simon openmaintainer
 platforms       darwin
@@ -20,23 +20,22 @@
 use_bzip2       yes
 distfiles       ${distname}_src_all${extract.suffix}
 
-checksums           md5     f78ed232436dc8f8be25a2f95d4e5f9a \
-                    sha1    988f6ec63e93e6ec23492fd39e3b48a58fd695d1 \
-                    rmd160  1749032c16e7c5afaa79bc123db33d61acc79eba
+checksums           md5     9194ebf9a2b3735d236aed001de5f6f8 \
+                    sha1    6430fcd3a5e16d0a30f1eebf34a085e5372b813b \
+                    rmd160  2d9caf81dd3fc038441be7e1e592a972a1114df7
 
 patchfiles      patch-install.sh.diff
 
 configure {
-    copy -force ${worksrcpath}/makefile.macosx ${worksrcpath}/makefile.machine
-}
-
-post-configure {
+    copy -force ${worksrcpath}/makefile.macosx_32bits ${worksrcpath}/makefile.machine
     if {[variant_isset universal]} {
         reinplace "s|\$(LOCAL_FLAGS)|${configure.universal_cflags} \$(LOCAL_FLAGS)|g" \
             ${worksrcpath}/makefile.machine
     }
 }
 
+use_parallel_build	yes
+
 destroot.destdir    DEST_HOME=${prefix} \
                     DEST_SHARE_DOC=${prefix}/share/doc/${name}-${version} \
                     DEST_MAN=${prefix}/share/man \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090611/b5ab2848/attachment.html>


More information about the macports-changes mailing list