aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-01 13:38:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-01 13:38:05 +0000
commit00e5d34ab59cc643f9510fa3b4bc35fb3222b174 (patch)
tree300095bb5a0ff5d023ece554c50604b25ce1a8bd
parent1209f9bf27f8bf7fd192041e2059ae3800cb53d0 (diff)
downloadports-00e5d34.tar.gz
ports-00e5d34.zip
devel/pecl-APCu_bc: Cleanup
- Requires php74 which was EOL on 2022-11-28 Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pecl-APCu_bc/Makefile26
-rw-r--r--devel/pecl-APCu_bc/distinfo3
-rw-r--r--devel/pecl-APCu_bc/pkg-descr3
5 files changed, 1 insertions, 33 deletions
diff --git a/MOVED b/MOVED
index 09dc049ee752..599868e17737 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/devel/Makefile b/devel/Makefile
index a20c317487c1..2be06d35f821 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/pecl-APCu_bc/Makefile b/devel/pecl-APCu_bc/Makefile
deleted file mode 100644
index 67a9b1ef4b3d..000000000000
--- a/devel/pecl-APCu_bc/Makefile
+++ /dev/null
@@ -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>
diff --git a/devel/pecl-APCu_bc/distinfo b/devel/pecl-APCu_bc/distinfo
deleted file mode 100644
index ab1659548318..000000000000
--- a/devel/pecl-APCu_bc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1573631923
-SHA256 (PECL/apcu_bc-1.0.5.tgz) = 40d8e44dbbb6fc3fc019824683d215717413633e5f0a70d34cfa8a09bd064055
-SIZE (PECL/apcu_bc-1.0.5.tgz) = 7415
diff --git a/devel/pecl-APCu_bc/pkg-descr b/devel/pecl-APCu_bc/pkg-descr
deleted file mode 100644
index 06565e3805ce..000000000000
--- a/devel/pecl-APCu_bc/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-APCu Backwards Compatibility Module.
-It provides a backwards APC compatible API
-using APCu for PHP 7.x.