Date: Wed, 5 Sep 2018 21:54:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479044 - head/devel/bison Message-ID: <201809052154.w85LsqBc095298@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Sep 5 21:54:51 2018 New Revision: 479044 URL: https://svnweb.freebsd.org/changeset/ports/479044 Log: Update to 3.0.5 Changes: http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS PR: 231006 Exp-run by: antoine Modified: head/devel/bison/Makefile head/devel/bison/distinfo head/devel/bison/pkg-descr head/devel/bison/pkg-plist Modified: head/devel/bison/Makefile ============================================================================== --- head/devel/bison/Makefile Wed Sep 5 20:39:51 2018 (r479043) +++ head/devel/bison/Makefile Wed Sep 5 21:54:51 2018 (r479044) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bison -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.5 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/*.c ${WRKSRC}/lib/*.[ch] + @${REINPLACE_CMD} -e 's|\(.*\) _Noreturn void|_Noreturn \1 void|' ${WRKSRC}/data/*.c ${WRKSRC}/lib/*.[ch] .include <bsd.port.mk> Modified: head/devel/bison/distinfo ============================================================================== --- head/devel/bison/distinfo Wed Sep 5 20:39:51 2018 (r479043) +++ head/devel/bison/distinfo Wed Sep 5 21:54:51 2018 (r479044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482778226 -SHA256 (bison-3.0.4.tar.xz) = a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1 -SIZE (bison-3.0.4.tar.xz) = 1973796 +TIMESTAMP = 1527609695 +SHA256 (bison-3.0.5.tar.xz) = 075cef2e814642e30e10e8155e93022e4a91ca38a65aa1d5467d4e969f97f338 +SIZE (bison-3.0.5.tar.xz) = 1954868 Modified: head/devel/bison/pkg-descr ============================================================================== --- head/devel/bison/pkg-descr Wed Sep 5 20:39:51 2018 (r479043) +++ head/devel/bison/pkg-descr Wed Sep 5 21:54:51 2018 (r479044) @@ -11,3 +11,4 @@ use Bison with little trouble. You need to be fluent i order to use Bison. Java is also supported as an experimental feature. WWW: https://www.gnu.org/software/bison/ +WWW: https://savannah.gnu.org/projects/bison/ Modified: head/devel/bison/pkg-plist ============================================================================== --- head/devel/bison/pkg-plist Wed Sep 5 20:39:51 2018 (r479043) +++ head/devel/bison/pkg-plist Wed Sep 5 21:54:51 2018 (r479044) @@ -39,6 +39,8 @@ share/aclocal/bison-i18n.m4 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mfcalc/mfcalc.y %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpcalc/rpcalc.y %%NLS%%share/locale/ast/LC_MESSAGES/bison-runtime.mo +%%NLS%%share/locale/ca/LC_MESSAGES/bison-runtime.mo +%%NLS%%share/locale/ca/LC_MESSAGES/bison.mo %%NLS%%share/locale/da/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/da/LC_MESSAGES/bison.mo %%NLS%%share/locale/de/LC_MESSAGES/bison-runtime.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809052154.w85LsqBc095298>