pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php81 php81: allow copying files with size zero



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d529f62c68b9
branches:  trunk
changeset: 379691:d529f62c68b9
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 21 16:01:06 2022 +0000

description:
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

diffstat:

 lang/php81/Makefile |  3 ++-
 lang/php81/distinfo |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 4874faf0ae29 -r d529f62c68b9 lang/php81/Makefile
--- a/lang/php81/Makefile       Sat May 21 16:00:42 2022 +0000
+++ b/lang/php81/Makefile       Sat May 21 16:01:06 2022 +0000
@@ -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
diff -r 4874faf0ae29 -r d529f62c68b9 lang/php81/distinfo
--- a/lang/php81/distinfo       Sat May 21 16:00:42 2022 +0000
+++ b/lang/php81/distinfo       Sat May 21 16:01:06 2022 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index