diff options
author | taca <taca@pkgsrc.org> | 2022-05-21 16:01:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-05-21 16:01:06 +0000 |
commit | f49ffbc37677d20ea815ff2de002264f8681658b (patch) | |
tree | f9fd0924fa794a1097f1fc0144be505ec9f8df0d /lang/php81 | |
parent | c6a2dcc7488ae4c991e895bb971c0b8d56c31cf2 (diff) | |
download | pkgsrc-f49ffbc37677d20ea815ff2de002264f8681658b.tar.gz |
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 (limited to 'lang/php81')
-rw-r--r-- | lang/php81/Makefile | 3 | ||||
-rw-r--r-- | lang/php81/distinfo | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile index fe77e9b4435..84ab7d55612 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -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 --git a/lang/php81/distinfo b/lang/php81/distinfo index ce27e27db8a..ca52de54e54 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -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) = 7924acc5fdadea89b3a385cf744ef982795bf89d 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 |