From owner-svn-ports-head@freebsd.org Wed Sep 5 21:54:53 2018 Return-Path: Delivered-To: svn-ports-head@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 75CDCFFE56A; Wed, 5 Sep 2018 21:54:53 +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 29A5975729; Wed, 5 Sep 2018 21:54:53 +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 244EA2B87E; Wed, 5 Sep 2018 21:54:53 +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 w85Lsqqm095302; Wed, 5 Sep 2018 21:54:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w85LsqBc095298; Wed, 5 Sep 2018 21:54:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809052154.w85LsqBc095298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Sep 2018 21:54:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479044 - head/devel/bison X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/bison X-SVN-Commit-Revision: 479044 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2018 21:54:53 -0000 Author: sunpoet Date: Wed Sep 5 21:54:51 2018 New Revision: 479044 URL: https://svnweb.freebsd.org/changeset/ports/479044 Log: Update to 3.0.5 Changes: http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS PR: 231006 Exp-run by: antoine Modified: head/devel/bison/Makefile head/devel/bison/distinfo head/devel/bison/pkg-descr head/devel/bison/pkg-plist Modified: head/devel/bison/Makefile ============================================================================== --- head/devel/bison/Makefile Wed Sep 5 20:39:51 2018 (r479043) +++ head/devel/bison/Makefile Wed Sep 5 21:54:51 2018 (r479044) @@ -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 Modified: head/devel/bison/distinfo ============================================================================== --- head/devel/bison/distinfo Wed Sep 5 20:39:51 2018 (r479043) +++ head/devel/bison/distinfo Wed Sep 5 21:54:51 2018 (r479044) @@ -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 Modified: head/devel/bison/pkg-descr ============================================================================== --- head/devel/bison/pkg-descr Wed Sep 5 20:39:51 2018 (r479043) +++ head/devel/bison/pkg-descr Wed Sep 5 21:54:51 2018 (r479044) @@ -11,3 +11,4 @@ use Bison with little trouble. You need to be fluent i 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/ Modified: head/devel/bison/pkg-plist ============================================================================== --- head/devel/bison/pkg-plist Wed Sep 5 20:39:51 2018 (r479043) +++ head/devel/bison/pkg-plist Wed Sep 5 21:54:51 2018 (r479044) @@ -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