On 2022/10/10 10:38, Tom Van Looy wrote:
> Hi
>
> Here is an update to pecl-pledge 2.0.3. Release notes:
> https://pecl.php.net/package-changelog.php?package=pledge&release=2.0.3
I've committed the update
> -DISTNAME= pledge-2.0.2
> -REVISION= 4
> +DISTNAME= pledge-2.0.3
> +REVISION= 0
Remove REVISION rather than go back to 0
> --- www/pecl-pledge/pkg/PLIST 11 Mar 2022 20:10:41 -0000 1.4
> +++ www/pecl-pledge/pkg/PLIST 10 Oct 2022 08:36:59 -0000
> @@ -1,5 +1,6 @@
> -${MODPECL_DEFAULTV}@pkgpath www/pecl-pledge,php72
> -${MODPECL_DEFAULTV}@pkgpath www/pecl-pledge,php73
> +${MODPECL_DEFAULTV}@pkgpath www/pecl-pledge,php74
> +${MODPECL_DEFAULTV}@pkgpath www/pecl-pledge,php80
> +${MODPECL_DEFAULTV}@pkgpath www/pecl-pledge,php81
That was correct before, this change will cause problems with pkg_add -u.
(When PHP 7.4 is removed from ports we would add the ,php74 line
and keep the older ones).
> @extra ${SYSCONFDIR}/php-${MODPHP_VERSION}/${MODULE_NAME}.ini
> lib/php-${MODPHP_VERSION}/modules/${MODULE_NAME}.so
"make update-plist" adds an @so marker on that line.