diff options
author | kamil <kamil@pkgsrc.org> | 2016-12-22 23:52:02 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-12-22 23:52:02 +0000 |
commit | 07e146647c68b40d94ab6e70899375100f464716 (patch) | |
tree | cdc7a3766754da21b14cbb0d0ef3e6e871a9b8ee /x11 | |
parent | 4b7eb7c66906af070d51d19f8bc39a0e12d0c59c (diff) | |
download | pkgsrc-07e146647c68b40d94ab6e70899375100f464716.tar.gz |
Fix distinfo for python 3.x in py-terminator-plugins
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-terminator-plugins/Makefile | 5 | ||||
-rw-r--r-- | x11/py-terminator-plugins/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/x11/py-terminator-plugins/Makefile b/x11/py-terminator-plugins/Makefile index 9fad3bf5002..c28b68352f8 100644 --- a/x11/py-terminator-plugins/Makefile +++ b/x11/py-terminator-plugins/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2016/12/22 17:52:43 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2016/12/22 23:52:02 kamil Exp $ GITHUB_PROJECT= TerminatorPlugins -DISTNAME= ${PYPKGPREFIX}-terminator-plugins-1.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +DISTNAME= terminator-plugins-1.0 CATEGORIES= python x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=camillo/} diff --git a/x11/py-terminator-plugins/distinfo b/x11/py-terminator-plugins/distinfo index d49ad07f0fd..59818f11442 100644 --- a/x11/py-terminator-plugins/distinfo +++ b/x11/py-terminator-plugins/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/12/22 17:52:43 kamil Exp $ +$NetBSD: distinfo,v 1.2 2016/12/22 23:52:02 kamil Exp $ -SHA1 (py27-terminator-plugins-1.0.tar.gz) = 58eb034451457b11fd141830dfc257e97befb290 -RMD160 (py27-terminator-plugins-1.0.tar.gz) = 58736675f675cf64cfd2a9a664e0523e15291183 -SHA512 (py27-terminator-plugins-1.0.tar.gz) = 3c8793893b566f99f4ac96254b33959445262d2b7aadd5adaf5b549b53e043a4b2c1467479e41b77377d5232f9df2d58442df59d92616ec3265f87cb429ddea5 -Size (py27-terminator-plugins-1.0.tar.gz) = 10211 bytes +SHA1 (terminator-plugins-1.0.tar.gz) = 58eb034451457b11fd141830dfc257e97befb290 +RMD160 (terminator-plugins-1.0.tar.gz) = 58736675f675cf64cfd2a9a664e0523e15291183 +SHA512 (terminator-plugins-1.0.tar.gz) = 3c8793893b566f99f4ac96254b33959445262d2b7aadd5adaf5b549b53e043a4b2c1467479e41b77377d5232f9df2d58442df59d92616ec3265f87cb429ddea5 +Size (terminator-plugins-1.0.tar.gz) = 10211 bytes |