Date: Sat, 12 Sep 2009 02:10:46 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: araujo@FreeBSD.org, itetcu@FreeBSD.org, scjamorim@bsd.com.br, miwi@FreeBSD.org Subject: ports/138747: [PATCH] archivers/lzip: update to 1.8 Message-ID: <20090912051046.C986F228001@fbsd72.scjamorim.org> Resent-Message-ID: <200909120520.n8C5K1gV070692@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138747 >Category: ports >Synopsis: [PATCH] archivers/lzip: update to 1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 12 05:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug 3 22:10:47 BRT >Description: - Update to 1.8 - It was changed the PLIST_FILES and MAN - Removed bin/lzdiff and bin/lzgrep - Removed MAN's lzdiff.1 and lzgrep.1 You can see the log in my tinderbox: 6-stable - amd64 http://www.scjamorim.org/Home/lzip-1.8-6amd64.log 7-stable - amd64 http://www.scjamorim.org/Home/lzip-1.8-7amd64.log 8-current - amd64 http://www.scjamorim.org/Home/lzip-1.8-8amd64.log 6-stable - i386 http://www.scjamorim.org/Home/lzip-1.8-6i386.log 7-stable - i386 http://www.scjamorim.org/Home/lzip-1.8-7i386.log 8-current - i386 http://www.scjamorim.org/Home/lzip-1.8-8i386.log Port maintainer (scjamorim@bsd.com.br) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- lzip-1.8.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/lzip/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 5 Jul 2009 07:56:04 -0000 1.3 +++ Makefile 12 Sep 2009 05:02:21 -0000 @@ -6,21 +6,21 @@ # PORTNAME= lzip -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTVERSION= 1.8 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip MAINTAINER= scjamorim@bsd.com.br COMMENT= Is a lossless data compressor based on the LZMA algorithm -PLIST_FILES= bin/lzip bin/lzdiff bin/lzgrep bin/lziprecover +PLIST_FILES= bin/lzip \ + bin/lziprecover GNU_CONFIGURE= yes CONFIGURE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" -MAN1= lzip.1 lzdiff.1 lzgrep.1 lziprecover.1 +MAN1= lzip.1 lziprecover.1 INFO= lzip .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/archivers/lzip/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 30 Jun 2009 14:28:41 -0000 1.2 +++ distinfo 12 Sep 2009 05:02:21 -0000 @@ -1,3 +1,3 @@ -MD5 (lzip-1.7.tar.gz) = c63815497a25d21ed2431a0758d4191f -SHA256 (lzip-1.7.tar.gz) = 22212ffbba1b6395c742d93e26fbf46bc2de9d2e75393374a2a29ea54746f608 -SIZE (lzip-1.7.tar.gz) = 66758 +MD5 (lzip-1.8.tar.gz) = eb1f2795ab3f95ccc6c855eac60aefc3 +SHA256 (lzip-1.8.tar.gz) = a993152750091a0dcebba8203bab7a754d67e8821c3c66c898f302ef86ec538c +SIZE (lzip-1.8.tar.gz) = 64399 --- lzip-1.8.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?20090912051046.C986F228001>