pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-terminator-plugins



Module Name:    pkgsrc
Committed By:   kamil
Date:           Thu Dec 22 23:52:02 UTC 2016

Modified Files:
        pkgsrc/x11/py-terminator-plugins: Makefile distinfo

Log Message:
Fix distinfo for python 3.x in py-terminator-plugins


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/py-terminator-plugins/Makefile \
    pkgsrc/x11/py-terminator-plugins/distinfo

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

Modified files:

Index: pkgsrc/x11/py-terminator-plugins/Makefile
diff -u pkgsrc/x11/py-terminator-plugins/Makefile:1.1 pkgsrc/x11/py-terminator-plugins/Makefile:1.2
--- pkgsrc/x11/py-terminator-plugins/Makefile:1.1       Thu Dec 22 17:52:43 2016
+++ pkgsrc/x11/py-terminator-plugins/Makefile   Thu Dec 22 23:52:02 2016
@@ -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/}
 
Index: pkgsrc/x11/py-terminator-plugins/distinfo
diff -u pkgsrc/x11/py-terminator-plugins/distinfo:1.1 pkgsrc/x11/py-terminator-plugins/distinfo:1.2
--- pkgsrc/x11/py-terminator-plugins/distinfo:1.1       Thu Dec 22 17:52:43 2016
+++ pkgsrc/x11/py-terminator-plugins/distinfo   Thu Dec 22 23:52:02 2016
@@ -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



Home | Main Index | Thread Index | Old Index