[47954] trunk/dports/devel/liblzma

afb at macports.org afb at macports.org
Wed Mar 11 07:44:25 PDT 2009


Revision: 47954
          http://trac.macports.org/changeset/47954
Author:   afb at macports.org
Date:     2009-03-11 07:44:24 -0700 (Wed, 11 Mar 2009)
Log Message:
-----------
port upgrade: liblzma 4.999.8

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

Added Paths:
-----------
    trunk/dports/devel/liblzma/files/
    trunk/dports/devel/liblzma/files/patch-bump-liblzma-major.diff

Modified: trunk/dports/devel/liblzma/Portfile
===================================================================
--- trunk/dports/devel/liblzma/Portfile	2009-03-11 14:36:33 UTC (rev 47953)
+++ trunk/dports/devel/liblzma/Portfile	2009-03-11 14:44:24 UTC (rev 47954)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            liblzma
-version         4.999.3alpha
+version         4.999.8beta
 categories      devel
 platforms       darwin
 maintainers     afb at macports.org openmaintainer
@@ -14,13 +14,17 @@
     filters (algorithms). It was written in C (C99). It has a very similar \
     API to that of zlib.
 
-homepage        http://tukaani.org/lzma/
+homepage        http://tukaani.org/xz/
 master_sites    ${homepage}
-distname        lzma-${version}
-checksums       md5 23b0d73bda022964a9dfc7787c5fb918
+distname        xz-${version}
+checksums       md5 f00967331a487e88d51207fe17c56f52 \
+                sha1 d282518518488c37ec268401e1b8247749279c44 \
+                rmd160 41303aed49cfb976da54d7e3e88210b4eeaebbbd
 
 depends_lib     port:libiconv port:gettext
 
+patchfiles      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>

Added: trunk/dports/devel/liblzma/files/patch-bump-liblzma-major.diff
===================================================================
--- trunk/dports/devel/liblzma/files/patch-bump-liblzma-major.diff	                        (rev 0)
+++ trunk/dports/devel/liblzma/files/patch-bump-liblzma-major.diff	2009-03-11 14:44:24 UTC (rev 47954)
@@ -0,0 +1,22 @@
+--- src/liblzma/Makefile.am~	2008-10-03 18:33:26.000000000 +0200
++++ src/liblzma/Makefile.am	2008-10-17 14:08:01.835762077 +0200
+@@ -16,7 +16,7 @@ SUBDIRS = api common check
+ 
+ lib_LTLIBRARIES = liblzma.la
+ liblzma_la_SOURCES =
+-liblzma_la_LDFLAGS = -version-info 0:0:0
++liblzma_la_LDFLAGS = -version-info 1:0:0
+ 
+ liblzma_la_LIBADD = \
+ 	common/libcommon.la \
+--- src/liblzma/Makefile.in.orig	2009-03-11 15:35:09.000000000 +0100
++++ src/liblzma/Makefile.in	2009-03-11 15:38:27.000000000 +0100
+@@ -244,7 +244,7 @@
+ 	$(am__append_5) $(am__append_7) $(am__append_9)
+ lib_LTLIBRARIES = liblzma.la
+ liblzma_la_SOURCES = 
+-liblzma_la_LDFLAGS = -version-info 0:0:0
++liblzma_la_LDFLAGS = -version-info 1:0:0
+ liblzma_la_LIBADD = common/libcommon.la check/libcheck.la \
+ 	$(am__append_2) $(am__append_4) $(am__append_6) \
+ 	$(am__append_8) $(am__append_10)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090311/da3952e6/attachment.html>


More information about the macports-changes mailing list