1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

devel/pecl-APCu_bc: Cleanup

- Requires php74 which was EOL on 2022-11-28

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
This commit is contained in:
Muhammad Moinur Rahman 2022-12-01 07:38:05 -06:00
parent 1209f9bf27
commit 00e5d34ab5
5 changed files with 1 additions and 33 deletions

1
MOVED
View File

@ -17626,3 +17626,4 @@ devel/pecl-propro2||2022-11-30|Requires php74 which was EOL on 2022-11-28
devel/pecl-jsond||2022-11-30|Requires php74 which was EOL on 2022-11-28
databases/pecl-cassandra||2022-11-30|Requires php74 which was EOL on 2022-11-28
deskutils/egroupware||2022-12-01|Requires php74 which was EOL on 2022-11-28
devel/pecl-APCu_bc||2022-12-01|Requires php74 which was EOL on 2022-11-28

View File

@ -3972,7 +3972,6 @@
SUBDIR += pear-pdepend-staticReflection
SUBDIR += pear-phing
SUBDIR += pecl-APCu
SUBDIR += pecl-APCu_bc
SUBDIR += pecl-ast
SUBDIR += pecl-dio
SUBDIR += pecl-ds

View File

@ -1,26 +0,0 @@
PORTNAME= APCu_bc
PORTVERSION= 1.0.5
CATEGORIES= devel
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}
MAINTAINER= me@skylord.ru
COMMENT= APCu Backwards Compatibility Module
WWW= https://pecl.php.net/package/apcu_bc
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
EXPIRATION_DATE=2022-11-28
BUILD_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
USES= localbase php:pecl
IGNORE_WITH_PHP= 80 81 82
PHP_MODNAME= apc
PHP_MOD_PRIO=30
CONFLICTS_INSTALL= pecl-APC
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1573631923
SHA256 (PECL/apcu_bc-1.0.5.tgz) = 40d8e44dbbb6fc3fc019824683d215717413633e5f0a70d34cfa8a09bd064055
SIZE (PECL/apcu_bc-1.0.5.tgz) = 7415

View File

@ -1,3 +0,0 @@
APCu Backwards Compatibility Module.
It provides a backwards APC compatible API
using APCu for PHP 7.x.