[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9435: update gnucobol to 3.2
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r9435: update gnucobol to 3.2 |
Date: |
Fri, 28 Jul 2023 20:06:46 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9435
revision-id: carlhansen1234@gmail.com-20230729000641-qh0yelmwpi660s8j
parent: carlhansen1234@gmail.com-20230728222920-2w29my2cq7bgp4f5
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2023-07-28 17:06:41 -0700
message:
update gnucobol to 3.2
modified:
pkg/gnu/gnucobol/Makefile makefile-20160617014725-uokjfnggs70iry9h-792
pkg/gnu/gnucobol/config.mk config.mk-20160617015739-nek8de0ppvlob7qs-1
pkg/gnu/gnucobol/gpg-keyring gpgkeyring-20160617014725-uokjfnggs70iry9h-793
pkg/gnu/gnucobol/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-794
=== modified file 'pkg/gnu/gnucobol/Makefile'
--- a/pkg/gnu/gnucobol/Makefile 2020-12-25 05:14:28 +0000
+++ b/pkg/gnu/gnucobol/Makefile 2023-07-29 00:06:41 +0000
@@ -1,5 +1,5 @@
# Copyright © 2013 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017, 2020, 2023 Carl Hansen <carlhansen@gnu.org>
#
# This file is part of GSRC, the GNU Source Release Collection.
# http://www.gnu.org/software/gsrc
@@ -24,7 +24,7 @@
# In the previous version the NAME was "cobol". It is now "gnucobol"
NAME = GnuCOBOL
GARNAME = gnucobol
-GARVERSION = 3.1.2
+GARVERSION = 3.2
HOME_URL = http://www.gnu.org/software/cobol/
DESCRIPTION = A modern COBOL compiler
define BLURB
@@ -42,10 +42,9 @@
######################################################################
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
include ../../../gar/gar.lib/info.mk
include config.mk
# The executable is called "cobc".
-#
-#
+
=== modified file 'pkg/gnu/gnucobol/config.mk'
--- a/pkg/gnu/gnucobol/config.mk 2017-09-07 03:02:48 +0000
+++ b/pkg/gnu/gnucobol/config.mk 2023-07-29 00:06:41 +0000
@@ -1,6 +1,5 @@
## Configuration options for cobol ##
-# carl:
-#CONFIGURE_OPTS ?= --without-db
-CONFIGURE_OPTS ?=
+CONFIGURE_OPTS ?= --without-db
+#CONFIGURE_OPTS ?=
BUILD_OPTS ?=
=== modified file 'pkg/gnu/gnucobol/gpg-keyring'
Binary files a/pkg/gnu/gnucobol/gpg-keyring 2020-12-10 01:39:29 +0000 and
b/pkg/gnu/gnucobol/gpg-keyring 2023-07-29 00:06:41 +0000 differ
=== modified file 'pkg/gnu/gnucobol/sha256sums'
--- a/pkg/gnu/gnucobol/sha256sums 2020-12-25 05:14:28 +0000
+++ b/pkg/gnu/gnucobol/sha256sums 2023-07-29 00:06:41 +0000
@@ -1,2 +1,2 @@
-597005d71fd7d65b90cbe42bbfecd5a9ec0445388639404662e70d53ddf22574
download/gnucobol-3.1.2.tar.xz
-6789d4a81949d3296c0776a99514b5d160d98d7fb7aebc9cacf62f7cc800ff13
download/gnucobol-3.1.2.tar.xz.sig
+3bb48af46ced4779facf41fdc2ee60e4ccb86eaa99d010b36685315df39c2ee2
download/gnucobol-3.2.tar.xz
+2a1fb6935afd41d6810ea5a15445215e041aae13a49735b9dbcd623764f8153d
download/gnucobol-3.2.tar.xz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9435: update gnucobol to 3.2,
Carl Hansen <=