Date: Mon, 3 Dec 2018 18:52:00 +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: r486526 - head/devel/bison Message-ID: <201812031852.wB3Iq07d043234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Dec 3 18:52:00 2018 New Revision: 486526 URL: https://svnweb.freebsd.org/changeset/ports/486526 Log: Update to 3.2.2 Changes: https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS PR: 233641 Exp-run by: antoine Modified: head/devel/bison/Makefile head/devel/bison/distinfo head/devel/bison/pkg-plist Modified: head/devel/bison/Makefile ============================================================================== --- head/devel/bison/Makefile Mon Dec 3 17:38:16 2018 (r486525) +++ head/devel/bison/Makefile Mon Dec 3 18:52:00 2018 (r486526) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bison -PORTVERSION= 3.1 -PORTREVISION= 1 +PORTVERSION= 3.2.2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -14,21 +13,23 @@ COMMENT= Parser generator from FSF, (mostly) compatibl LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= m4>=1.4.16,1:devel/m4 -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= m4>=1.4.16,1:devel/m4 OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes +USES= charsetfix localbase makeinfo perl5 tar:xz +USE_PERL5= build + CONFIGURE_ARGS= --disable-yacc .ifdef QEMU_EMULATING # XXX bug 224740: configure hangs CONFIGURE_ENV= gl_cv_func_printf_enomem=no .endif GNU_CONFIGURE= yes +LIBS+= -lm TEST_TARGET= check -USE_PERL5= build -USES= charsetfix localbase makeinfo perl5 tar:xz INFO= bison Modified: head/devel/bison/distinfo ============================================================================== --- head/devel/bison/distinfo Mon Dec 3 17:38:16 2018 (r486525) +++ head/devel/bison/distinfo Mon Dec 3 18:52:00 2018 (r486526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536249060 -SHA256 (bison-3.1.tar.xz) = 7c2464ad6cb7b513b2c350a092d919327e1f63d12ff024836acbb504475da5c6 -SIZE (bison-3.1.tar.xz) = 1990536 +TIMESTAMP = 1542892924 +SHA256 (bison-3.2.2.tar.xz) = 6f950f24e4d0745c7cc870e36d04f4057133ce0f31d6b4564e6f510a7d3ffafa +SIZE (bison-3.2.2.tar.xz) = 2091244 Modified: head/devel/bison/pkg-plist ============================================================================== --- head/devel/bison/pkg-plist Mon Dec 3 17:38:16 2018 (r486525) +++ head/devel/bison/pkg-plist Mon Dec 3 18:52:00 2018 (r486526) @@ -31,6 +31,11 @@ share/aclocal/bison-i18n.m4 %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/simple.yy +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/variant-11.yy +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/variant.yy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++.cc @@ -41,7 +46,6 @@ share/aclocal/bison-i18n.m4 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mfcalc/calc.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mfcalc/mfcalc.y %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpcalc/rpcalc.y -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/variant.yy %%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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812031852.wB3Iq07d043234>