diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-21 22:20:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-21 22:20:27 +0000 |
commit | 5aa831df176239d56253854f1c511ed93ba979f8 (patch) | |
tree | 264bee188cf919c61169130af80fa5eeb58c86fe /textproc/yodl | |
parent | 1d20f4ab4538031e20001f7eacbe94e046014f17 (diff) | |
download | freebsd-ports-5aa831df176239d56253854f1c511ed93ba979f8.zip |
Update to 3.04.00
Diffstat (limited to 'textproc/yodl')
-rw-r--r-- | textproc/yodl/Makefile | 8 | ||||
-rw-r--r-- | textproc/yodl/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index b4fb44d03ebb..a2a18369f61d 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= yodl -PORTVERSION= 3.03.0 -PORTREVISION= 1 +PORTVERSION= 3.04.00 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -18,7 +17,7 @@ BUILD_DEPENDS= icmake:${PORTSDIR}/devel/icmake \ bash:${PORTSDIR}/shells/bash \ gsed:${PORTSDIR}/textproc/gsed -USES= perl5 shebangfix +USES= perl5 shebangfix compiler:c++11-lang USE_PERL5= build SHEBANG_LANG= icmake @@ -62,7 +61,8 @@ post-patch: s|"/share/man"|"/man"| ; \ s|"/share/doc/yodl"|"/share/doc/${PORTNAME}-${PORTVERSION}"| ; \ s|"/share/doc/yodl-doc"|"/share/doc/${PORTNAME}-${PORTVERSION}/doc"| ; \ - s|"gcc"|"${CC}"|' \ + s|"gcc"|"${CC}"| ; \ + s|"g++"|"${CXX}"|' \ ${WRKSRC}/INSTALL.im @${REINPLACE_CMD} -e 's|yodlconverters.1|yodlconverters.1.gz| ; \ s|".1"|".1.gz"|' \ diff --git a/textproc/yodl/distinfo b/textproc/yodl/distinfo index cf8cffd27fa8..4e2f0a7e95ff 100644 --- a/textproc/yodl/distinfo +++ b/textproc/yodl/distinfo @@ -1,2 +1,2 @@ -SHA256 (yodl_3.03.0.orig.tar.gz) = d33e89fa34c6d266d438bd5d22ef6a35ef8411b54312a1a1e8c5bb40a88214bf -SIZE (yodl_3.03.0.orig.tar.gz) = 295929 +SHA256 (yodl_3.04.00.orig.tar.gz) = 66b317877906e165506796f9342a1adf931376f7d8b6990b2d2ff12107685893 +SIZE (yodl_3.04.00.orig.tar.gz) = 296554 |