diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-06-25 00:55:45 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-06-25 00:55:45 +0000 |
commit | c5c25ac30ef77011cabf8be15c01b4eaeb0c9087 (patch) | |
tree | 79dcfbff08af38f3ef215e85dedc8b7b76dc1da6 /misc/xdelta3/Makefile | |
parent | 63947aefd88acfce19507ec19cc22dc780980ccc (diff) | |
download | ports-c5c25ac30ef77011cabf8be15c01b4eaeb0c9087.tar.gz ports-c5c25ac30ef77011cabf8be15c01b4eaeb0c9087.zip |
Notes
Diffstat (limited to 'misc/xdelta3/Makefile')
-rw-r--r-- | misc/xdelta3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/xdelta3/Makefile b/misc/xdelta3/Makefile index ec1303cad601..b79ee693773e 100644 --- a/misc/xdelta3/Makefile +++ b/misc/xdelta3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xdelta -PORTVERSION= 3.0.11 +PORTVERSION= 3.1.0 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES?= misc devel @@ -13,12 +13,11 @@ COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression LICENSE= GPLv2+ -USES= autoreconf gmake -USE_CXXSTD= gnu++98 +USES= autoreconf compiler:c++11-lang gmake USE_GITHUB= yes GH_ACCOUNT= jmacd -GH_PROJECT= xdelta-devel +GH_PROJECT= xdelta WRKSRC_SUBDIR= xdelta3 |