aboutsummaryrefslogtreecommitdiff
path: root/devel/bison
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-22 05:36:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-22 05:36:05 +0000
commitcd5af229c3b87352848a285e467f68fe5bef4324 (patch)
treeee68e17232be1c83811929522b3a82a4b9cecfeb /devel/bison
parente1c852ef908cae40b534a10c8b52c3e8314e0416 (diff)
downloadports-cd5af229c3b87352848a285e467f68fe5bef4324.tar.gz
ports-cd5af229c3b87352848a285e467f68fe5bef4324.zip
Update to 3.5.1
Notes
Notes: svn path=/head/; revision=523766
Diffstat (limited to 'devel/bison')
-rw-r--r--devel/bison/Makefile4
-rw-r--r--devel/bison/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 891be9f0e825..04d918951ead 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bison
-PORTVERSION= 3.5
+PORTVERSION= 3.5.1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= GNU
@@ -36,6 +36,6 @@ NLS_USES= gettext
post-patch:
@${REINPLACE_CMD} -e 's|$$(docdir)\(/examples\)|$$(datarootdir)\1/bison|' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|\(.*\) _Noreturn void|_Noreturn \1 void|' ${WRKSRC}/data/skeletons/*.c ${WRKSRC}/lib/*.[ch]
+ @${GREP} -l '_Noreturn void' ${WRKSRC}/lib/*.[ch] | ${XARGS} -J % ${REINPLACE_CMD} -e 's|\(.*\) _Noreturn void|_Noreturn \1 void|' %
.include <bsd.port.mk>
diff --git a/devel/bison/distinfo b/devel/bison/distinfo
index 693c92cff2ec..931649b53f72 100644
--- a/devel/bison/distinfo
+++ b/devel/bison/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576931030
-SHA256 (bison-3.5.tar.xz) = 55e4a023b1b4ad19095a5f8279f0dc048fa29f970759cea83224a6d5e7a3a641
-SIZE (bison-3.5.tar.xz) = 2341024
+TIMESTAMP = 1579615934
+SHA256 (bison-3.5.1.tar.xz) = 3e7e097bd9709a2d5e40e69446b74b149733b3de864fadb7a9b54eca7b2a4dd0
+SIZE (bison-3.5.1.tar.xz) = 2354592