- Update to 3.0.7

- Pass maintinership to submitter

PR:		ports/178723
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
This commit is contained in:
Bryan Drewery 2013-05-20 12:03:26 +00:00
parent 88842e337f
commit 27fb385856
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318594
3 changed files with 15 additions and 4 deletions

View file

@ -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)

View file

@ -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

View file

@ -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);