pkgsrc-WIP-changes archive

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

Remove extraneous PLIST_SUBST settings. Use fetch/github.mk.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Feb 29 19:30:15 2016 +0100
Changeset:	6fb889fdfd62fbe96a088ef2808151362e49461a

Modified Files:
	py-junos-netconify/Makefile

Log Message:
Remove extraneous PLIST_SUBST settings.
Use fetch/github.mk.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6fb889fdfd62fbe96a088ef2808151362e49461a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-junos-netconify/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-junos-netconify/Makefile b/py-junos-netconify/Makefile
index a62e411..48f2d77 100644
--- a/py-junos-netconify/Makefile
+++ b/py-junos-netconify/Makefile
@@ -3,7 +3,8 @@
 DISTNAME=	py-junos-netconify-1.0.2
 PKGNAME=	${DISTNAME:S/py-/${PYPKGPREFIX}-/}
 CATEGORIES=	net
-MASTER_SITES=	-https://github.com/Juniper/${PKGBASE}/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
+GITHUB_PROJECT=	py-junos-netconify
+MASTER_SITES=	${MASTER_SITE_GITHUB:=Juniper/}
 EGG_NAME=	${DISTNAME:S/^py-//:S/-/_/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -12,9 +13,7 @@ COMMENT=	Junos console/bootstrap automation Python module
 LICENSE=	apache-2.0
 
 USE_LANGUAGES=	# none
-PLIST_SUBST+=	PYVERSUFFIX=${PYVERSUFFIX}
-PLIST_SUBST+=	PYPKGPREFIX=${PYPKGPREFIX}
-PYTHON_VERSIONS_ACCEPTED=	27 26
+PYTHON_VERSIONS_ACCEPTED=	27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index