[73334] trunk/dports/devel/liblzma

afb at macports.org afb at macports.org
Wed Nov 10 03:21:05 PST 2010


Revision: 73334
          http://trac.macports.org/changeset/73334
Author:   afb at macports.org
Date:     2010-11-10 03:21:00 -0800 (Wed, 10 Nov 2010)
Log Message:
-----------
port upgrade: XZ 5.0.0 (increases liblzma library version)

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

Removed Paths:
-------------
    trunk/dports/devel/liblzma/files/

Modified: trunk/dports/devel/liblzma/Portfile
===================================================================
--- trunk/dports/devel/liblzma/Portfile	2010-11-10 10:32:25 UTC (rev 73333)
+++ trunk/dports/devel/liblzma/Portfile	2010-11-10 11:21:00 UTC (rev 73334)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            liblzma
-version         4.999.9beta
+version         5.0.0
 categories      devel
 platforms       darwin
 maintainers     afb openmaintainer
@@ -17,14 +17,10 @@
 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
 
-patchfiles      patch-sysctl-darwin.diff patch-bump-liblzma-major.diff
-
-configure.args  --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix}
-
 # the internal "check.h" header conflicts with port check's <check.h>
 configure.cppflags -I${worksrcpath}/src/liblzma/check -I${prefix}/include
 
@@ -33,3 +29,7 @@
 platform darwin 10 {
     configure.args-append --disable-assembler
 }
+
+livecheck.url   ${homepage}
+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/20101110/c8cef6f2/attachment.html>


More information about the macports-changes mailing list