Date: Tue, 16 Oct 2012 19:14:38 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@FreeBSD.org Cc: naddy@FreeBSD.org Subject: ports/172783: [PATCH] archivers/xz: update to 5.0.4 Message-ID: <507D338E.2060807@airport.fm> Resent-Message-ID: <201210161020.q9GAK1Fm048377@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172783 >Category: ports >Synopsis: [PATCH] archivers/xz: update to 5.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 16 10:20:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: FOX Amateur Radio Club >Environment: System: FreeBSD RELENG74.localIPv4.airport.fm 7.4-RELEASE-p10 FreeBSD 7.4-RELEASE-p10 #0: Tue Oct 16 16:09:35 JST 2012 >Description: - Update to 5.0.4 - add LICENSE - fix OptionsNG - fix MASTER_SITES Port maintainer (naddy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- xz-5.0.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/archivers/xz/Makefile ./Makefile --- /usr/ports/archivers/xz/Makefile 2012-09-16 05:00:32.000000000 +0900 +++ ./Makefile 2012-10-16 18:56:09.000000000 +0900 @@ -1,20 +1,22 @@ # $FreeBSD: ports/archivers/xz/Makefile,v 1.18 2012/09/15 20:00:32 naddy Exp $ 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} +MASTER_SITES= http://tukaani.org/xz/ ${MASTER_SITE_NETBSD} MAINTAINER= naddy@FreeBSD.org COMMENT= LZMA compression and decompression tools +LICENSE= LGPL21 GPLv2 GPLv3 +LICENSE_COMB= multi + CONFLICTS= lzma-[0-9]* lzmautils-[0-9]* lzmalib-[0-9]* MAKE_JOBS_SAFE= yes USE_BZIP2= yes USE_LDCONFIG= yes +USE_GCC= 4.2+ USE_GNOME= gnomehack GNU_CONFIGURE= yes @@ -25,8 +27,11 @@ # pick up assembly language optimizations CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL} -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install-dist_docDATA install-dist_examplesDATA +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MDOCS} +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 @@ -47,8 +52,6 @@ regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check -.include <bsd.port.pre.mk> - .if ${OSVERSION} >= 900012 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800505) IGNORE= is already in the base system .endif diff -ruN --exclude=CVS /usr/ports/archivers/xz/distinfo ./distinfo --- /usr/ports/archivers/xz/distinfo 2011-07-27 22:45:09.000000000 +0900 +++ ./distinfo 2012-10-16 18:20:29.000000000 +0900 @@ -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 -ruN --exclude=CVS /usr/ports/archivers/xz/files/patch-Makefile.in ./files/patch-Makefile.in --- /usr/ports/archivers/xz/files/patch-Makefile.in 2011-03-01 01:43:27.000000000 +0900 +++ ./files/patch-Makefile.in 2012-10-16 18:21:50.000000000 +0900 @@ -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 2012-10-16 18:20:36.000000000 +0900 ++++ Makefile.in 2012-10-16 18:21:30.000000000 +0900 +@@ -926,8 +926,7 @@ 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 --- xz-5.0.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?507D338E.2060807>