Received: by mail.netbsd.org (Postfix, from userid 605) id 50931855A1; Tue, 7 Nov 2017 15:14:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD8CD84DEE for ; Tue, 7 Nov 2017 15:14:58 +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 O2aLotZZrjLR for ; Tue, 7 Nov 2017 15:14:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5413B84DEC for ; Tue, 7 Nov 2017 15:14:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B47AFBDE; Tue, 7 Nov 2017 15:14:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510067698209170" MIME-Version: 1.0 Date: Tue, 7 Nov 2017 15:14:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-hg-git To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171107151458.4B47AFBDE@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. --_----------=_1510067698209170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Nov 7 15:14:58 UTC 2017 Modified Files: pkgsrc/devel/py-hg-git: Makefile distinfo Log Message: py-hg-git: update to 0.8.10. Compatibility with mercurial 4.4. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-hg-git/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-hg-git/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510067698209170 Content-Disposition: inline Content-Length: 1883 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hg-git/Makefile diff -u pkgsrc/devel/py-hg-git/Makefile:1.8 pkgsrc/devel/py-hg-git/Makefile:1.9 --- pkgsrc/devel/py-hg-git/Makefile:1.8 Sun Sep 3 14:16:43 2017 +++ pkgsrc/devel/py-hg-git/Makefile Tue Nov 7 15:14:58 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2017/09/03 14:16:43 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/11/07 15:14:58 wiz Exp $ -DISTNAME= 0.8.9 +DISTNAME= 0.8.10 PKGNAME= ${PYPKGPREFIX}-hg-git-${DISTNAME} CATEGORIES= devel scm MASTER_SITES= https://bitbucket.org/durin42/hg-git/get/ @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.9.7:../../devel/py-dulwich DIST_SUBDIR= hg-git -WRKSRC= ${WRKDIR}/durin42-hg-git-88de3215e138 +WRKSRC= ${WRKDIR}/durin42-hg-git-6ef27582bfa5 USE_LANGUAGES= # none Index: pkgsrc/devel/py-hg-git/distinfo diff -u pkgsrc/devel/py-hg-git/distinfo:1.5 pkgsrc/devel/py-hg-git/distinfo:1.6 --- pkgsrc/devel/py-hg-git/distinfo:1.5 Sun Sep 3 14:16:43 2017 +++ pkgsrc/devel/py-hg-git/distinfo Tue Nov 7 15:14:58 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/09/03 14:16:43 wiz Exp $ +$NetBSD: distinfo,v 1.6 2017/11/07 15:14:58 wiz Exp $ -SHA1 (hg-git/0.8.9.tar.bz2) = 24e16efb49ad1617e96261144c91f937cc635e01 -RMD160 (hg-git/0.8.9.tar.bz2) = 8c97efd441e84545b5aa31de3654efd2795e6286 -SHA512 (hg-git/0.8.9.tar.bz2) = 3f5ec2893a0af90f8670f31c781d93d06c55d1f9f7218c9311a2647b782064d0310210f6ea59a94e7180987cd8588660bd3ab3dd85744550f16428af1cf623cc -Size (hg-git/0.8.9.tar.bz2) = 95019 bytes +SHA1 (hg-git/0.8.10.tar.bz2) = 180aa51d0240d22e62268e306ad9d3977dd63751 +RMD160 (hg-git/0.8.10.tar.bz2) = 06792174ee4d9cd1a232f75b0095827461b03d2c +SHA512 (hg-git/0.8.10.tar.bz2) = 60fbabf2f487be81d8b21a10cb5bd3cb8a211441138ad79a451c3b1222824a984db409b6de11066b2cfd0041648055333a56d258138175aaa0916c602821f973 +Size (hg-git/0.8.10.tar.bz2) = 109257 bytes --_----------=_1510067698209170--