Received: by mail.netbsd.org (Postfix, from userid 605) id 02CBF84D60; Thu, 28 Sep 2017 06:42:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 883F984D5F for ; Thu, 28 Sep 2017 06:42:13 +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 X65JEy2Qwklq for ; Thu, 28 Sep 2017 06:42:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0EC9284CFB for ; Thu, 28 Sep 2017 06:42:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 087C3FA9C; Thu, 28 Sep 2017 06:42:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150658093338350" MIME-Version: 1.0 Date: Thu, 28 Sep 2017 06:42:13 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/devel/p5-Mac-SystemDirectory To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20170928064213.087C3FA9C@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. --_----------=_150658093338350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tron Date: Thu Sep 28 06:42:12 UTC 2017 Modified Files: pkgsrc/devel/p5-Mac-SystemDirectory: Makefile distinfo Removed Files: pkgsrc/devel/p5-Mac-SystemDirectory/patches: patch-Makefile.PL Log Message: Update "p5-Mac-SystemDirectory" package to version 0.10 Changes since version 0.06: - actually load EUHC from inc (RT#121613) - inlined ExtUtils::HasCompiler into the distribution for use by Makefile.PL (RT#121613) - fixed link to git repository in metadata - convert packaging to Dist::Zilla (fixes RT#121403) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Mac-SystemDirectory/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Mac-SystemDirectory/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/p5-Mac-SystemDirectory/patches/patch-Makefile.PL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150658093338350 Content-Disposition: inline Content-Length: 1954 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Mac-SystemDirectory/Makefile diff -u pkgsrc/devel/p5-Mac-SystemDirectory/Makefile:1.11 pkgsrc/devel/p5-Mac-SystemDirectory/Makefile:1.12 --- pkgsrc/devel/p5-Mac-SystemDirectory/Makefile:1.11 Mon Jun 5 14:23:13 2017 +++ pkgsrc/devel/p5-Mac-SystemDirectory/Makefile Thu Sep 28 06:42:12 2017 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/28 06:42:12 tron Exp $ # -DISTNAME= Mac-SystemDirectory-0.06 +DISTNAME= Mac-SystemDirectory-0.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/} Index: pkgsrc/devel/p5-Mac-SystemDirectory/distinfo diff -u pkgsrc/devel/p5-Mac-SystemDirectory/distinfo:1.4 pkgsrc/devel/p5-Mac-SystemDirectory/distinfo:1.5 --- pkgsrc/devel/p5-Mac-SystemDirectory/distinfo:1.4 Wed Jun 7 22:29:41 2017 +++ pkgsrc/devel/p5-Mac-SystemDirectory/distinfo Thu Sep 28 06:42:12 2017 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2017/06/07 22:29:41 schmonz Exp $ +$NetBSD: distinfo,v 1.5 2017/09/28 06:42:12 tron Exp $ -SHA1 (Mac-SystemDirectory-0.06.tar.gz) = 1bc37849ce3628b5e824bae9ec82d1baf8a6853c -RMD160 (Mac-SystemDirectory-0.06.tar.gz) = 5e603731399a1c3dace981ab4c8475ae85881c54 -SHA512 (Mac-SystemDirectory-0.06.tar.gz) = 6911ba276b390ffea331e60c2d7a053866d7b1e3d862565415e63c41481b85c80a3b0e77dbd5b5973f5aef42d84a3707b10810bfc48b6c43e386e531716db6a2 -Size (Mac-SystemDirectory-0.06.tar.gz) = 23428 bytes -SHA1 (patch-Makefile.PL) = 4db466cdce053c1a891549bf70123b4bf857ac10 +SHA1 (Mac-SystemDirectory-0.10.tar.gz) = bfa98cb6e3f658bb90e00c80ec616053fb5da4db +RMD160 (Mac-SystemDirectory-0.10.tar.gz) = 380e46d6e2b68746640fffe96ce658fb6703df46 +SHA512 (Mac-SystemDirectory-0.10.tar.gz) = b80fbf938a4ab1b70bc471725621d057674da039d84b097cad57a47d2d69a02b863964a18da9d59dd882e01d253e515fe5b4a13dc77319599943290c3149eeb8 +Size (Mac-SystemDirectory-0.10.tar.gz) = 31128 bytes --_----------=_150658093338350--