gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8632: update guile-dsv to 0.5.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8632: update guile-dsv to 0.5.1
Date: Fri, 7 Oct 2022 17:16:55 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8632
revision-id: carlhansen1234@gmail.com-20221007211648-wydkw4ioffp6tcwt
parent: carlhansen1234@gmail.com-20221007204019-bq4062fnffdrq7fn
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2022-10-07 14:16:48 -0700
message:
  update guile-dsv to 0.5.1
modified:
  pkg/other/guile-dsv/Makefile   makefile-20200512220547-x7xs0r19qige18i3-3
=== modified file 'pkg/other/guile-dsv/Makefile'
--- a/pkg/other/guile-dsv/Makefile      2022-02-05 19:57:21 +0000
+++ b/pkg/other/guile-dsv/Makefile      2022-10-07 21:16:48 +0000
@@ -20,7 +20,7 @@
 
 NAME =    guile-dsv
 GARNAME = guile-dsv
-UPSTREAMNAME = v
+#UPSTREAMNAME = v
 GARVERSION = 0.5.1
 HOME_URL = https://github.com/artyom-poptsov/guile-dsv
 DESCRIPTION =  Guile code to parse delimiter-separated-value files
@@ -28,28 +28,22 @@
 endef
 
 ######################################################################
-# https://github.com/artyom-poptsov/guile-dsv/archive/v0.3.0.tar.gz
-# https://github.com/artyom-poptsov/guile-dsv/archive/refs/tags/v0.4.0.tar.gz
+# https://github.com/artyom-poptsov/guile-dsv/archive/refs/tags/v0.5.1.tar.gz
 # https://github.com/artyom-poptsov/guile-dsv.git
-#MASTER_SITES = $(MASTER_GITHUB_GIT)
-#MASTER_SITES = $(MASTER_GITHUB)
-MASTER_SITES = githttps://github.com/
+MASTER_SITES = https://github.com/
 MASTER_SUBDIR = artyom-poptsov/$(GARNAME)/archive/refs/tags/
-
-#GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
-#GIT_VERSION = 
-
-DISTNAME = $(GARNAME)-$(GARVERSION)
+DISTFILES = v$(GARVERSION).tar.gz 
+SIGFILES  = 
+
+DISTNAME = v$(GARVERSION)
 #DISTFILES = $(DISTNAME).tar.gz
-DISTFILES = $(UPSTREAMNAME)$(GARVERSION).tar.gz 
 
-SIGFILES  = 
 
 BUILDDEPS =
 LIBDEPS =
 
 USE_AUTORECONF = y
-# this is not working yet FIXME
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)
 
 
 ######################################################################
@@ -58,8 +52,3 @@
 include ../../../gar/gar.lib/info.mk
 include config.mk
 
-# should be nothing to do
-custom-post-fetch:
-       $(MAKE) download/$(DISTNAME).tar.gz
-
-


reply via email to

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