[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r6640: update apl to 1.8
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r6640: update apl to 1.8 |
Date: |
Sun, 23 Jun 2019 14:52:35 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 6640
revision-id: address@hidden-20190623185229-ayzhg1l55web5bdw
parent: address@hidden-20190623064132-yy5nqqten1hu030v
committer: address@hidden
branch nick: trunk
timestamp: Sun 2019-06-23 11:52:29 -0700
message:
update apl to 1.8
removed:
pkg/gnu/apl/files/ files-20170331053813-7c082tv18ii4ispa-1
pkg/gnu/apl/files/Symbol.cc.diff
symbol.cc.diff-20170331053813-7c082tv18ii4ispa-2
modified:
pkg/gnu/apl/Makefile makefile-20160617014725-uokjfnggs70iry9h-402
pkg/gnu/apl/gpg-keyring gpgkeyring-20160617014725-uokjfnggs70iry9h-403
pkg/gnu/apl/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-404
=== modified file 'pkg/gnu/apl/Makefile'
--- a/pkg/gnu/apl/Makefile 2017-03-31 05:39:54 +0000
+++ b/pkg/gnu/apl/Makefile 2019-06-23 18:52:29 +0000
@@ -1,6 +1,8 @@
# Copyright © 2013, 2014, 2015, 2016, 2017 Brandon Invergo <address@hidden>
+# Copyright © 2019 Carl Hansen <address@hidden>
#
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
#
# GSRC is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -14,10 +16,13 @@
#
# You should have received a copy of the GNU General Public License
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
NAME = GNU APL
GARNAME = apl
-GARVERSION = 1.7
+GARVERSION = 1.8
HOME_URL = http://www.gnu.org/software/apl/
DESCRIPTION = APL interpreter
define BLURB
@@ -31,7 +36,6 @@
MASTER_SUBDIR = $(GARNAME)/
DISTFILES = $(DISTNAME).tar.gz
SIGFILES = $(DISTNAME).tar.gz.sig
-PATCHFILES = Symbol.cc.diff
BUILDDEPS =
LIBDEPS = readline # lapack
=== removed directory 'pkg/gnu/apl/files'
=== removed file 'pkg/gnu/apl/files/Symbol.cc.diff'
--- a/pkg/gnu/apl/files/Symbol.cc.diff 2017-03-31 05:39:54 +0000
+++ b/pkg/gnu/apl/files/Symbol.cc.diff 1970-01-01 00:00:00 +0000
@@ -1,23 +0,0 @@
-patch for incorrect logic
-Fixed in SVN 908.
-
-*** work/apl-1.7/src/Symbol.cc.orig 2017-03-30 22:28:16.038783134 -0700
---- work/apl-1.7/src/Symbol.cc 2017-03-18 19:32:45.700635196 -0700
-***************
-*** 885,891 ****
- (vs.name_class == NC_OPERATOR) ||
- (vs.name_class == NC_UNUSED_USER_NAME);
-
-! Assert(nc == NC_FUNCTION || NC_OPERATOR || NC_UNUSED_USER_NAME);
-
- if (!can_set) DEFN_ERROR;
- vs.sym_val.function = fun;
---- 885,892 ----
- (vs.name_class == NC_OPERATOR) ||
- (vs.name_class == NC_UNUSED_USER_NAME);
-
-! //Assert(nc == NC_FUNCTION || NC_OPERATOR || NC_UNUSED_USER_NAME);
-! Assert(nc == NC_FUNCTION || nc == NC_OPERATOR || nc ==
NC_UNUSED_USER_NAME);
-
- if (!can_set) DEFN_ERROR;
- vs.sym_val.function = fun;
=== modified file 'pkg/gnu/apl/gpg-keyring'
Binary files a/pkg/gnu/apl/gpg-keyring 2017-03-31 05:48:31 +0000 and
b/pkg/gnu/apl/gpg-keyring 2019-06-23 18:52:29 +0000 differ
=== modified file 'pkg/gnu/apl/sha256sums'
--- a/pkg/gnu/apl/sha256sums 2017-03-31 05:48:31 +0000
+++ b/pkg/gnu/apl/sha256sums 2019-06-23 18:52:29 +0000
@@ -1,3 +1,2 @@
-8ff6e28256d7a3cdfa9dc6025e3905312310b27a43645ef5d617fd4a5b43b81f
download/apl-1.7.tar.gz
-a64a1c1b0875a0ff431eedc070940f56a6a0484a5a42d7dfd8d59f369ff970e5
download/Symbol.cc.diff
-f6d9fa6fb977d9edf012386b4c2a0e6c0a43f4b7e95a25c8b123ab86c17a1b47
download/apl-1.7.tar.gz.sig
+144f4c858a0d430ce8f28be90a35920dd8e0951e56976cb80b55053fa0d8bbcb
download/apl-1.8.tar.gz
+83477be619a936f0b1f95b2cf028812da0e3cef43d94706ee7870035011934ce
download/apl-1.8.tar.gz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r6640: update apl to 1.8,
Carl Hansen <=