pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap2-auth-mellon ap2-auth-mellon: Adjust MASTER_SIT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9a328e674ef
branches:  trunk
changeset: 321559:c9a328e674ef
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Mar 25 06:21:06 2019 +0000

description:
ap2-auth-mellon: Adjust MASTER_SITES handling (NFCI)

Use GITHUB_PROJECT and GITHUB_RELEASE instead of manually adjusting
MASTER_SITES.

diffstat:

 www/ap2-auth-mellon/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5891c2adf899 -r c9a328e674ef www/ap2-auth-mellon/Makefile
--- a/www/ap2-auth-mellon/Makefile      Mon Mar 25 01:52:02 2019 +0000
+++ b/www/ap2-auth-mellon/Makefile      Mon Mar 25 06:21:06 2019 +0000
@@ -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