gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8977: anatasis taler


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8977: anatasis taler
Date: Thu, 26 Jan 2023 19:29:21 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8977
revision-id: carlhansen1234@gmail.com-20230127002905-zvkzft342nm8j460
parent: carlhansen1234@gmail.com-20230126235732-j5zizdd5fxpi7f3q
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Thu 2023-01-26 16:29:05 -0800
message:
  anatasis taler
added:
  pkg/gnu/libeufin/              libeufin-20230127002811-lrhhgqgtfpto0cgk-1
  pkg/gnu/libeufin/Makefile      makefile-20230127002811-lrhhgqgtfpto0cgk-3
  pkg/gnu/libeufin/config.mk     config.mk-20230127002811-lrhhgqgtfpto0cgk-2
  pkg/gnu/libeufin/sha256sums    sha256sums-20230127002811-lrhhgqgtfpto0cgk-4
modified:
  pkg/gnu/ghostscript/Makefile   makefile-20160617014725-uokjfnggs70iry9h-716
  pkg/gnu/ncurses/Makefile       makefile-20160617014725-uokjfnggs70iry9h-1464
  pkg/gnu/scm/Makefile           makefile-20160617014725-uokjfnggs70iry9h-1693
  pkg/gnu/slib/Makefile          makefile-20160617014725-uokjfnggs70iry9h-1755
  pkg/gnu/slib/sha256sums        sha256sums-20160617014725-uokjfnggs70iry9h-1761
  pkg/gnu/sync/Makefile          makefile-20200213030304-yx2asiywqjos64vp-4
  pkg/gnu/sync/sha256sums        sha256sums-20200213030304-yx2asiywqjos64vp-5
  pkg/gnu/taler-exchange/Makefile makefile-20160617014725-uokjfnggs70iry9h-1837
  pkg/gnu/taler-exchange/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-1842
  pkg/gnu/taler-mdb/Makefile     makefile-20200213025400-nh7hx6vtb305j5o4-3
  pkg/gnu/taler-mdb/sha256sums   sha256sums-20200213025400-nh7hx6vtb305j5o4-4
  pkg/gnu/taler-merchant/Makefile makefile-20160617014725-uokjfnggs70iry9h-1843
  pkg/gnu/taler-merchant/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-1848
  pkg/gnu/taler-twister/Makefile makefile-20210826053705-xrdv2p2dckdpntmh-3
  pkg/gnu/taler-twister/sha256sums sha256sums-20210826053705-xrdv2p2dckdpntmh-4
  pkg/gnu/taler-wallet/Makefile  makefile-20221104194530-5acime1l02izdyxb-4
  pkg/gnu/taler-wallet/sha256sums sha256sums-20221104194530-5acime1l02izdyxb-5
=== modified file 'pkg/gnu/ghostscript/Makefile'
--- a/pkg/gnu/ghostscript/Makefile      2017-10-30 09:42:35 +0000
+++ b/pkg/gnu/ghostscript/Makefile      2023-01-27 00:29:05 +0000
@@ -39,10 +39,13 @@
 LIBDEPS =# libpng tiff zlib libiconv # libjpeg
 # apt install  liblcms2-dev
 
+WORKOBJ = $(WORKSRC)
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
 CONFIGURE_ARGS += --with-libiconv=no
+
+

=== added directory 'pkg/gnu/libeufin'
=== added file 'pkg/gnu/libeufin/Makefile'
--- a/pkg/gnu/libeufin/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/libeufin/Makefile 2023-01-27 00:29:05 +0000
@@ -0,0 +1,48 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# 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 bug-gsrc@gnu.org
+
+NAME = libeufin
+GARNAME = libeufin
+GARVERSION = 0.9.1-sources
+HOME_URL = http://taler.net
+DESCRIPTION = libeufin 
+define BLURB
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = taler/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+
+pre-configure:
+       echo  installation not set up yet. have fun.
+
+

=== added file 'pkg/gnu/libeufin/config.mk'
--- a/pkg/gnu/libeufin/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/libeufin/config.mk        2023-01-27 00:29:05 +0000
@@ -0,0 +1,4 @@
+## Configuration options 
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnu/libeufin/sha256sums'
--- a/pkg/gnu/libeufin/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/libeufin/sha256sums       2023-01-27 00:29:05 +0000
@@ -0,0 +1,2 @@
+07432d8f2c2b5916d58f27ee7af3c3f65620e3b41845bb2e64822f7399b39ac1  
download/libeufin-0.9.1-sources.tar.gz
+a22a06a2eb530df9e773e8cb4d8c8f5d9d9764677882d13aededa20fe5e6f340  
download/libeufin-0.9.1-sources.tar.gz.sig

=== modified file 'pkg/gnu/ncurses/Makefile'
--- a/pkg/gnu/ncurses/Makefile  2023-01-19 19:52:06 +0000
+++ b/pkg/gnu/ncurses/Makefile  2023-01-27 00:29:05 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014, 2017 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 2018, 2020, 2021, 2022 Carl Hansen <carlhansen@gnu.org> 
+# Copyright © 2017, 2018, 2020, 2021, 2022, 2023 Carl Hansen 
<carlhansen@gnu.org> 
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -57,22 +57,21 @@
        ARCH_ARG =
 endif
 
-CONFIGURE_SCRIPTS = nonwide  wide
+CONFIGURE_SCRIPTS = both
 
-BUILD_SCRIPTS =  nonwide wide
+BUILD_SCRIPTS = both 
 #BUILD_SCRIPTS = $(WORKDIR)/ncurses-$(GARVERSION)-build/Makefile 
$(WORKDIR)/ncursesw-$(GARVERSION)-build/Makefile
 # questionable. do ? all: nonwide wide?
 
-INSTALL_SCRIPTS = nonwide  wide
+INSTALL_SCRIPTS = both 
 #INSTALL_SCRIPTS = $(WORKDIR)/ncursesw-$(GARVERSION)-build/Makefile wide  
$(WORKDIR)/ncurses-$(GARVERSION)-build/Makefile nonwide 
 #INSTALL_SCRIPTS =  $(WORKDIR)/ncurses-$(GARVERSION)-build/Makefile ncurses 
 
 
 #CONFIGURE_ARGS +=                --with-normal --without-debug --enable-rpath 
 
 #CONFIGURE_ARGS  += --enable-pc-files   --without-debug --enable-rpath  
-CONFIGURE_ARGS  += --enable-pc-files  --with-normal               
--without-debug --enable-rpath  
-#CONFIGURE_ARGS  += --enable-pc-files  --with-normal --with-shared 
--without-debug --enable-rpath  
-#CONFIGURE_ARGS  += --enable-pc-files                 --with-shared 
--without-debug --enable-rpath  
+#CONFIGURE_ARGS  += --enable-pc-files  --with-normal               
--without-debug --enable-rpath  
+CONFIGURE_ARGS  += --enable-pc-files                 --with-shared 
--without-debug --enable-rpath  
 #CONFIGURE_ARGS  += --enable-pc-files                              
--without-debug --enable-rpath  
 
 
@@ -87,6 +86,10 @@
        echo $(CONFIGURE_ARGS)
        echo $(CONFIGURE_OPTS)
 
+configure-both: configure-nonwide configure-wide
+       $(MAKECOOKIE)
+
+
 configure-nonwide: 
        @printf "[$(OK)configure-nonwide$(OFF)] ncurses $(MSG)Running 
$(CONFIGURE_NAME) in $(OFF)$*\n"
        mkdir -p $(WORKDIR)/ncurses-$(GARVERSION)-build
@@ -101,6 +104,8 @@
                $(CONFIGURE_ARGS) --enable-widec --enable-pc-files 
--with-pkg-config=$(packageprefix)/lib/pkgconfig $(OUTPUT)
        $(MAKECOOKIE)
 
+build-both: build-nonwide build-wide
+       $(MAKECOOKIE)
 
 build-nonwide:  
        cd  $(WORKDIR)/ncurses-$(GARVERSION)-build/ && $(MAKE)  $(MAKE_ARGS)
@@ -114,7 +119,8 @@
        cd $(WORKSRC)/doc  &&  $(INSTALL_DOCS) hackguide.doc  html/  
ncurses-intro.doc
        $(MAKECOOKIE)
 
-install: install-nonwide install-wide
+install-both: pre-install install-nonwide install-wide
+       $(MAKECOOKIE)
 
 install-nonwide:  
        @printf "[$(OK)install$(OFF)] $(MSG)Installing ncurses libraries 
$(OFF)\n"

=== modified file 'pkg/gnu/scm/Makefile'
--- a/pkg/gnu/scm/Makefile      2022-10-22 09:37:35 +0000
+++ b/pkg/gnu/scm/Makefile      2023-01-27 00:29:05 +0000
@@ -22,7 +22,7 @@
 NAME = SCM
 GARNAME = scm
 GARVERSION = 5f3
-HOME_URL =  http://www.gnu.org/software/scm
+HOME_URL =  http://www.gnu.org/software/scm or 
http://people.csail.mit.edu/jaffer/SCM
 DESCRIPTION = A scheme implementation, with scheme-to-c compiler
 define BLURB
 GNU SCM is an implementation of Scheme.  This implementation includes

=== modified file 'pkg/gnu/slib/Makefile'
--- a/pkg/gnu/slib/Makefile     2022-11-03 22:31:23 +0000
+++ b/pkg/gnu/slib/Makefile     2023-01-27 00:29:05 +0000
@@ -33,19 +33,19 @@
 endef
 
 ######################################################################
-#http://groups.csail.mit.edu/mac/ftpdir/scm/slib-3b7.zip
+# http://groups.csail.mit.edu/mac/ftpdir/scm/slib-3b7.tar.gz
 
 #MASTER_SITES = $(MASTER_GNU)
 #MASTER_SUBDIR = $(GARNAME)/
 MASTER_SITES = http://groups.csail.mit.edu/
 MASTER_SUBDIR =  mac/ftpdir/scm/
-DISTFILES = $(DISTNAME).zip
+DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = 
 
 BUILDDEPS = guile 
 # guile,  scm, or other scheme; see README
 LIBDEPS  =
-WORKSRC = $(WORKDIR)/slib
+
 WORKOBJ = $(WORKSRC)
 
 ######################################################################
@@ -67,33 +67,38 @@
 
 .PHONY:  post-extract configure-my build-my custom-pre-install install-guile
 
-
-post-extract:
-       echo s
-       cd $(WORKDIR) &&  cp -a slib $(packageprefix)/share/
-       $(MAKECOOKIE)
+#post-extract:
+#      echo s
+##     cd $(WORKDIR) &&  cp -a slib $(packageprefix)/share/
+#      $(MAKECOOKIE)
 
 configure-my:
+       @echo make infro
        cd $(WORKSRC) && ./configure --prefix=$(prefix)
+       cd $(WORKDIR) &&  ln -s $(DISTNAME) slib
        $(MAKECOOKIE)
 
 
 
-build-my: configure-my
+build-my: 
        @echo make infoz
-       $(MAKE) -C $(WORKSRC) infoz
+       $(MAKE) -C $(WORKSRC) DESTDIR=$(packageprefix)  intro
+       $(MAKE) -C $(WORKSRC) DESTDIR=$(packageprefix) infoz
        $(MAKECOOKIE)
 
 custom-pre-install:
        @echo installing
        DESTDIR=$(packageprefix)   $(MAKE) -C $(WORKSRC) install
-       $(MAKECOOKIE)
+
+#DESTDIR=$(packageprefix)   $(MAKE) -C $(WORKSRC) install
+#$(MAKECOOKIE)
 
 install-guile:
        @echo -e "[$(OK)install$(OFF)] $(MSG)Installing SLIB for Guile$(OFF)"
-       @$(MAKE) -C $(WORKSRC) install-lib DESTDIR=$(packageDESTDIR) \
+       $(MAKE) -C $(WORKSRC) install-lib DESTDIR=$(packageprefix)  \
                libdir=$(prefix)/share/guile/ $(OUTPUT)
        $(MAKECOOKIE)
+#@$(MAKE) -C $(WORKSRC) install-lib DESTDIR=$(packageDESTDIR) \
 
 #install-system: install-$(WORKSRC)/Makefile-DESTDIR
 #      $(MAKECOOKIE)

=== modified file 'pkg/gnu/slib/sha256sums'
--- a/pkg/gnu/slib/sha256sums   2022-11-03 22:31:23 +0000
+++ b/pkg/gnu/slib/sha256sums   2023-01-27 00:29:05 +0000
@@ -1,1 +1,1 @@
-f5d5cdad335395a5a5aa37effe28aa8078b216ea39911f651929678f1ac228b6  
download/slib-3b7.zip
+b679e4b8e775ded2111b387589d015d1381c9e2e86a2158d83a5371fba0add83  
download/slib-3b7.tar.gz

=== modified file 'pkg/gnu/sync/Makefile'
--- a/pkg/gnu/sync/Makefile     2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/sync/Makefile     2023-01-27 00:29:05 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2020, 2021, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2020, 2021, 2022, 2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME = sync
 GARNAME = sync
-GARVERSION = 0.9.0
+GARVERSION = 0.9.1
 HOME_URL = http://taler.net
 DESCRIPTION =  An HTTP server that allows clients to backup sensitive data.
 define BLURB

=== modified file 'pkg/gnu/sync/sha256sums'
--- a/pkg/gnu/sync/sha256sums   2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/sync/sha256sums   2023-01-27 00:29:05 +0000
@@ -1,2 +1,2 @@
-34b4ac7029be9846e554e84c05068dd24b38a95069f1383b7a505a15b110061f  
download/sync-0.9.0.tar.gz
-288f7b72c4123122f4a53d3b097e3b8644f1cd92f92def2d926ce69fa0109104  
download/sync-0.9.0.tar.gz.sig
+83ba1d4d98c332761ef18ce3c21d6b7e44b087077b13e980f449c791210db2d4  
download/sync-0.9.1.tar.gz
+7741b57c12bf889131447b414656f2d343fd303331141d47e5072a9986e340e0  
download/sync-0.9.1.tar.gz.sig

=== modified file 'pkg/gnu/taler-exchange/Makefile'
--- a/pkg/gnu/taler-exchange/Makefile   2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/taler-exchange/Makefile   2023-01-27 00:29:05 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016, 2017, 2018, 2020, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016, 2017, 2018, 2020, 2022, 2023 Carl Hansen 
<carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,7 +22,7 @@
 
 NAME = taler-exchange
 GARNAME = taler-exchange
-GARVERSION = 0.9.0
+GARVERSION = 0.9.1
 HOME_URL = http://taler.net
 DESCRIPTION = GNU Taler is a privacy-preserving payment system. Exchange part.
 define BLURB
@@ -41,6 +41,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 

=== modified file 'pkg/gnu/taler-exchange/sha256sums'
--- a/pkg/gnu/taler-exchange/sha256sums 2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/taler-exchange/sha256sums 2023-01-27 00:29:05 +0000
@@ -1,2 +1,2 @@
-c7bd0d81533c31db0e777d05fd7e81211d69693370708e137d96bf9f63a7f650  
download/taler-exchange-0.9.0.tar.gz
-b75dae879e91d66984bcaa517c6cb2537c8fd9f8391858c25d0a264e543e56db  
download/taler-exchange-0.9.0.tar.gz.sig
+9adb7594d16e139a61fd5396116dc816bd24cf417dece5666a8a1d52a0c39cd6  
download/taler-exchange-0.9.1.tar.gz
+f353e4b08eafa99c66eef17346b4008ad2ab0f9399f26c8ae9976096f23361b3  
download/taler-exchange-0.9.1.tar.gz.sig

=== modified file 'pkg/gnu/taler-mdb/Makefile'
--- a/pkg/gnu/taler-mdb/Makefile        2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/taler-mdb/Makefile        2023-01-27 00:29:05 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2020, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2020, 2022, 2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME = taler-mdb
 GARNAME = taler-mdb
-GARVERSION = 0.9.0
+GARVERSION = 0.9.1
 HOME_URL = http://taler.net
 DESCRIPTION = GNU Taler is a privacy-preserving payment system, merchant snack 
machine
 define BLURB
@@ -43,11 +43,8 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
 # doesn't build
 #**
-#*** You need libgnunetjson to build this program.
-#*** Make sure you have libjansson installed while
-#*** building GNUnet.

=== modified file 'pkg/gnu/taler-mdb/sha256sums'
--- a/pkg/gnu/taler-mdb/sha256sums      2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/taler-mdb/sha256sums      2023-01-27 00:29:05 +0000
@@ -1,2 +1,2 @@
-19c79bfa39199643953321a9991c47bd0b572b86698dbdccbed156dd50a0115c  
download/taler-mdb-0.9.0.tar.gz
-5bd6952f7d9786e66447f2bd75060f16a5111a0826d61800d2f7c7c9b0b93312  
download/taler-mdb-0.9.0.tar.gz.sig
+67c7d3b62099c74543a664bc0cfe65c3ecdd043d227f3d33b385b8ae83b55511  
download/taler-mdb-0.9.1.tar.gz
+87911240f120e5d517eed85a6e47db9b3a44bb708b3688e043d1d8e1bd5cf369  
download/taler-mdb-0.9.1.tar.gz.sig

=== modified file 'pkg/gnu/taler-merchant/Makefile'
--- a/pkg/gnu/taler-merchant/Makefile   2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/taler-merchant/Makefile   2023-01-27 00:29:05 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016, 2017, 2018, 2019, 2020, 2022 Carl Hansen 
<carlhansen@gnu.org>
+# Copyright © 2016, 2017, 2018, 2019, 2020, 2022, 2023 Carl Hansen 
<carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,7 +22,7 @@
 
 NAME = taler-merchant
 GARNAME = taler-merchant
-GARVERSION = 0.9.0
+GARVERSION = 0.9.1
 HOME_URL = http://taler.net
 DESCRIPTION = GNU Taler is a privacy-preserving payment system, merchant part.
 define BLURB
@@ -41,6 +41,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 

=== modified file 'pkg/gnu/taler-merchant/sha256sums'
--- a/pkg/gnu/taler-merchant/sha256sums 2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/taler-merchant/sha256sums 2023-01-27 00:29:05 +0000
@@ -1,2 +1,2 @@
-2d203cbd2b1080968e54cb58bc14827fdb54d1d88b6fd7e31bf4e41699a7e0bf  
download/taler-merchant-0.9.0.tar.gz
-a6d40826c2b193efc9a3ed57b9cd4a336c13d4e8025d3478b1593b65de8ade1d  
download/taler-merchant-0.9.0.tar.gz.sig
+56d04c89f2da0081a2b208e2f508130883d22437729d0f867577560b5c89e23b  
download/taler-merchant-0.9.1.tar.gz
+b96655710b68c882286436e8d4ef1855513c076272857576aa401f64406f19c5  
download/taler-merchant-0.9.1.tar.gz.sig

=== modified file 'pkg/gnu/taler-twister/Makefile'
--- a/pkg/gnu/taler-twister/Makefile    2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/taler-twister/Makefile    2023-01-27 00:29:05 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2021,2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2021,2022,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,7 +22,7 @@
 
 NAME = taler-twister
 GARNAME = taler-twister
-GARVERSION = 0.9.0
+GARVERSION = 0.9.1
 HOME_URL = http://taler.net
 DESCRIPTION = GNU Taler-twister
 define BLURB
@@ -43,7 +43,3 @@
 include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
-help:
-       echo a python script
-       echo  installation, on your own
-

=== modified file 'pkg/gnu/taler-twister/sha256sums'
--- a/pkg/gnu/taler-twister/sha256sums  2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/taler-twister/sha256sums  2023-01-27 00:29:05 +0000
@@ -1,2 +1,2 @@
-acfc23816d384f452bb1b94f00b84d618e3905d248d7bb770d9570dccdab0766  
download/taler-twister-0.9.0.tar.gz
-f821ddc6fea69ee336b5480254b008fce612eaf25a73c4723cb2d3cd1dc3d6e5  
download/taler-twister-0.9.0.tar.gz.sig
+019842e7b5755a4ee5faf6844f7024d88442f347a0ee0c696de0f391c4593da2  
download/taler-twister-0.9.1.tar.gz
+99a329097612a1c6be5f7433dbbe8080f0d5f6cedf18c19be8453aad7ec6368f  
download/taler-twister-0.9.1.tar.gz.sig

=== modified file 'pkg/gnu/taler-wallet/Makefile'
--- a/pkg/gnu/taler-wallet/Makefile     2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/taler-wallet/Makefile     2023-01-27 00:29:05 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2022,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -20,7 +20,7 @@
 
 NAME = taler-wallet
 GARNAME = taler-wallet
-GARVERSION = v0.9.0
+GARVERSION = v0.9.1
 HOME_URL = http://taler.net
 DESCRIPTION =  Electronic payments for a liberal society, wallet part
 define BLURB 
@@ -39,6 +39,7 @@
 
 BUILDDEPS =
 LIBDEPS =
+WORKSRC = $(WORKDIR)/$(DISTNAME)-debian
 WORKOBJ = $(WORKSRC)
 ######################################################################
 

=== modified file 'pkg/gnu/taler-wallet/sha256sums'
--- a/pkg/gnu/taler-wallet/sha256sums   2022-11-04 19:50:10 +0000
+++ b/pkg/gnu/taler-wallet/sha256sums   2023-01-27 00:29:05 +0000
@@ -1,2 +1,2 @@
-55451f88d2d7fed4d8863beff5d9a760b22810cac8d28e3a3f874f01210a0f4a  
download/taler-wallet-v0.9.0.tar.gz
-7770c1ae4af0e1f175b4a35b843b69de18d5e363818dcc9848fc64560b14934e  
download/taler-wallet-v0.9.0.tar.gz.sig
+5b2bf7f7deaed5a7c2c29ca8bf0a5a353de166705a900d4b741ce005479242e2  
download/taler-wallet-v0.9.1.tar.gz
+915e2dd4c3aea483d2f91cdb140bf181a700787dd049fe8235506423dce06d10  
download/taler-wallet-v0.9.1.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]