pkgsrc-WIP-changes archive

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

igv: Make MASTER_SITES more timeless



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Feb 23 09:58:48 2021 -0600
Changeset:	4cda97f47683cfef3a8bb5a540538fadf8279d01

Modified Files:
	igv/Makefile

Log Message:
igv: Make MASTER_SITES more timeless

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4cda97f47683cfef3a8bb5a540538fadf8279d01

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 igv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/igv/Makefile b/igv/Makefile
index 82918ea400..5b61a0e0d5 100644
--- a/igv/Makefile
+++ b/igv/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	IGV_${PKGVERSION_NOREV}
 PKGNAME=	igv-2.9.2
 CATEGORIES=	biology
-MASTER_SITES=	https://data.broadinstitute.org/igv/projects/downloads/2.9/
+MASTER_SITES=	https://data.broadinstitute.org/igv/projects/downloads/${PKGVERSION:R}/
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	bacon%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index