git: 00e5d34ab59c - main - devel/pecl-APCu_bc: Cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Dec 2022 13:38:55 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=00e5d34ab59cc643f9510fa3b4bc35fb3222b174 commit 00e5d34ab59cc643f9510fa3b4bc35fb3222b174 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-12-01 13:38:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-12-01 13:38:05 +0000 devel/pecl-APCu_bc: Cleanup - Requires php74 which was EOL on 2022-11-28 Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts --- MOVED | 1 + devel/Makefile | 1 - devel/pecl-APCu_bc/Makefile | 26 -------------------------- devel/pecl-APCu_bc/distinfo | 3 --- devel/pecl-APCu_bc/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 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.