From owner-svn-ports-all@freebsd.org Sun Sep 30 19:40:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABCD110A53B7; Sun, 30 Sep 2018 19:40:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5CA768F83F; Sun, 30 Sep 2018 19:40:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DC0A16A0A; Sun, 30 Sep 2018 19:40:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8UJehFB043470; Sun, 30 Sep 2018 19:40:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8UJegpN043467; Sun, 30 Sep 2018 19:40:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809301940.w8UJegpN043467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Sep 2018 19:40:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480970 - head/devel/bison X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/bison X-SVN-Commit-Revision: 480970 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2018 19:40:44 -0000 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