svn commit: r318594 - in head/misc/xdelta3: . files
Bryan Drewery
bdrewery at FreeBSD.org
Mon May 20 12:03:27 UTC 2013
Author: bdrewery
Date: Mon May 20 12:03:26 2013
New Revision: 318594
URL: http://svnweb.freebsd.org/changeset/ports/318594
Log:
- Update to 3.0.7
- Pass maintinership to submitter
PR: ports/178723
Submitted by: Danilo Egea Gondolfo <danilogondolfo at gmail.com>
Added:
head/misc/xdelta3/files/
head/misc/xdelta3/files/patch-testing-regtest.cc.patch (contents, props changed)
Modified:
head/misc/xdelta3/Makefile
head/misc/xdelta3/distinfo
Modified: head/misc/xdelta3/Makefile
==============================================================================
--- head/misc/xdelta3/Makefile Mon May 20 11:16:57 2013 (r318593)
+++ head/misc/xdelta3/Makefile Mon May 20 12:03:26 2013 (r318594)
@@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= xdelta
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.7
PORTEPOCH= 1
CATEGORIES?= misc devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}3-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= danilogondolfo at gmail.com
COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression
LICENSE= GPLv2 # (or later)
Modified: head/misc/xdelta3/distinfo
==============================================================================
--- head/misc/xdelta3/distinfo Mon May 20 11:16:57 2013 (r318593)
+++ head/misc/xdelta3/distinfo Mon May 20 12:03:26 2013 (r318594)
@@ -1,2 +1,2 @@
-SHA256 (xdelta3-3.0.6.tar.gz) = b9a439c27c26e8397dd1b438a2fac710b561e0961fe75682230e6c8f69340da5
-SIZE (xdelta3-3.0.6.tar.gz) = 495860
+SHA256 (xdelta3-3.0.7.tar.gz) = 97e56a019be7f6c8d7e974dfe501fcf55d7ac97fe42165a172ed8c6b0e96f219
+SIZE (xdelta3-3.0.7.tar.gz) = 481371
Added: head/misc/xdelta3/files/patch-testing-regtest.cc.patch
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/xdelta3/files/patch-testing-regtest.cc.patch Mon May 20 12:03:26 2013 (r318594)
@@ -0,0 +1,11 @@
+--- ../../xdelta3-3.0.7/testing/regtest.cc 2013-05-13 04:54:35.000000000 +0000
++++ testing/regtest.cc 2013-05-20 02:32:05.243969745 +0000
+@@ -761,7 +761,7 @@
+ ExtFile d01, d12, d23;
+ Options options;
+ options.encode_srcwin_maxsz =
+- std::max(spec0.Size(), options.encode_srcwin_maxsz);
++ std::max((unsigned long long)spec0.Size(), (unsigned long long)options.encode_srcwin_maxsz);
+
+ spec0.WriteTmpFile(&f0);
+ spec1.WriteTmpFile(&f1);
More information about the svn-ports-head
mailing list