Index: head/misc/xdelta3/Makefile =================================================================== --- head/misc/xdelta3/Makefile (revision 408963) +++ head/misc/xdelta3/Makefile (revision 408964) @@ -1,26 +1,33 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= xdelta -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.11 PORTEPOCH= 1 CATEGORIES?= misc devel -MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= 3 -DISTNAME= ${PORTNAME}3-${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression LICENSE= GPLv2+ + +USES= autoreconf gmake + +USE_GITHUB= yes +GH_ACCOUNT= jmacd +GH_PROJECT= xdelta-devel +GH_TAGNAME= v3.0.11 + +WRKSRC= ${WRKDIR}/${PORTNAME}-devel-${PORTVERSION}/xdelta3 GNU_CONFIGURE= yes PLIST_FILES= bin/xdelta3 man/man1/xdelta3.1.gz post-patch: @${REINPLACE_CMD} -e \ '/_POSIX_/d ; \ /_C99_/d' ${WRKSRC}/xdelta3.h .include Index: head/misc/xdelta3/distinfo =================================================================== --- head/misc/xdelta3/distinfo (revision 408963) +++ head/misc/xdelta3/distinfo (revision 408964) @@ -1,2 +1,2 @@ -SHA256 (xdelta3-3.0.7.tar.gz) = 97e56a019be7f6c8d7e974dfe501fcf55d7ac97fe42165a172ed8c6b0e96f219 -SIZE (xdelta3-3.0.7.tar.gz) = 481371 +SHA256 (jmacd-xdelta-devel-3.0.11-v3.0.11_GH0.tar.gz) = 0cd1ab3e53be8e57bc6335789ead8a6177b0a3524c931e6af2aa801b2c1736cc +SIZE (jmacd-xdelta-devel-3.0.11-v3.0.11_GH0.tar.gz) = 993860 Index: head/misc/xdelta3/files/patch-testing-regtest.cc.patch =================================================================== --- head/misc/xdelta3/files/patch-testing-regtest.cc.patch (revision 408963) +++ head/misc/xdelta3/files/patch-testing-regtest.cc.patch (nonexistent) @@ -1,11 +0,0 @@ ---- ../../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); Property changes on: head/misc/xdelta3/files/patch-testing-regtest.cc.patch ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/xdelta3/files/patch-testing_regtest.cc =================================================================== --- head/misc/xdelta3/files/patch-testing_regtest.cc (nonexistent) +++ head/misc/xdelta3/files/patch-testing_regtest.cc (revision 408964) @@ -0,0 +1,11 @@ +--- testing/regtest.cc.orig 2016-02-15 23:07:07 UTC ++++ testing/regtest.cc +@@ -1006,7 +1006,7 @@ void FourWayMergeTest(const FileSpec &sp + 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); Property changes on: head/misc/xdelta3/files/patch-testing_regtest.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property