pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/canu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun  1 03:33:03 UTC 2023

Modified Files:
        pkgsrc/biology/canu: Makefile

Log Message:
canu: use github framework variables


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/biology/canu/Makefile

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

Modified files:

Index: pkgsrc/biology/canu/Makefile
diff -u pkgsrc/biology/canu/Makefile:1.21 pkgsrc/biology/canu/Makefile:1.22
--- pkgsrc/biology/canu/Makefile:1.21   Sat May 20 14:42:11 2023
+++ pkgsrc/biology/canu/Makefile        Thu Jun  1 03:33:03 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2023/05/20 14:42:11 bacon Exp $
+# $NetBSD: Makefile,v 1.22 2023/06/01 03:33:03 wiz Exp $
 
 DISTNAME=      canu-2.2
 CATEGORIES=    biology java
-# Github-generaged files are incomplete
-MASTER_SITES=  https://github.com/marbl/canu/releases/download/v${PKGVERSION_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=marbl/}
 EXTRACT_SUFX=  .tar.xz
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    bacon%NetBSD.org@localhost
 HOMEPAGE=      https://canu.readthedocs.io/



Home | Main Index | Thread Index | Old Index