Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2013 13:39:29 +0000 (UTC)
From:      Christian Weisgerber <naddy@svn.freebsd.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310044 - in head/archivers/xz: . files
Message-ID:  <50ead012.724c.4c2b48b8@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Mon Jan  7 13:39:29 2013
New Revision: 310044
URL: http://svnweb.freebsd.org/changeset/ports/310044

Log:
  Update to 5.0.4 to match the version in base in FreeBSD 8/9/10.

Modified:
  head/archivers/xz/Makefile
  head/archivers/xz/distinfo   (contents, props changed)
  head/archivers/xz/files/patch-Makefile.in   (contents, props changed)

Modified: head/archivers/xz/Makefile
==============================================================================
--- head/archivers/xz/Makefile	Mon Jan  7 13:14:45 2013	(r310043)
+++ head/archivers/xz/Makefile	Mon Jan  7 13:39:29 2013	(r310044)
@@ -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/
 .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

Modified: head/archivers/xz/distinfo
==============================================================================
--- head/archivers/xz/distinfo	Mon Jan  7 13:14:45 2013	(r310043)
+++ head/archivers/xz/distinfo	Mon Jan  7 13:39:29 2013	(r310044)
@@ -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

Modified: head/archivers/xz/files/patch-Makefile.in
==============================================================================
--- head/archivers/xz/files/patch-Makefile.in	Mon Jan  7 13:14:45 2013	(r310043)
+++ head/archivers/xz/files/patch-Makefile.in	Mon Jan  7 13:39:29 2013	(r310044)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50ead012.724c.4c2b48b8>