diff options
author | naddy <naddy@FreeBSD.org> | 2013-01-07 21:39:29 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-01-07 21:39:29 +0800 |
commit | 339547a23818e9ad64e8c7f196196a855a73d532 (patch) | |
tree | c63d5a0fc0bd4726b855450350aaf842ea3ca732 /archivers | |
parent | 49d7c164013ad3c703f1ae2026e01811ed6e3598 (diff) | |
download | freebsd-ports-gnome-339547a23818e9ad64e8c7f196196a855a73d532.tar.gz freebsd-ports-gnome-339547a23818e9ad64e8c7f196196a855a73d532.tar.zst freebsd-ports-gnome-339547a23818e9ad64e8c7f196196a855a73d532.zip |
Update to 5.0.4 to match the version in base in FreeBSD 8/9/10.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xz/Makefile | 17 | ||||
-rw-r--r-- | archivers/xz/distinfo | 4 | ||||
-rw-r--r-- | archivers/xz/files/patch-Makefile.in | 9 |
3 files changed, 18 insertions, 12 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index e30092e755a3..2be6b4fce163 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -1,11 +1,15 @@ # $FreeBSD$ +# The version should match the one imported into base in later releases, +# so ports can expect the same features across all branches. + PORTNAME= xz -PORTVERSION= 5.0.3 +PORTVERSION= 5.0.4 CATEGORIES= archivers #MASTER_SITES= http://tukaani.org/xz/ -# tukaani.org doesn't interop with fetch(1) as of 2011-07-27 -MASTER_SITES= ${MASTER_SITE_NETBSD} +# tukaani.org still doesn't interop with fetch(1) as of 2013-01-06 +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= naddy MAINTAINER= naddy@FreeBSD.org COMMENT= LZMA compression and decompression tools @@ -18,7 +22,7 @@ USE_LDCONFIG= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes -# As we want to use xz for extraction of port's distfiles, +# As we want to use xz for extraction of port distfiles, # it cannot depend on gettext. CONFIGURE_ARGS= --disable-nls @@ -28,7 +32,8 @@ CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL} .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} -INSTALL_TARGET= install install-dist_docDATA install-dist_examplesDATA +INSTALL_TARGET= install install-dist_docDATA install-dist_examplesDATA \ + install-dist_examplesoldDATA .endif MAN1= lzmainfo.1 xz.1 xzdec.1 xzdiff.1 xzgrep.1 xzless.1 xzmore.1 @@ -44,7 +49,7 @@ MLINKS= xz.1 lzcat.1 xzdiff.1 lzcmp.1 \ PORTDOCS= AUTHORS COPYING COPYING.GPLv2 NEWS README THANKS TODO \ faq.txt history.txt lzma-file-format.txt xz-file-format.txt \ - examples + examples examples_old regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff --git a/archivers/xz/distinfo b/archivers/xz/distinfo index f52dbf7d79fc..ed91a7ddb204 100644 --- a/archivers/xz/distinfo +++ b/archivers/xz/distinfo @@ -1,2 +1,2 @@ -SHA256 (xz-5.0.3.tar.bz2) = 5a11b9e17bfcda62319c5a8c4a2062dc81607a316d3f6adff89422d81ec1eae9 -SIZE (xz-5.0.3.tar.bz2) = 1025913 +SHA256 (xz-5.0.4.tar.bz2) = 5cd9b060d3a1ad396b3be52c9b9311046a1c369e6062aea752658c435629ce92 +SIZE (xz-5.0.4.tar.bz2) = 1048328 diff --git a/archivers/xz/files/patch-Makefile.in b/archivers/xz/files/patch-Makefile.in index f8e1d58bd807..91670eae875e 100644 --- a/archivers/xz/files/patch-Makefile.in +++ b/archivers/xz/files/patch-Makefile.in @@ -1,10 +1,11 @@ ---- Makefile.in.orig 2011-02-28 17:22:23.000000000 +0100 -+++ Makefile.in 2011-02-28 17:23:10.000000000 +0100 -@@ -814,7 +814,7 @@ info: info-recursive +--- Makefile.in.orig 2013-01-06 20:23:58.000000000 +0100 ++++ Makefile.in 2013-01-06 20:24:19.000000000 +0100 +@@ -926,8 +926,7 @@ info: info-recursive info-am: --install-data-am: install-dist_docDATA install-dist_examplesDATA +-install-data-am: install-dist_docDATA install-dist_examplesDATA \ +- install-dist_examplesoldDATA +install-data-am: install-dvi: install-dvi-recursive |