pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ap2-auth-mellon



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Mar 25 06:21:06 UTC 2019

Modified Files:
        pkgsrc/www/ap2-auth-mellon: Makefile

Log Message:
ap2-auth-mellon: Adjust MASTER_SITES handling (NFCI)

Use GITHUB_PROJECT and GITHUB_RELEASE instead of manually adjusting
MASTER_SITES.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/ap2-auth-mellon/Makefile

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

Modified files:

Index: pkgsrc/www/ap2-auth-mellon/Makefile
diff -u pkgsrc/www/ap2-auth-mellon/Makefile:1.48 pkgsrc/www/ap2-auth-mellon/Makefile:1.49
--- pkgsrc/www/ap2-auth-mellon/Makefile:1.48    Sat Mar 23 02:37:42 2019
+++ pkgsrc/www/ap2-auth-mellon/Makefile Mon Mar 25 06:21:06 2019
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.48 2019/03/23 02:37:42 manu Exp $
+# $NetBSD: Makefile,v 1.49 2019/03/25 06:21:06 leot Exp $
 
 DISTNAME=      mod_auth_mellon-0.14.2
 PKGNAME=       ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/g}
 #PKGREVISION=  1
 CATEGORIES=    www security
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=UNINETT/}/mod_auth_mellon/releases/download/v${DISTNAME:C/.*-//}/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=UNINETT/}
+GITHUB_PROJECT=        mod_auth_mellon
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    manu%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/UNINETT/mod_auth_mellon



Home | Main Index | Thread Index | Old Index