pkgsrc-WIP-changes archive

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

py-terminator-plugins-git: switch to release 1.0



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Dec 22 18:44:19 2016 +0100
Changeset:	40a2e3ca6e39aeb7aaa88547c66bdb672ca4156e

Modified Files:
	py-terminator-plugins-git/Makefile

Log Message:
py-terminator-plugins-git: switch to release 1.0

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

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

diffstat:
 py-terminator-plugins-git/Makefile | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-terminator-plugins-git/Makefile b/py-terminator-plugins-git/Makefile
index d9d0570..37d66fe 100644
--- a/py-terminator-plugins-git/Makefile
+++ b/py-terminator-plugins-git/Makefile
@@ -1,17 +1,16 @@
 # $NetBSD$
 
-PKGNAME=	${PYPKGPREFIX}-terminator-plugins-0
-CATEGORIES=	x11
-
-GIT_REPOSITORIES=	TP
-GIT_REPO.TP=		https://github.com/camillo/TerminatorPlugins.git
+GITHUB_PROJECT=	TerminatorPlugins
+DISTNAME=	${PYPKGPREFIX}-terminator-plugins-1.0
+CATEGORIES=	python x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=camillo/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/camillo/TerminatorPlugins/
 COMMENT=	Set of plugins for terminator
 LICENSE=	public-domain
 
-WRKSRC=		${WRKDIR}/TP
+WRKSRC=		${WRKDIR}/TerminatorPlugins-${PKGVERSION_NOREV}
 
 NO_BUILD=	yes
 PY_PATCHPLIST=	yes
@@ -25,7 +24,6 @@ do-install:
 		${INSTALL_DATA} plugins/${plugin} ${DESTDIR}${TERMINATORLIB_PLUGINS}
 .endfor
 
-.include "../../wip/mk/git-package.mk"
 .include "../../lang/python/pyversion.mk"
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index