pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/khal Use GITHUB magic.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c1c20650e9c
branches:  trunk
changeset: 649003:0c1c20650e9c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 27 16:12:22 2015 +0000

description:
Use GITHUB magic.

diffstat:

 time/khal/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 9e2d8c57009e -r 0c1c20650e9c time/khal/Makefile
--- a/time/khal/Makefile        Fri Mar 27 14:22:58 2015 +0000
+++ b/time/khal/Makefile        Fri Mar 27 16:12:22 2015 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.2 2015/02/04 12:09:46 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/03/27 16:12:22 wiz Exp $
 
 DISTNAME=              khal-0.4.0
 CATEGORIES=            time net
-MASTER_SITES=          -https://github.com/geier/khal/archive/${DISTNAME:S/khal-/v/}${EXTRACT_SUFX}
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=geier/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://github.com/geier/khal
 COMMENT=               CLI calendar application built around CalDAV
 LICENSE=               mit
 
+GITHUB_TAG=            v${PKGVERSION_NOREV}
 DEPENDS+=              ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=              ${PYPKGPREFIX}-xdg>=0.17:../../devel/py-xdg
 DEPENDS+=              ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar



Home | Main Index | Thread Index | Old Index