summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamil <kamil>2016-12-22 23:52:02 +0000
committerkamil <kamil>2016-12-22 23:52:02 +0000
commit4ae04177a763f2a4d21c8f76ac1499d666be2a55 (patch)
treee8b635b98ce3044fb6bc751adb429b75d80f36c8
parent6d0313dc443b089f89e69874d65f33c54579518c (diff)
downloadpkgsrc-4ae04177a763f2a4d21c8f76ac1499d666be2a55.tar.gz
Fix distinfo for python 3.x in py-terminator-plugins
-rw-r--r--x11/py-terminator-plugins/Makefile5
-rw-r--r--x11/py-terminator-plugins/distinfo10
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