From owner-svn-ports-head@freebsd.org Tue Jan 26 13:58:55 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D60C94EF84F; Tue, 26 Jan 2021 13:58:55 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQ7cv5fbyz3srb; Tue, 26 Jan 2021 13:58:55 +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 B4EEC263E; Tue, 26 Jan 2021 13:58:55 +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 10QDwtmu076381; Tue, 26 Jan 2021 13:58:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10QDwtau076379; Tue, 26 Jan 2021 13:58:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202101261358.10QDwtau076379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Jan 2021 13:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562664 - head/devel/bison X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/bison X-SVN-Commit-Revision: 562664 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.34 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: Tue, 26 Jan 2021 13:58:55 -0000 Author: sunpoet Date: Tue Jan 26 13:58:55 2021 New Revision: 562664 URL: https://svnweb.freebsd.org/changeset/ports/562664 Log: Update to 3.7.4 Changes: https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS PR: 248911 Exp-run by: antoine Modified: head/devel/bison/Makefile head/devel/bison/distinfo Modified: head/devel/bison/Makefile ============================================================================== --- head/devel/bison/Makefile Tue Jan 26 13:37:02 2021 (r562663) +++ head/devel/bison/Makefile Tue Jan 26 13:58:55 2021 (r562664) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bison -PORTVERSION= 3.6.4 +PORTVERSION= 3.7.4 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= m4>=1.4.16,1:devel/m4 -USES= charsetfix compiler:c11 localbase makeinfo perl5 tar:xz +USES= charsetfix compiler:c11 iconv localbase makeinfo perl5 readline tar:xz USE_PERL5= build CONFIGURE_ARGS= --disable-yacc --enable-relocatable @@ -31,6 +31,7 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_OFF= ac_cv_libtextstyle=no +NLS_BUILD_DEPENDS= libtextstyle>=0.21:devel/libtextstyle NLS_LIB_DEPENDS= libtextstyle.so:devel/libtextstyle NLS_USES= gettext Modified: head/devel/bison/distinfo ============================================================================== --- head/devel/bison/distinfo Tue Jan 26 13:37:02 2021 (r562663) +++ head/devel/bison/distinfo Tue Jan 26 13:58:55 2021 (r562664) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592419255 -SHA256 (bison-3.6.4.tar.xz) = 8b13473b31ca7fcf65e5e8a74224368ffd5df19275602a9c9567ba393f18577d -SIZE (bison-3.6.4.tar.xz) = 2472456 +TIMESTAMP = 1608819407 +SHA256 (bison-3.7.4.tar.xz) = a3b5813f48a11e540ef26f46e4d288c0c25c7907d9879ae50e430ec49f63c010 +SIZE (bison-3.7.4.tar.xz) = 2617336