pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/consolekit Use the GITHUB framework for distf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2d5b8895e88
branches:  trunk
changeset: 348712:b2d5b8895e88
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sat Jun 18 11:20:40 2016 +0000

description:
Use the GITHUB framework for distfiles

diffstat:

 sysutils/consolekit/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 44ba466a59cb -r b2d5b8895e88 sysutils/consolekit/Makefile
--- a/sysutils/consolekit/Makefile      Sat Jun 18 11:09:35 2016 +0000
+++ b/sysutils/consolekit/Makefile      Sat Jun 18 11:20:40 2016 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.32 2016/06/18 11:09:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2016/06/18 11:20:40 kamil Exp $
 
 CONSOLEKIT_VER=        1.0.2
 DISTNAME=      ConsoleKit2-1.0.2
 PKGNAME=       consolekit-${CONSOLEKIT_VER}
 CATEGORIES=    sysutils
-MASTER_SITES=  https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${CONSOLEKIT_VER}/
+GITHUB_RELEASE= ${CONSOLEKIT_VER}
+GITHUB_PROJECT=        ConsoleKit2
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ConsoleKit2/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    youri%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index