Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2018 19:40:42 +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: r480970 - head/devel/bison
Message-ID:  <201809301940.w8UJegpN043467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 30 19:40:42 2018
New Revision: 480970
URL: https://svnweb.freebsd.org/changeset/ports/480970

Log:
  Update to 3.1
  
  Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
  PR:		231626
  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	Sun Sep 30 19:22:44 2018	(r480969)
+++ head/devel/bison/Makefile	Sun Sep 30 19:40:42 2018	(r480970)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bison
-PORTVERSION=	3.0.5
+PORTVERSION=	3.1
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNU

Modified: head/devel/bison/distinfo
==============================================================================
--- head/devel/bison/distinfo	Sun Sep 30 19:22:44 2018	(r480969)
+++ head/devel/bison/distinfo	Sun Sep 30 19:40:42 2018	(r480970)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527609695
-SHA256 (bison-3.0.5.tar.xz) = 075cef2e814642e30e10e8155e93022e4a91ca38a65aa1d5467d4e969f97f338
-SIZE (bison-3.0.5.tar.xz) = 1954868
+TIMESTAMP = 1536249060
+SHA256 (bison-3.1.tar.xz) = 7c2464ad6cb7b513b2c350a092d919327e1f63d12ff024836acbb504475da5c6
+SIZE (bison-3.1.tar.xz) = 1990536

Modified: head/devel/bison/pkg-plist
==============================================================================
--- head/devel/bison/pkg-plist	Sun Sep 30 19:22:44 2018	(r480969)
+++ head/devel/bison/pkg-plist	Sun Sep 30 19:40:42 2018	(r480970)
@@ -30,14 +30,18 @@ share/aclocal/bison-i18n.m4
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/THANKS
 %%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++-driver.cc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++-driver.hh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++-parser.yy
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++-scanner.ll
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/Makefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/driver.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/driver.hh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/parser.yy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/scanner.ll
 %%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?201809301940.w8UJegpN043467>