[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r5689: update guile-dbi to 2.1.6
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r5689: update guile-dbi to 2.1.6 |
Date: |
Fri, 6 Jul 2018 19:07:41 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 5689
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2018-07-06 16:07:37 -0700
message:
update guile-dbi to 2.1.6
modified:
pkg/gnu/guile-dbi/Makefile makefile-20160617014725-uokjfnggs70iry9h-975
pkg/gnu/guile-dbi/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-977
=== modified file 'pkg/gnu/guile-dbi/Makefile'
--- a/pkg/gnu/guile-dbi/Makefile 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/guile-dbi/Makefile 2018-07-06 23:07:37 +0000
@@ -1,4 +1,5 @@
# Copyright © 2013, 2014 Brandon Invergo <address@hidden>
+# Copyright © 2018 Carl Hansen <address@hidden>
#
# This file is part of GSRC.
#
@@ -14,10 +15,14 @@
#
# 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 = guile-dbi
GARNAME = guile-dbi
-GARVERSION = 2.1.5
+GARVERSION = 2.1.6
HOME_URL = http://www.gnu.org/software/guile-dbi/
DESCRIPTION = Guile database abstraction layer
define BLURB
@@ -29,14 +34,18 @@
endef
######################################################################
-
-MASTER_SITES = $(MASTER_GNA)
-MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.asc
-
-BUILDDEPS =
-LIBDEPS = guile
+# https://github.com/eestrada/guile-dbi/tree/guile-dbi-2.1.6
+# https://github.com/eestrada/guile-dbi/archive/guile-dbi-2.1.6.zip
+MASTER_SITES = $(MASTER_GITHUB)/
+MASTER_SUBDIR = eestrada/$(GARNAME)/archive/
+DISTFILES = $(DISTNAME).zip
+SIGFILES =
+
+BUILDDEPS = guile
+LIBDEPS =
+
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(DISTNAME)
+USE_AUTORECONF = yes
######################################################################
=== modified file 'pkg/gnu/guile-dbi/sha256sums'
--- a/pkg/gnu/guile-dbi/sha256sums 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/guile-dbi/sha256sums 2018-07-06 23:07:37 +0000
@@ -1,2 +1,1 @@
-3545ec6b589eaa601eb1ed275c00be0cc9ba08204a252415b205f1befce7d64a
download/guile-dbi-2.1.5.tar.gz
-600fa10830fb7830de3fa060e8ee371437b7e09c50285f554339b8fd6ecd08a0
download/guile-dbi-2.1.5.tar.gz.asc
+e354328ec15bbc206317e93e599b90c5e5a00c996509e5b386079f73711c86dc
download/guile-dbi-2.1.6.zip
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r5689: update guile-dbi to 2.1.6,
Carl Hansen <=