pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-qrcode Use MASTER_SITE_GITHUB in HOMEPAGE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8e49473909a
branches:  trunk
changeset: 649835:c8e49473909a
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Apr 11 03:12:51 2015 +0000

description:
Use MASTER_SITE_GITHUB in HOMEPAGE.

diffstat:

 graphics/py-qrcode/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eb715d1d1662 -r c8e49473909a graphics/py-qrcode/Makefile
--- a/graphics/py-qrcode/Makefile       Sat Apr 11 03:10:43 2015 +0000
+++ b/graphics/py-qrcode/Makefile       Sat Apr 11 03:12:51 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/11/09 16:52:14 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/11 03:12:51 rodent Exp $
 
 DISTNAME=      qrcode-5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@
 MASTER_SITES=  https://pypi.python.org/packages/source/q/qrcode/
 
 MAINTAINER=    rodent%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/lincolnloop/python-qrcode
+HOMEPAGE=      ${MASTER_SITE_GITHUB:=lincolnloop/python-qrcode}
 COMMENT=       Python QR Code image generator
 LICENSE=       modified-bsd
 



Home | Main Index | Thread Index | Old Index