diff options
author | johans <johans@FreeBSD.org> | 2010-08-17 04:17:23 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2010-08-17 04:17:23 +0800 |
commit | b6c4d47ccf8b0e56c68ac87915b1b658f5af5e3e (patch) | |
tree | 429fb627f616ba9150bd8d8d6859be7728805d1b | |
parent | 1490b12bfa8b3aedf543b55621a1a7ca1e5e2092 (diff) | |
download | freebsd-ports-gnome-b6c4d47ccf8b0e56c68ac87915b1b658f5af5e3e.tar.gz freebsd-ports-gnome-b6c4d47ccf8b0e56c68ac87915b1b658f5af5e3e.tar.zst freebsd-ports-gnome-b6c4d47ccf8b0e56c68ac87915b1b658f5af5e3e.zip |
Update bison to 2.4.3
PR: ports/144916
Tested by: exp-run by pav
-rw-r--r-- | devel/bison/Makefile | 3 | ||||
-rw-r--r-- | devel/bison/distinfo | 6 | ||||
-rw-r--r-- | devel/bison/pkg-plist | 7 |
3 files changed, 11 insertions, 5 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 71ac15374e8c..afb7705eeef1 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bison -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.3 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} diff --git a/devel/bison/distinfo b/devel/bison/distinfo index bf76eb14c94d..bd5263bb3a5b 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,3 +1,3 @@ -MD5 (bison-2.4.1.tar.bz2) = 84e80a2a192c1a4c02d43fbf2bcc4ca4 -SHA256 (bison-2.4.1.tar.bz2) = 2354469782149e36c644ae7c3e5105895424ed21cda5c05b591cb3dc17068e6b -SIZE (bison-2.4.1.tar.bz2) = 1467784 +MD5 (bison-2.4.3.tar.bz2) = c1d3ea81bc370dbd43b6f0b2cd21287e +SHA256 (bison-2.4.3.tar.bz2) = 935302ef194c7f0974fed913eaac8100be512094eab573cf0b67bdf7db1d3a05 +SIZE (bison-2.4.3.tar.bz2) = 1652612 diff --git a/devel/bison/pkg-plist b/devel/bison/pkg-plist index 2ee3f9be281c..631749dfae8c 100644 --- a/devel/bison/pkg-plist +++ b/devel/bison/pkg-plist @@ -31,6 +31,7 @@ share/aclocal/bison-i18n.m4 %%PORTDOCS%%%%EXAMPLESDIR%%/calc++/location.hh %%PORTDOCS%%%%EXAMPLESDIR%%/calc++/position.hh %%PORTDOCS%%%%EXAMPLESDIR%%/calc++/stack.hh +%%NLS%%share/locale/ast/LC_MESSAGES/bison-runtime.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 @@ -42,6 +43,7 @@ share/aclocal/bison-i18n.m4 %%NLS%%share/locale/et/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/et/LC_MESSAGES/bison.mo %%NLS%%share/locale/fi/LC_MESSAGES/bison-runtime.mo +%%NLS%%share/locale/fi/LC_MESSAGES/bison.mo %%NLS%%share/locale/fr/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/fr/LC_MESSAGES/bison.mo %%NLS%%share/locale/ga/LC_MESSAGES/bison-runtime.mo @@ -56,6 +58,7 @@ share/aclocal/bison-i18n.m4 %%NLS%%share/locale/ja/LC_MESSAGES/bison.mo %%NLS%%share/locale/ky/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/lt/LC_MESSAGES/bison-runtime.mo +%%NLS%%share/locale/lv/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ms/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ms/LC_MESSAGES/bison.mo %%NLS%%share/locale/nb/LC_MESSAGES/bison-runtime.mo @@ -66,6 +69,8 @@ share/aclocal/bison-i18n.m4 %%NLS%%share/locale/pl/LC_MESSAGES/bison.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo +%%NLS%%share/locale/pt/LC_MESSAGES/bison-runtime.mo +%%NLS%%share/locale/pt/LC_MESSAGES/bison.mo %%NLS%%share/locale/ro/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ro/LC_MESSAGES/bison.mo %%NLS%%share/locale/ru/LC_MESSAGES/bison-runtime.mo @@ -83,6 +88,8 @@ share/aclocal/bison-i18n.m4 %%NLS%%share/locale/zh_CN/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bison.mo +%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ast %%NLS%%@dirrmtry share/locale/ky/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ky %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/calc++ |