Received: by mail.netbsd.org (Postfix, from userid 605) id A91D784DA4; Sun, 16 Aug 2020 22:45:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3160684CED for ; Sun, 16 Aug 2020 22:45:52 +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 etX8cNC00eJp for ; Sun, 16 Aug 2020 22:45:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA44884CDF for ; Sun, 16 Aug 2020 22:45:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8405FB28; Sun, 16 Aug 2020 22:45:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159761795137550" MIME-Version: 1.0 Date: Sun, 16 Aug 2020 22:45:51 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/net/pear-Net_URL To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200816224551.A8405FB28@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. --_----------=_159761795137550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Aug 16 22:45:51 UTC 2020 Modified Files: pkgsrc/net/pear-Net_URL: Makefile distinfo Log Message: pear-Net_URL: regen distinfo tgz changed on master site. No difference in extracted contents. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/pear-Net_URL/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/pear-Net_URL/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159761795137550 Content-Disposition: inline Content-Length: 1810 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/pear-Net_URL/Makefile diff -u pkgsrc/net/pear-Net_URL/Makefile:1.12 pkgsrc/net/pear-Net_URL/Makefile:1.13 --- pkgsrc/net/pear-Net_URL/Makefile:1.12 Tue Oct 23 17:18:57 2012 +++ pkgsrc/net/pear-Net_URL/Makefile Sun Aug 16 22:45:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/23 17:18:57 asau Exp $ +# $NetBSD: Makefile,v 1.13 2020/08/16 22:45:51 tnn Exp $ DISTNAME= Net_URL-1.0.15 CATEGORIES+= net @@ -8,5 +8,7 @@ COMMENT= PHP classes to easy parsing of CONFLICTS= php-pear-Net_URL-[0-9]* +DIST_SUBDIR= pear/${DISTNAME} + .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/pear-Net_URL/distinfo diff -u pkgsrc/net/pear-Net_URL/distinfo:1.6 pkgsrc/net/pear-Net_URL/distinfo:1.7 --- pkgsrc/net/pear-Net_URL/distinfo:1.6 Wed Nov 4 00:35:27 2015 +++ pkgsrc/net/pear-Net_URL/distinfo Sun Aug 16 22:45:51 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 00:35:27 agc Exp $ +$NetBSD: distinfo,v 1.7 2020/08/16 22:45:51 tnn Exp $ -SHA1 (pear/Net_URL-1.0.15.tgz) = 919b9e9d26cbef67ce8255c5a93299e8df838c8d -RMD160 (pear/Net_URL-1.0.15.tgz) = 90ef60cef417655a5e40081ef5c04317f00aae58 -SHA512 (pear/Net_URL-1.0.15.tgz) = ea61e0dc603a4dc38fd6f4d2fa3d897d3b449a6ed19fa21ed1758b1945765405855058b70a4f9d46bb9abeb238c5e4fe9d2625774e6d5af6ba7ebc1c8f14154c -Size (pear/Net_URL-1.0.15.tgz) = 6303 bytes +SHA1 (pear/Net_URL-1.0.15/Net_URL-1.0.15.tgz) = 3cc69d897cd28303cd5fe67822f51a0ccc6a715c +RMD160 (pear/Net_URL-1.0.15/Net_URL-1.0.15.tgz) = c9c4958bfdde3b5b5a9d07ae9c7466e44da84c60 +SHA512 (pear/Net_URL-1.0.15/Net_URL-1.0.15.tgz) = 6ff09759a8929a6c9418c4ee33f31b18b966bd34f739709abe9302661a235010ee2cba5e7ac542bae075edf539133e75e44f53dc1cb7b35eb28b7d55062411db +Size (pear/Net_URL-1.0.15/Net_URL-1.0.15.tgz) = 6393 bytes --_----------=_159761795137550--