pkgsrc-WIP-changes archive

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

php-ast: Update to 1.0.8



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Wed Aug 5 22:45:04 2020 +0000
Changeset:	8b5f0623bf83cf61967ceee14412038a47f45af7

Modified Files:
	php-ast/Makefile
	php-ast/distinfo

Log Message:
php-ast: Update to 1.0.8

Release notes
-------------
- Recommend using the new constant `ast\flags\PARAM_MODIFIER_*` when
  checking if parameters use constructor property promotion.
  The values of `ast\flags\MODIFIER_*` and `ast\flags\PARAM_VARIADIC` had
  some overlap in some php 7 versions.
  The new constants will have the same values as `ast\flags\MODIFIER_*`
  in PHP 8.0+, but different values in PHP 7
  (and these flags will never be set in php 7).
- Support PHP 8.0's named arguments.
- Support PHP 8.0's nullsafe operator (`?->`).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8b5f0623bf83cf61967ceee14412038a47f45af7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 php-ast/Makefile | 2 +-
 php-ast/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/php-ast/Makefile b/php-ast/Makefile
index db83cc9515..21ecbadcac 100644
--- a/php-ast/Makefile
+++ b/php-ast/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 MODNAME=		ast
-PECL_VERSION=		1.0.6
+PECL_VERSION=		1.0.8
 CATEGORIES=		devel
 
 MAINTAINER=		tpaul%NetBSD.org@localhost
diff --git a/php-ast/distinfo b/php-ast/distinfo
index 222b1933a4..58415d67e9 100644
--- a/php-ast/distinfo
+++ b/php-ast/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (php-ast/ast-1.0.6.tgz) = f50cfe5cd10f54a61c617c2c6b8bbdf5862a48bf
-RMD160 (php-ast/ast-1.0.6.tgz) = da79697181e44dd2bc35b35d09d1c137bde21f20
-SHA512 (php-ast/ast-1.0.6.tgz) = 42ee07ee082ea3c6dcfd86ba25aa3d5bf188f277684acd63f5013b3da6b9ea5eafa2ac55a630ffe43aaf2d7366f055a372e61912a426e1413710658b1d9e4013
-Size (php-ast/ast-1.0.6.tgz) = 41041 bytes
+SHA1 (php-ast/ast-1.0.8.tgz) = 4be71dbb3a0bed2c419fe8e4ca1d21d46576cc92
+RMD160 (php-ast/ast-1.0.8.tgz) = 044e207d949377a47ea482d765fa80039f28267c
+SHA512 (php-ast/ast-1.0.8.tgz) = c8363f7f95e5f42811caa780ef385b92d1917ed8ffb2f25e73319b451250e594c2b20df24c8ac8b6f5bca74e8d600b72d8eacf1a38d95a2fa4aec04aa355919b
+Size (php-ast/ast-1.0.8.tgz) = 45409 bytes


Home | Main Index | Thread Index | Old Index