pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/graphene



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  6 13:24:40 UTC 2020

Modified Files:
        pkgsrc/graphics/graphene: Makefile

Log Message:
graphene: simplify download URL


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/graphene/Makefile

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

Modified files:

Index: pkgsrc/graphics/graphene/Makefile
diff -u pkgsrc/graphics/graphene/Makefile:1.1 pkgsrc/graphics/graphene/Makefile:1.2
--- pkgsrc/graphics/graphene/Makefile:1.1       Fri Sep  4 11:21:41 2020
+++ pkgsrc/graphics/graphene/Makefile   Sun Sep  6 13:24:40 2020
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2020/09/04 11:21:41 prlw1 Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/06 13:24:40 wiz Exp $
 
 DISTNAME=      graphene-1.10.2
 CATEGORIES=    graphics
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=ebassi/graphene/releases/download/${PKGVERSION_NOREV:R}/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ebassi/}
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    prlw1%cam.ac.uk@localhost



Home | Main Index | Thread Index | Old Index