[72834] trunk/dports/archivers

afb at macports.org afb at macports.org
Thu Oct 28 04:20:24 PDT 2010


Revision: 72834
          http://trac.macports.org/changeset/72834
Author:   afb at macports.org
Date:     2010-10-28 04:20:22 -0700 (Thu, 28 Oct 2010)
Log Message:
-----------
xz: upgrade to 5.0.0 release (from xz-devel)

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

Added Paths:
-----------
    trunk/dports/archivers/xz/

Removed Paths:
-------------
    trunk/dports/archivers/xz/files/

Modified: trunk/dports/archivers/xz/Portfile
===================================================================
--- trunk/dports/archivers/xz-devel/Portfile	2010-10-27 20:24:41 UTC (rev 72809)
+++ trunk/dports/archivers/xz/Portfile	2010-10-28 11:20:22 UTC (rev 72834)
@@ -2,8 +2,8 @@
 
 PortSystem      1.0
 
-name            xz-devel
-version         4.999.9beta
+name            xz
+version         5.0.0
 categories      archivers
 platforms       darwin
 maintainers     afb openmaintainer
@@ -17,18 +17,19 @@
 homepage        http://tukaani.org/xz/
 master_sites    ${homepage}
 distname        xz-${version}
-checksums       md5 f2073579b6da2fe35d453adee1aaf1b2 \
-                sha1 9627de3997ddcdb02f8d327e84b2cf1941ecd230 \
-                rmd160 1253ce01746c748c8549effa5041224044919c4e
+checksums       md5 f3c0706d100ad2b6d63327584d026c50 \
+                sha1 bcce697d7f09584f0feb21e35b13a15ba7417a1f \
+                rmd160 c336b081bdd056290f18903b0b0c3b657b141d58
 
 depends_lib     port:libiconv port:gettext
 
 conflicts       lzmautils
 
-patchfiles      patch-sysctl-darwin.diff
-
 configure.args  --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix}
 
+# previous version defaulted to static liblzma (through --enable-dynamic=mixed)
+configure.args-append --disable-shared
+
 # the internal "check.h" header conflicts with port check's <check.h>
 configure.cppflags -I${worksrcpath}/src/liblzma/check -I${prefix}/include
 
@@ -45,5 +46,5 @@
 }
 
 livecheck.url   ${homepage}
-livecheck.regex XZ Utils (\[0-9.a-z\]*) was released
+livecheck.regex xz-(\[0-9.a-z\]*)\.tar\.gz
 livecheck.type  regexm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101028/821f3a8f/attachment.html>


More information about the macports-changes mailing list