SF.net SVN: gar:[26614] csw/mgar/pkg/bison/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jan 20 15:13:28 CET 2020
Revision: 26614
http://sourceforge.net/p/gar/code/26614
Author: dmichelsen
Date: 2020-01-20 14:13:28 +0000 (Mon, 20 Jan 2020)
Log Message:
-----------
bison/trunk: Update to 3.5.1
Modified Paths:
--------------
csw/mgar/pkg/bison/trunk/Makefile
csw/mgar/pkg/bison/trunk/checksums
Modified: csw/mgar/pkg/bison/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bison/trunk/Makefile 2020-01-20 12:11:44 UTC (rev 26613)
+++ csw/mgar/pkg/bison/trunk/Makefile 2020-01-20 14:13:28 UTC (rev 26614)
@@ -1,7 +1,7 @@
# $Id$
NAME = bison
-VERSION = 3.4.2
+VERSION = 3.5.1
GARTYPE = v2
DESCRIPTION = GNU Project parser generator (yacc replacement)
@@ -10,9 +10,10 @@
compatible with input files designed for yacc.
endef
-MASTER_SITES = $(GNU_MIRROR)
+MASTER_SITES += $(GNU_MIRROR)
+MASTER_SITES += https://alpha.gnu.org/gnu/bison/
-DISTFILES = $(DISTNAME).tar.gz
+DISTFILES = $(DISTNAME).tar.xz
RUNTIME_DEP_PKGS_CSWbison += CSWlibintl9
RUNTIME_DEP_PKGS_CSWbison += CSWgm4
@@ -23,7 +24,7 @@
# Make sure to use a recent compiler, Sun Studio 12 produces compile time errors:
# https://lists.gnu.org/archive/html/bug-bison/2019-10/msg00045.html
-GARCOMPILER = SOS12U6
+GARCOMPILER = SOS12U5
# We need 'seq'
TEST_ENV_PATH = /opt/csw/gnu:$(PATH)
Modified: csw/mgar/pkg/bison/trunk/checksums
===================================================================
--- csw/mgar/pkg/bison/trunk/checksums 2020-01-20 12:11:44 UTC (rev 26613)
+++ csw/mgar/pkg/bison/trunk/checksums 2020-01-20 14:13:28 UTC (rev 26614)
@@ -1 +1 @@
-a6f6a617994f8906125abae57d71d5b5 bison-3.4.2.tar.gz
+6fc5fa4488832a65db934b9e93bd5d4c bison-3.5.1.tar.xz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list