Received: by mail.netbsd.org (Postfix, from userid 605) id 1C83A84F49; Sat, 21 May 2022 16:00:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56AC584F11 for ; Sat, 21 May 2022 16:00:25 +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 Hul6qmVUeVI3 for ; Sat, 21 May 2022 16:00:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CAB2D84E66 for ; Sat, 21 May 2022 16:00:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10691FAEB; Sat, 21 May 2022 16:01:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653148867258780" MIME-Version: 1.0 Date: Sat, 21 May 2022 16:01:07 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/php81 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220521160107.10691FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653148867258780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat May 21 16:01:06 UTC 2022 Modified Files: pkgsrc/lang/php81: Makefile distinfo Log Message: php81: allow copying files with size zero Allow copying files with size zero. This behavior differ from PHP 7.4 and break a pear package which contains files with size zero. Bump PKGREVISION. XXX: pullup-2022Q1 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/php81/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/php81/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653148867258780 Content-Disposition: inline Content-Length: 1763 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php81/Makefile diff -u pkgsrc/lang/php81/Makefile:1.5 pkgsrc/lang/php81/Makefile:1.6 --- pkgsrc/lang/php81/Makefile:1.5 Fri May 13 15:02:36 2022 +++ pkgsrc/lang/php81/Makefile Sat May 21 16:01:06 2022 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2022/05/13 15:02:36 taca Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/21 16:01:06 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} +PKGREVISION= 1 COMMENT= PHP Hypertext Preprocessor version 8.1 LICENSE= php Index: pkgsrc/lang/php81/distinfo diff -u pkgsrc/lang/php81/distinfo:1.7 pkgsrc/lang/php81/distinfo:1.8 --- pkgsrc/lang/php81/distinfo:1.7 Fri May 13 15:02:36 2022 +++ pkgsrc/lang/php81/distinfo Sat May 21 16:01:06 2022 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2022/05/13 15:02:36 taca Exp $ +$NetBSD: distinfo,v 1.8 2022/05/21 16:01:06 taca Exp $ BLAKE2s (php-8.1.6.tar.xz) = 6e46606147f0169d44c89d1ac0084f94a78125bc66402e3847ff4c6bf5051610 SHA512 (php-8.1.6.tar.xz) = df5ab8e90aced1cc904c6abd25f42b0c59a327fe4f7b518591c23820e711952f3b1e70b31a1c2e90282621891400b492fb099cbadafcd0ef7991ccc2962156de @@ -10,6 +10,7 @@ SHA1 (patch-ext_enchant_enchant.c) = 792 SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd SHA1 (patch-ext_tidy_config.m4) = 380f4e8927582b2781faf58b17ad81b6dc967ba7 SHA1 (patch-ext_xsl_php__xsl.h) = cf930c5d6d9dab29b12558d265c67d3534a006fd +SHA1 (patch-main_streams_streams.c) = d699ce7d3a300ffb39494b3f1fa5e0958f714483 SHA1 (patch-php.ini-development) = 373d76cc7a022b578f1d5e296d1f0ac88bc26b72 SHA1 (patch-php.ini-production) = 5ab7fa6bf8403907160b0a62b56c1ee527f8eda6 SHA1 (patch-sapi_cgi_Makefile.frag) = f4cd64d334884c49787d8854115c8cd69cc79bb8 --_----------=_1653148867258780--