Tue May 12 14:33:29 2015 UTC ()
Remove unused MASTER_SITES line, sorry.


(mef)
diff -r1.2 -r1.3 pkgsrc/textproc/py-uritemplate/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/textproc/py-uritemplate/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-uritemplate/Makefile 2015/05/12 14:32:23 1.2
+++ pkgsrc/textproc/py-uritemplate/Makefile 2015/05/12 14:33:29 1.3
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.2 2015/05/12 14:32:23 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2015/05/12 14:33:29 mef Exp $
2 2
3DISTNAME= uri-template-py-0.6 3DISTNAME= uri-template-py-0.6
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-template-py/template/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-template-py/template/}
5CATEGORIES= textproc www python 5CATEGORIES= textproc www python
6MASTER_SITES= https://github.com/uri-templates/uritemplate-py/archive/ 
7MASTER_SITES= ${MASTER_SITE_GITHUB:=uri-templates/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=uri-templates/}
8GITHUB_PROJECT= uritemplate-py 7GITHUB_PROJECT= uritemplate-py
9GITHUB_TAG= ${DISTNAME} 8GITHUB_TAG= ${DISTNAME}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= https://github.com/uri-templates/uritemplate-py/ 11HOMEPAGE= https://github.com/uri-templates/uritemplate-py/
13COMMENT= Python implementation of RFC6570, URI Template 12COMMENT= Python implementation of RFC6570, URI Template
14LICENSE= apache-2.0 13LICENSE= apache-2.0
15 14
16EGG_NAME= uritemplate-${PKGVERSION_NOREV} 15EGG_NAME= uritemplate-${PKGVERSION_NOREV}
17 16
18.include "../../lang/python/distutils.mk" 17.include "../../lang/python/distutils.mk"
19.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"