Received: by mail.netbsd.org (Postfix, from userid 605) id 1F99F84DF5; Sat, 11 May 2019 10:04:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B91484DF2 for ; Sat, 11 May 2019 10:04:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id i5NE2iE_-xpn for ; Sat, 11 May 2019 10:04:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3436584D68 for ; Sat, 11 May 2019 10:04:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2F193FB16; Sat, 11 May 2019 10:04:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155756907078420" MIME-Version: 1.0 Date: Sat, 11 May 2019 10:04:30 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/devel/py-hglib To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190511100430.2F193FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155756907078420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat May 11 10:04:30 UTC 2019 Modified Files: pkgsrc/devel/py-hglib: Makefile Log Message: py-hglib: Adjust DISTNAME to 2.6.1 (part of 2.6.1 update, sorry!) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-hglib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155756907078420 Content-Disposition: inline Content-Length: 575 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hglib/Makefile diff -u pkgsrc/devel/py-hglib/Makefile:1.7 pkgsrc/devel/py-hglib/Makefile:1.8 --- pkgsrc/devel/py-hglib/Makefile:1.7 Sat May 11 10:01:28 2019 +++ pkgsrc/devel/py-hglib/Makefile Sat May 11 10:04:30 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/05/11 10:01:28 leot Exp $ +# $NetBSD: Makefile,v 1.8 2019/05/11 10:04:30 leot Exp $ -DISTNAME= python-hglib-2.4 +DISTNAME= python-hglib-2.6.1 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-hglib/} --_----------=_155756907078420--