gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10614: update snpomatic to 1.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10614: update snpomatic to 1.0
Date: Sun, 15 Sep 2024 15:19:10 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10614
revision-id: carlhansen@gnu.org-20240915191905-cbddpbupov6c3b0t
parent: carlhansen@gnu.org-20240915175111-7wrjq8qni61mbvnk
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Sun 2024-09-15 19:19:05 +0000
message:
  update snpomatic to 1.0
modified:
  pkg/bio/snpomatic/Makefile     makefile-20160617195624-kwz1a09vkg4le6fu-188
=== modified file 'pkg/bio/snpomatic/Makefile'
--- a/pkg/bio/snpomatic/Makefile        2017-03-25 06:40:30 +0000
+++ b/pkg/bio/snpomatic/Makefile        2024-09-15 19:19:05 +0000
@@ -1,4 +1,5 @@
 # Copyright © 2013, 2014, 2016 Brandon Invergo <brandon@invergo.net>
+# Copyright ©2024 Carl Hansen
 #
 # This file is part of GSRC.
 #
@@ -17,10 +18,11 @@
 
 NAME = SNP-o-matic
 GARNAME = snpomatic
-GARVERSION = r14
-SVN_REVISION = 14
-HOME_URL = http://snpomatic.sourceforge.net/
-       # https://github.com/magnusmanske/snpomatic
+GARVERSION = 1.0
+#SVN_REVISION = 14
+HOME_URL = https://github.com/magnusmanske/snpomatic
+# http://snpomatic.sourceforge.net/
+#
 DESCRIPTION = A fast, stringent short-read mapping software
 define BLURB
 SNP-o-matic is a fast, stringent tool for mapping short-read sequences
@@ -36,16 +38,18 @@
 #MASTER_SUBDIR = p/$(GARNAME)/code/
 #SVN_PATH = $(subst svnco,http,$(MASTER_SITES))$(MASTER_SUBDIR)
 #DISTFILES = $(DISTNAME).tar.gz
-
-       # https://github.com/magnusmanske/snpomatic
+# https://github.com/magnusmanske/snpomatic
 # https://github.com/magnusmanske/snpomatic/archive/master.zip
-       # prechecksum ? changename???
+# prechecksum ? changename???
+
+
+# https://github.com/magnusmanske/snpomatic/archive/refs/tags/v1.0.tar.gz
 MASTER_SITES = https://github.com/
-MASTER_SUBDIR = magnusmanske/snpomatic
-
-DISTFILES = $(DISTNAME).tar.gz
-
-NOCHECKSUM = $(DISTFILES)
+MASTER_SUBDIR = magnusmanske/snpomatic/archive/refs/tags/
+
+DISTFILES = v$(GARVERSION).tar.gz
+
+WORKOBJ = $(WORKSRC)
 BUILD_SCRIPTS = $(WORKSRC)/Makefile
 INSTALL_SCRIPTS = bin
 
@@ -61,3 +65,5 @@
        @printf "[$(OK)install$(OFF)] $(MSG)Installing $(NAME).$(OFF)\n"
        $(INSTALL_BIN) $(WORKSRC)/findknownsnps
        $(MAKECOOKIE)
+
+


reply via email to

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