aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xdelta3
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-05-20 20:03:26 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-05-20 20:03:26 +0800
commitf4863efcbae2cba39f51f7f3cfb1174189a03fa8 (patch)
treeb653a55e53a33f4e5c1992b3006252ce3e92ada5 /misc/xdelta3
parente998ae5c2c4713239aa01a8722d9a73208491978 (diff)
downloadfreebsd-ports-gnome-f4863efcbae2cba39f51f7f3cfb1174189a03fa8.tar.gz
freebsd-ports-gnome-f4863efcbae2cba39f51f7f3cfb1174189a03fa8.tar.zst
freebsd-ports-gnome-f4863efcbae2cba39f51f7f3cfb1174189a03fa8.zip
- Update to 3.0.7
- Pass maintinership to submitter PR: ports/178723 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Diffstat (limited to 'misc/xdelta3')
-rw-r--r--misc/xdelta3/Makefile4
-rw-r--r--misc/xdelta3/distinfo4
-rw-r--r--misc/xdelta3/files/patch-testing-regtest.cc.patch11
3 files changed, 15 insertions, 4 deletions
diff --git a/misc/xdelta3/Makefile b/misc/xdelta3/Makefile
index 9914b92d2548..b1fa9afb6b8c 100644
--- a/misc/xdelta3/Makefile
+++ b/misc/xdelta3/Makefile
@@ -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@FreeBSD.org
+MAINTAINER= danilogondolfo@gmail.com
COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression
LICENSE= GPLv2 # (or later)
diff --git a/misc/xdelta3/distinfo b/misc/xdelta3/distinfo
index 71a3cdfb90e7..8ee67bc6a158 100644
--- a/misc/xdelta3/distinfo
+++ b/misc/xdelta3/distinfo
@@ -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
diff --git a/misc/xdelta3/files/patch-testing-regtest.cc.patch b/misc/xdelta3/files/patch-testing-regtest.cc.patch
new file mode 100644
index 000000000000..dcf04977352f
--- /dev/null
+++ b/misc/xdelta3/files/patch-testing-regtest.cc.patch
@@ -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);