diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-05 21:54:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-05 21:54:51 +0000 |
commit | 4d2bbb7963d0d9077b4bf114bee392b19f0e51c3 (patch) | |
tree | fb15784d774149c4362959cb762607a4566bccc7 /devel | |
parent | 4ffc877f783a0ab6ecb5a30348f81b8a4560c712 (diff) | |
download | ports-4d2bbb7963d0d9077b4bf114bee392b19f0e51c3.tar.gz ports-4d2bbb7963d0d9077b4bf114bee392b19f0e51c3.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 4 | ||||
-rw-r--r-- | devel/bison/distinfo | 6 | ||||
-rw-r--r-- | devel/bison/pkg-descr | 1 | ||||
-rw-r--r-- | devel/bison/pkg-plist | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 46bc419b7f4e..f34d68f77c34 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -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> diff --git a/devel/bison/distinfo b/devel/bison/distinfo index c39a8a6d7a33..7c4943c5daa1 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -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 diff --git a/devel/bison/pkg-descr b/devel/bison/pkg-descr index 65391329f3f5..953a1c158e88 100644 --- a/devel/bison/pkg-descr +++ b/devel/bison/pkg-descr @@ -11,3 +11,4 @@ use Bison with little trouble. You need to be fluent in C or C++ programming in 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/ diff --git a/devel/bison/pkg-plist b/devel/bison/pkg-plist index d5446c0fba54..ab547b884ccb 100644 --- a/devel/bison/pkg-plist +++ b/devel/bison/pkg-plist @@ -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 |