Tue Nov 23 17:20:04 2010 UTC ()
Update to 3.0z:

External compression updates. 3.0z prints a new warning when it
decompresses externally-compressed inputs, since I've received a
few reports of users confused by checksum failures. Remember, it
is not possible for xdelta3 to decompress and recompress a file
and ensure it has the same checksum. 3.0z improves error handling
for externally-compressed inputs with "trailing garbage" and also
includes a new flag to force the external compression command. Pass
'-F' to xdelta3 and it will pass '-f' to the external compression
command.


(wiz)
diff -r1.6 -r1.7 pkgsrc/devel/xdelta3/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/xdelta3/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/xdelta3/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/xdelta3/Makefile 2010/03/15 12:22:24 1.6
+++ pkgsrc/devel/xdelta3/Makefile 2010/11/23 17:20:04 1.7
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.6 2010/03/15 12:22:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2010/11/23 17:20:04 wiz Exp $
2# 2#
3 3
4DISTNAME= xdelta3.0y 4DISTNAME= xdelta3.0z
5PKGNAME= xdelta3-3.0y 5PKGNAME= xdelta3-3.0z
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= http://xdelta.googlecode.com/files/ 7MASTER_SITES= http://xdelta.googlecode.com/files/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://xdelta.org/ 10HOMEPAGE= http://xdelta.org/
11COMMENT= Enhanced diff that works on binary files (version 3.x) 11COMMENT= Enhanced diff that works on binary files (version 3.x)
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16BUILD_TARGET= xdelta3 16BUILD_TARGET= xdelta3
17USE_TOOLS+= gmake 17USE_TOOLS+= gmake
18INSTALLATION_DIRS= bin share/doc/xdelta3 18INSTALLATION_DIRS= bin share/doc/xdelta3

cvs diff -r1.3 -r1.4 pkgsrc/devel/xdelta3/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/xdelta3/distinfo 2010/03/15 12:22:24 1.3
+++ pkgsrc/devel/xdelta3/distinfo 2010/11/23 17:20:04 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/03/15 12:22:24 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2010/11/23 17:20:04 wiz Exp $
2 2
3SHA1 (xdelta3.0y.tar.gz) = 3120ff9ff57734e08c06a97675572370d2da92e4 3SHA1 (xdelta3.0z.tar.gz) = f0479feebf911b12271c01c3bf19202bc6a65beb
4RMD160 (xdelta3.0y.tar.gz) = b6ad7d1a9d1fee3496cd4f30680a996aaa4f639c 4RMD160 (xdelta3.0z.tar.gz) = 05019804cf1e08709ef3581cf425a79937be17da
5Size (xdelta3.0y.tar.gz) = 228808 bytes 5Size (xdelta3.0z.tar.gz) = 232558 bytes