Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0998C7A25E for ; Thu, 22 Dec 2016 23:52:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A7C6885650; Thu, 22 Dec 2016 23:52:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38C698564F for ; Thu, 22 Dec 2016 23:52:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id lvZHjoSf2VBA for ; Thu, 22 Dec 2016 23:52:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C0CA48556C for ; Thu, 22 Dec 2016 23:52:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB5F3FBA6; Thu, 22 Dec 2016 23:52:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1482450722224500" MIME-Version: 1.0 Date: Thu, 22 Dec 2016 23:52:02 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/x11/py-terminator-plugins To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20161222235202.BB5F3FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1482450722224500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1482450722224500 Content-Disposition: inline Content-Length: 1898 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1482450722224500--