From 60a48cf9c268b900d2820ec2ef5c60663cdf8484 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 23 Mar 2022 23:58:28 +0000 Subject: [PATCH] switch the default php version to 8.0 --- archivers/pecl-lzf/Makefile | 2 +- archivers/pecl-rar/Makefile | 2 +- databases/pecl-redis/Makefile | 1 + devel/pecl-xdebug/Makefile | 1 + graphics/pecl-imagick/Makefile | 1 + lang/php/7.4/Makefile | 3 +-- lang/php/7.4/pkg/PLIST-main | 2 -- lang/php/8.0/Makefile | 3 +++ lang/php/8.0/pkg/PLIST-main | 2 ++ lang/php/pecl/pecl.port.mk | 4 ++-- lang/php/php.port.mk | 7 ++----- mail/pecl-mailparse/Makefile | 1 + mail/rcube-ldapAliasSync/Makefile | 1 - mail/rcube-yubikey-plugin/Makefile | 1 - mail/roundcubemail/Makefile | 1 - net/icinga/icinga-php-library/Makefile | 2 +- net/icinga/icinga-php-thirdparty/Makefile | 2 +- net/icinga/web2-module-director/Makefile | 1 + net/icinga/web2-module-incubator/Makefile | 1 + net/icinga/web2/Makefile | 1 + net/librenms/Makefile | 1 + productivity/baikal/Makefile | 1 + security/pecl-mcrypt/Makefile | 2 +- textproc/pecl-yaml/Makefile | 1 + textproc/tcpdf/Makefile | 3 +++ www/composer/Makefile | 1 + www/nextcloud/21/Makefile | 1 + www/nextcloud/22/Makefile | 1 + www/nextcloud/23/Makefile | 1 + www/pear/Makefile | 2 +- www/pecl-chroot/Makefile | 5 +++-- www/pecl-chroot/pkg/PLIST | 6 ------ www/pecl-memcached/Makefile | 2 +- www/pecl-pecl_http/Makefile | 3 ++- www/pecl-pecl_http/pkg/PLIST | 5 ----- www/pecl-pledge/Makefile | 2 +- www/pecl-proctitle/Makefile | 5 +++-- www/pecl-proctitle/pkg/PLIST | 6 ------ www/pecl-propro/Makefile | 5 +++-- www/pecl-propro/pkg/PLIST | 5 ----- www/pecl-raphf/Makefile | 2 +- www/pecl-ssh2/Makefile | 2 +- www/phpmyadmin/Makefile | 1 + www/wp-cli/Makefile | 1 + 44 files changed, 50 insertions(+), 53 deletions(-) diff --git a/archivers/pecl-lzf/Makefile b/archivers/pecl-lzf/Makefile index 107be4c0619..50fa2fc33a5 100644 --- a/archivers/pecl-lzf/Makefile +++ b/archivers/pecl-lzf/Makefile @@ -1,7 +1,7 @@ COMMENT = PHP support for LZF de/compression DISTNAME = LZF-1.6.8 -REVISION = 2 +REVISION = 3 CATEGORIES = archivers diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile index 37e25ea29b0..3dfb89d5e4d 100644 --- a/archivers/pecl-rar/Makefile +++ b/archivers/pecl-rar/Makefile @@ -2,7 +2,7 @@ COMMENT= PHP support for rar archives DISTNAME= rar-4.2.0 CATEGORIES= archivers -REVISION= 1 +REVISION= 2 # PHP PERMIT_PACKAGE= Yes diff --git a/databases/pecl-redis/Makefile b/databases/pecl-redis/Makefile index 7a968b4b89f..9ff394e2740 100644 --- a/databases/pecl-redis/Makefile +++ b/databases/pecl-redis/Makefile @@ -1,6 +1,7 @@ COMMENT= PHP interface to redis DISTNAME= redis-5.3.7 +REVISION= 0 CATEGORIES= databases diff --git a/devel/pecl-xdebug/Makefile b/devel/pecl-xdebug/Makefile index f807812b0bd..f16b162ee9a 100644 --- a/devel/pecl-xdebug/Makefile +++ b/devel/pecl-xdebug/Makefile @@ -3,6 +3,7 @@ COMMENT= debug and development tools for PHP GH_ACCOUNT= xdebug GH_PROJECT= xdebug GH_TAGNAME= 3.1.3 +REVISION= 0 CATEGORIES= devel diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index 773d30ead75..07ecef18c63 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -2,6 +2,7 @@ COMMENT= PHP support for the ImageMagick library DISTNAME= imagick-3.7.0 CATEGORIES= graphics +REVISION= 0 # PHP PERMIT_PACKAGE= Yes diff --git a/lang/php/7.4/Makefile b/lang/php/7.4/Makefile index 64aa8ba4414..c84830f8587 100644 --- a/lang/php/7.4/Makefile +++ b/lang/php/7.4/Makefile @@ -1,10 +1,9 @@ PORTROACH= limit:^7\.4 PHP_VERSION= 7.4.28 -DEFAULT_PHP= Yes PHP_PKGSPEC= <7.5 # keep >= 0 for 7.0->7.1 -REVISION= 0 +REVISION= 1 DEBUG_PACKAGES= ${BUILD_PACKAGES} diff --git a/lang/php/7.4/pkg/PLIST-main b/lang/php/7.4/pkg/PLIST-main index 5695db81fe0..224bb719d1c 100644 --- a/lang/php/7.4/pkg/PLIST-main +++ b/lang/php/7.4/pkg/PLIST-main @@ -18,9 +18,7 @@ @group @sample ${SYSCONFDIR}/php-fpm.d/ @rcscript ${RCDIR}/php${SV}_fpm -bin/phar bin/phar-${PV} -bin/php @bin bin/php-${PV} bin/php-config-${PV} bin/phpize-${PV} diff --git a/lang/php/8.0/Makefile b/lang/php/8.0/Makefile index dca77be814e..8d7407c0306 100644 --- a/lang/php/8.0/Makefile +++ b/lang/php/8.0/Makefile @@ -1,6 +1,9 @@ PORTROACH= limit:^8\.0 PHP_VERSION= 8.0.17 PHP_PKGSPEC= >=8.0,<8.1 +REVISION= 0 + +DEFAULT_PHP= Yes DEBUG_PACKAGES= ${BUILD_PACKAGES} diff --git a/lang/php/8.0/pkg/PLIST-main b/lang/php/8.0/pkg/PLIST-main index 4d2d91541f1..5030e9131ec 100644 --- a/lang/php/8.0/pkg/PLIST-main +++ b/lang/php/8.0/pkg/PLIST-main @@ -12,7 +12,9 @@ @group @sample ${SYSCONFDIR}/php-fpm.d/ @rcscript ${RCDIR}/php${SV}_fpm +bin/phar bin/phar-${PV} +bin/php @bin bin/php-${PV} bin/php-config-${PV} bin/phpize-${PV} diff --git a/lang/php/pecl/pecl.port.mk b/lang/php/pecl/pecl.port.mk index 7155e1c6382..f03d0d1a256 100644 --- a/lang/php/pecl/pecl.port.mk +++ b/lang/php/pecl/pecl.port.mk @@ -3,7 +3,7 @@ MODULES += lang/php FLAVORS ?= php74 php80 php81 -FLAVOR ?= php74 +FLAVOR ?= php80 # MODPECL_DEFAULTV is used in PLISTs so that @pkgpath markers are only # applied for packages built against the "ports default" version of PHP, @@ -11,7 +11,7 @@ FLAVOR ?= php74 # flavour PFRAG files. MODPECL_DEFAULTV ?= "@comment " MODPHP_VERSION = ${FLAVOR:C/php([0-9])([0-9])/\1.\2/} -.if ${FLAVOR} == php74 +.if ${FLAVOR} == php80 MODPECL_DEFAULTV = "" .endif MODPHP_BUILDDEP = Yes diff --git a/lang/php/php.port.mk b/lang/php/php.port.mk index 9ce855ef8fd..da4b1bd5cef 100644 --- a/lang/php/php.port.mk +++ b/lang/php/php.port.mk @@ -1,11 +1,8 @@ CATEGORIES+= lang/php -MODPHP_VERSION?= 7.4 +MODPHP_VERSION?= 8.0 -.if ${MODPHP_VERSION} == 7.3 -MODPHP_FLAVOR = ,php73 -MODPHP_VSPEC = >=7.3,<7.4 -.elif ${MODPHP_VERSION} == 7.4 +.if ${MODPHP_VERSION} == 7.4 MODPHP_FLAVOR = ,php74 MODPHP_VSPEC = >=7.4,<7.5 .elif ${MODPHP_VERSION} == 8.0 diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index e366dcd4715..ff0f45d6105 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -2,6 +2,7 @@ COMMENT= PHP extension for parsing and working with plain/MIME email DISTNAME= mailparse-3.1.3 CATEGORIES= mail +REVISION= 0 MAINTAINER= Stuart Henderson diff --git a/mail/rcube-ldapAliasSync/Makefile b/mail/rcube-ldapAliasSync/Makefile index 6bfacb44537..5e1ff5464c5 100644 --- a/mail/rcube-ldapAliasSync/Makefile +++ b/mail/rcube-ldapAliasSync/Makefile @@ -23,7 +23,6 @@ TINSTDIR= ${TRUEPREFIX}/roundcubemail/plugins SUBST_VARS= INSTDIR TINSTDIR MODULES= lang/php -MODPHP_VERSION= 8.0 RUN_DEPENDS= mail/roundcubemail>=1.1 \ lang/php/${MODPHP_VERSION},-ldap diff --git a/mail/rcube-yubikey-plugin/Makefile b/mail/rcube-yubikey-plugin/Makefile index 6e7afedadc7..425e2141951 100644 --- a/mail/rcube-yubikey-plugin/Makefile +++ b/mail/rcube-yubikey-plugin/Makefile @@ -23,7 +23,6 @@ INSTDIR= ${WRKINST}${TINSTDIR} SUBST_VARS= INSTDIR TINSTDIR MODULES= lang/php -MODPHP_VERSION= 8.0 RUN_DEPENDS= mail/roundcubemail>=0.9 \ lang/php/${MODPHP_VERSION},-curl \ diff --git a/mail/roundcubemail/Makefile b/mail/roundcubemail/Makefile index 79787b82f34..e0b1c449b94 100644 --- a/mail/roundcubemail/Makefile +++ b/mail/roundcubemail/Makefile @@ -29,7 +29,6 @@ TINSTDIR= ${TRUEPREFIX}/roundcubemail SUBST_VARS= INSTDIR TINSTDIR MODPHP_BIN MODULES= lang/php -MODPHP_VERSION= 8.0 RUN_DEPENDS= ${MODPHP_PDO_DEPENDS} \ lang/php/${MODPHP_VERSION},-intl \ diff --git a/net/icinga/icinga-php-library/Makefile b/net/icinga/icinga-php-library/Makefile index 56fa5380026..b9b2e13797c 100644 --- a/net/icinga/icinga-php-library/Makefile +++ b/net/icinga/icinga-php-library/Makefile @@ -2,7 +2,7 @@ COMMENT= Icinga PHP Library GH_PROJECT= icinga-php-library GH_TAGNAME= v0.7.0 -REVISION= 0 +REVISION= 1 MODULE_DEST= ${PREFIX}/icinga-php/ipl diff --git a/net/icinga/icinga-php-thirdparty/Makefile b/net/icinga/icinga-php-thirdparty/Makefile index 2e3e2dd660f..8962b2cd46d 100644 --- a/net/icinga/icinga-php-thirdparty/Makefile +++ b/net/icinga/icinga-php-thirdparty/Makefile @@ -2,7 +2,7 @@ COMMENT= bundle of 3rd party PHP libraries used by Icinga Web GH_PROJECT= icinga-php-thirdparty GH_TAGNAME= v0.10.0 -REVISION= 0 +REVISION= 1 MODULE_DEST= ${PREFIX}/icinga-php/vendor diff --git a/net/icinga/web2-module-director/Makefile b/net/icinga/web2-module-director/Makefile index d921108a019..fc3de173d3e 100644 --- a/net/icinga/web2-module-director/Makefile +++ b/net/icinga/web2-module-director/Makefile @@ -1,4 +1,5 @@ COMMENT= web-based config deployment tool for Icinga 2 +REVISION= 0 MODULE_NAME= director MODULE_VERSION= v1.9.0 diff --git a/net/icinga/web2-module-incubator/Makefile b/net/icinga/web2-module-incubator/Makefile index e5d50883f38..9924a62b2c7 100644 --- a/net/icinga/web2-module-incubator/Makefile +++ b/net/icinga/web2-module-incubator/Makefile @@ -1,4 +1,5 @@ COMMENT= libraries useful for Icinga Web 2 modules +REVISION= 0 MODULE_NAME= incubator MODULE_VERSION= v0.13.0 diff --git a/net/icinga/web2/Makefile b/net/icinga/web2/Makefile index ce55e7f84a2..b0ae622cd23 100644 --- a/net/icinga/web2/Makefile +++ b/net/icinga/web2/Makefile @@ -4,6 +4,7 @@ GH_ACCOUNT = Icinga GH_PROJECT = icingaweb2 GH_TAGNAME = v2.9.6 PKGNAME = icinga-web2-${GH_TAGNAME:S/v//} +REVISION = 0 MODULES= lang/php diff --git a/net/librenms/Makefile b/net/librenms/Makefile index 47d1ab711bd..aa84ea4d244 100644 --- a/net/librenms/Makefile +++ b/net/librenms/Makefile @@ -4,6 +4,7 @@ COMMENT= auto-discovering network management/monitoring system GH_ACCOUNT= librenms GH_PROJECT= librenms GH_TAGNAME= 22.3.0 +REVISION= 0 DISTFILES= ${GH_DISTFILE} \ ${PKGNAME}-vendor.tar.xz:0 diff --git a/productivity/baikal/Makefile b/productivity/baikal/Makefile index 1320a73f720..f585992e800 100644 --- a/productivity/baikal/Makefile +++ b/productivity/baikal/Makefile @@ -5,6 +5,7 @@ DISTNAME= baikal-${VERSION} MASTER_SITES= https://github.com/sabre-io/Baikal/releases/download/${VERSION}/ DISTFILES= ${DISTNAME}.zip CATEGORIES= productivity www +REVISION= 0 HOMEPAGE= http://sabre.io/baikal/ diff --git a/security/pecl-mcrypt/Makefile b/security/pecl-mcrypt/Makefile index 632d5ae4c8e..8c81aee3c1f 100644 --- a/security/pecl-mcrypt/Makefile +++ b/security/pecl-mcrypt/Makefile @@ -2,7 +2,7 @@ COMMENT= PHP bindings for the libmcrypt library DISTNAME= mcrypt-1.0.4 DIST_SUBDIR= pecl -REVISION= 2 +REVISION= 3 CATEGORIES= security diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile index b075c373cb2..70cf099fdb4 100644 --- a/textproc/pecl-yaml/Makefile +++ b/textproc/pecl-yaml/Makefile @@ -2,6 +2,7 @@ COMMENT= YAML-1.1 parser and emitter for PHP DISTNAME= yaml-2.2.2 DIST_SUBDIR= pecl +REVISION= 0 CATEGORIES= textproc diff --git a/textproc/tcpdf/Makefile b/textproc/tcpdf/Makefile index bb0c7bc8f29..8e7c02e7224 100644 --- a/textproc/tcpdf/Makefile +++ b/textproc/tcpdf/Makefile @@ -3,7 +3,10 @@ COMMENT= PHP class for generating PDF documents GH_ACCOUNT= tecnickcom GH_PROJECT= TCPDF GH_TAGNAME= 6.4.4 +REVISION= 0 + PKGNAME= ${DISTNAME:L} + CATEGORIES= textproc HOMEPAGE= https://tcpdf.org/ diff --git a/www/composer/Makefile b/www/composer/Makefile index 5af60831be9..1dbd2e86c9a 100644 --- a/www/composer/Makefile +++ b/www/composer/Makefile @@ -11,6 +11,7 @@ DISTNAME= composer-$V DISTFILES= composer-$V{composer}.phar EXTRACT_SUFX= .phar EXTRACT_ONLY= +REVISION= 0 HOMEPAGE= https://getcomposer.org/ diff --git a/www/nextcloud/21/Makefile b/www/nextcloud/21/Makefile index 28d147c3535..59b88ac7ff2 100644 --- a/www/nextcloud/21/Makefile +++ b/www/nextcloud/21/Makefile @@ -1,3 +1,4 @@ NC_VERSION= 21.0.8 +REVISION= 0 .include diff --git a/www/nextcloud/22/Makefile b/www/nextcloud/22/Makefile index cb90c906f05..5b744c9cd41 100644 --- a/www/nextcloud/22/Makefile +++ b/www/nextcloud/22/Makefile @@ -1,3 +1,4 @@ NC_VERSION= 22.2.4 +REVISION= 0 .include diff --git a/www/nextcloud/23/Makefile b/www/nextcloud/23/Makefile index 7798c685e5e..c63d6032db2 100644 --- a/www/nextcloud/23/Makefile +++ b/www/nextcloud/23/Makefile @@ -1,3 +1,4 @@ NC_VERSION= 23.0.2 +REVISION= 0 .include diff --git a/www/pear/Makefile b/www/pear/Makefile index a29e70ebeae..9c7a0ab0b57 100644 --- a/www/pear/Makefile +++ b/www/pear/Makefile @@ -4,7 +4,7 @@ COMMENT-utils= utilities for managing pear extensions # XXX beware! update-plist will try to get rid of a required .lock file! VERSION= 1.10.19 -REVISION= 1 +REVISION= 2 DISTNAME= go-pear-${VERSION} PKGNAME= pear-${VERSION} DISTFILES= go-pear-${VERSION}{go-pear}.phar diff --git a/www/pecl-chroot/Makefile b/www/pecl-chroot/Makefile index eec4759ff23..19456aff36e 100644 --- a/www/pecl-chroot/Makefile +++ b/www/pecl-chroot/Makefile @@ -1,7 +1,7 @@ COMMENT= PHP support for chroot(2) DISTNAME= pecl-chroot-1.0 -REVISION= 17 +REVISION= 18 MASTER_SITES= ${MASTER_SITE_BACKUP} @@ -12,7 +12,8 @@ WANTLIB= c # not really PECL but close enough MODULES= lang/php/pecl -FLAVORS= php73 php74 +FLAVORS= php74 +FLAVOR= php74 CONFIGURE_STYLE= gnu .include diff --git a/www/pecl-chroot/pkg/PLIST b/www/pecl-chroot/pkg/PLIST index cce9d111f89..37e425d1338 100644 --- a/www/pecl-chroot/pkg/PLIST +++ b/www/pecl-chroot/pkg/PLIST @@ -1,10 +1,4 @@ @conflict pecl-chroot-* -${MODPECL_DEFAULTV}@pkgpath www/pecl-chroot -${MODPECL_DEFAULTV}@pkgpath www/pecl-chroot,php56 -${MODPECL_DEFAULTV}@pkgpath www/pecl-chroot,php70 -${MODPECL_DEFAULTV}@pkgpath www/pecl-chroot,php71 -${MODPECL_DEFAULTV}@pkgpath www/pecl-chroot,php72 -${MODPECL_DEFAULTV}@pkgpath www/pecl-chroot,php73 @extra ${SYSCONFDIR}/php-${MODPHP_VERSION}/${MODULE_NAME}.ini lib/php-${MODPHP_VERSION}/modules/${MODULE_NAME}.so share/examples/php-${MODPHP_VERSION}/${MODULE_NAME}.ini diff --git a/www/pecl-memcached/Makefile b/www/pecl-memcached/Makefile index 57924a29d14..15665140e31 100644 --- a/www/pecl-memcached/Makefile +++ b/www/pecl-memcached/Makefile @@ -1,7 +1,7 @@ COMMENT= PHP interface to memcached via libmemcached DISTNAME= memcached-3.1.5 -REVISION= 2 +REVISION= 3 # PHP PERMIT_PACKAGE= Yes diff --git a/www/pecl-pecl_http/Makefile b/www/pecl-pecl_http/Makefile index c9233bfaa9c..63e64a1147a 100644 --- a/www/pecl-pecl_http/Makefile +++ b/www/pecl-pecl_http/Makefile @@ -17,7 +17,8 @@ WANTLIB += iconv icudata icui18n icuuc idn intl m z COMPILER= base-clang ports-gcc base-gcc MODULES= lang/php/pecl -FLAVORS= php73 php74 +FLAVOR= php74 +FLAVORS= php74 CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-http-libcurl-dir=${LOCALBASE} diff --git a/www/pecl-pecl_http/pkg/PLIST b/www/pecl-pecl_http/pkg/PLIST index 12cb1a05f9a..92e8b6f4a77 100644 --- a/www/pecl-pecl_http/pkg/PLIST +++ b/www/pecl-pecl_http/pkg/PLIST @@ -1,8 +1,3 @@ -${MODPECL_DEFAULTV}@pkgpath www/pecl56-${MODULE_NAME} -${MODPECL_DEFAULTV}@pkgpath www/pecl-${MODULE_NAME},php70 -${MODPECL_DEFAULTV}@pkgpath www/pecl-${MODULE_NAME},php71 -${MODPECL_DEFAULTV}@pkgpath www/pecl-${MODULE_NAME},php72 -${MODPECL_DEFAULTV}@pkgpath www/pecl-${MODULE_NAME},php73 @extra ${SYSCONFDIR}/php-${MODPHP_VERSION}/http.ini lib/php-${MODPHP_VERSION}/modules/http.so share/examples/php-${MODPHP_VERSION}/${MODULE_NAME}.ini diff --git a/www/pecl-pledge/Makefile b/www/pecl-pledge/Makefile index 74df52be2d1..5a4672ce186 100644 --- a/www/pecl-pledge/Makefile +++ b/www/pecl-pledge/Makefile @@ -1,7 +1,7 @@ COMMENT= PHP wrapper for pledge(2) and unveil(2) DISTNAME= pledge-2.0.2 -REVISION= 3 +REVISION= 4 CATEGORIES= www diff --git a/www/pecl-proctitle/Makefile b/www/pecl-proctitle/Makefile index 4943e24def2..eecbee804bf 100644 --- a/www/pecl-proctitle/Makefile +++ b/www/pecl-proctitle/Makefile @@ -1,7 +1,7 @@ COMMENT= PHP support for setproctitle DISTNAME= proctitle-0.1.2 -REVISION= 8 +REVISION= 9 # PHP PERMIT_PACKAGE= Yes @@ -9,7 +9,8 @@ PERMIT_PACKAGE= Yes WANTLIB= c MODULES= lang/php/pecl -FLAVORS= php73 php74 +FLAVORS= php74 +FLAVOR= php74 CONFIGURE_STYLE= gnu .include diff --git a/www/pecl-proctitle/pkg/PLIST b/www/pecl-proctitle/pkg/PLIST index 2a5aebc9e07..0819cdc7a72 100644 --- a/www/pecl-proctitle/pkg/PLIST +++ b/www/pecl-proctitle/pkg/PLIST @@ -1,10 +1,4 @@ @conflict pecl-proctitle-* -${MODPECL_DEFAULTV}@pkgpath www/pecl-proctitle -${MODPECL_DEFAULTV}@pkgpath www/pecl-proctitle,php56 -${MODPECL_DEFAULTV}@pkgpath www/pecl-proctitle,php70 -${MODPECL_DEFAULTV}@pkgpath www/pecl-proctitle,php71 -${MODPECL_DEFAULTV}@pkgpath www/pecl-proctitle,php72 -${MODPECL_DEFAULTV}@pkgpath www/pecl-proctitle,php73 @extra ${SYSCONFDIR}/php-${MODPHP_VERSION}/${MODULE_NAME}.ini lib/php-${MODPHP_VERSION}/modules/${MODULE_NAME}.so share/examples/php-${MODPHP_VERSION}/${MODULE_NAME}.ini diff --git a/www/pecl-propro/Makefile b/www/pecl-propro/Makefile index a6b3c6a49fb..24c52970d2e 100644 --- a/www/pecl-propro/Makefile +++ b/www/pecl-propro/Makefile @@ -1,7 +1,7 @@ COMMENT= reusable split of pecl_http's property proxy API DISTNAME= propro-2.1.0 -REVISION= 4 +REVISION= 5 # PHP PERMIT_PACKAGE= Yes @@ -9,7 +9,8 @@ PERMIT_PACKAGE= Yes WANTLIB= c MODULES= lang/php/pecl -FLAVORS= php73 php74 +FLAVORS= php74 +FLAVOR= php74 CONFIGURE_STYLE= gnu diff --git a/www/pecl-propro/pkg/PLIST b/www/pecl-propro/pkg/PLIST index 871c1a79221..f0c95516514 100644 --- a/www/pecl-propro/pkg/PLIST +++ b/www/pecl-propro/pkg/PLIST @@ -1,9 +1,4 @@ @conflict pecl-propro-* -${MODPECL_DEFAULTV}@pkgpath www/pecl56-propro -${MODPECL_DEFAULTV}@pkgpath www/pecl-propro,php70 -${MODPECL_DEFAULTV}@pkgpath www/pecl-propro,php71 -${MODPECL_DEFAULTV}@pkgpath www/pecl-propro,php72 -${MODPECL_DEFAULTV}@pkgpath www/pecl-propro,php73 @extra ${SYSCONFDIR}/php-${MODPHP_VERSION}/${MODULE_NAME}.ini lib/php-${MODPHP_VERSION}/modules/${MODULE_NAME}.so share/examples/php-${MODPHP_VERSION}/${MODULE_NAME}.ini diff --git a/www/pecl-raphf/Makefile b/www/pecl-raphf/Makefile index 20977de6433..73bb3151597 100644 --- a/www/pecl-raphf/Makefile +++ b/www/pecl-raphf/Makefile @@ -1,7 +1,7 @@ COMMENT= persistent handle and resource factory API DISTNAME= raphf-2.0.0 -REVISION= 4 +REVISION= 5 # PHP PERMIT_PACKAGE= Yes diff --git a/www/pecl-ssh2/Makefile b/www/pecl-ssh2/Makefile index 99757ef1f22..c0915bf4624 100644 --- a/www/pecl-ssh2/Makefile +++ b/www/pecl-ssh2/Makefile @@ -1,7 +1,7 @@ COMMENT= PHP bindings for the libssh2 library DISTNAME= ssh2-1.3 -REVISION= 1 +REVISION= 2 # PHP PERMIT_PACKAGE= Yes diff --git a/www/phpmyadmin/Makefile b/www/phpmyadmin/Makefile index 75c3dce5b49..f097bd94010 100644 --- a/www/phpmyadmin/Makefile +++ b/www/phpmyadmin/Makefile @@ -6,6 +6,7 @@ PKGNAME= phpMyAdmin-$V DISTNAME= phpMyAdmin-$V-all-languages CATEGORIES= www HOMEPAGE= http://www.phpmyadmin.net/ +REVISION= 0 PORTROACH= site:https://www.phpmyadmin.net/files/ diff --git a/www/wp-cli/Makefile b/www/wp-cli/Makefile index 813f2898664..fa5be2ed106 100644 --- a/www/wp-cli/Makefile +++ b/www/wp-cli/Makefile @@ -2,6 +2,7 @@ COMMENT = command line tool for wordpress V = 2.6.0 DISTNAME = wp-cli-${V} +REVISION = 0 EXTRACT_ONLY = EXTRACT_SUFX = .phar