git: dace453ef82f - main - devel/pecl-propro2: Cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Nov 2022 13:38:26 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dace453ef82fcb5caa10ceaed51eefc906265f73
commit dace453ef82fcb5caa10ceaed51eefc906265f73
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-11-30 13:37:40 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-11-30 13:37:40 +0000
devel/pecl-propro2: Cleanup
- Requires php74 which was EOL on 2022-11-28
Sponsored by: Bounce Experts
---
MOVED | 1 +
devel/Makefile | 1 -
devel/pecl-propro2/Makefile | 18 ------------------
devel/pecl-propro2/distinfo | 3 ---
devel/pecl-propro2/pkg-descr | 5 -----
5 files changed, 1 insertion(+), 27 deletions(-)
diff --git a/MOVED b/MOVED
index d2f3a89041de..3abc40bb32ce 100644
--- a/MOVED
+++ b/MOVED
@@ -17624,3 +17624,4 @@ net/pecl-zmq||2022-11-29|Requires php74 which was EOL on 2022-11-28
textproc/php-mecab||2022-11-29|Requires php74 which was EOL on 2022-11-28
sysutils/ganglia-webfrontend||2022-11-29|Requires php74 which was EOL on 2022-11-28
net/pecl-mosquitto||2022-11-30|Requires php74 which was EOL on 2022-11-28
+devel/pecl-propro2||2022-11-30|Requires php74 which was EOL on 2022-11-28
diff --git a/devel/Makefile b/devel/Makefile
index 23aa4a4d484d..2e0f4babad5b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3988,7 +3988,6 @@
SUBDIR += pecl-jsond
SUBDIR += pecl-msgpack
SUBDIR += pecl-mustache
- SUBDIR += pecl-propro2
SUBDIR += pecl-protobuf
SUBDIR += pecl-psr
SUBDIR += pecl-raphf2
diff --git a/devel/pecl-propro2/Makefile b/devel/pecl-propro2/Makefile
deleted file mode 100644
index c05082d090f5..000000000000
--- a/devel/pecl-propro2/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-PORTNAME= propro
-PORTVERSION= 2.1.0
-CATEGORIES= devel
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Facility to manage extension object properties
-WWW= https://pecl.php.net/package/propro
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
-EXPIRATION_DATE= 2022-11-28
-
-USES= gmake php:pecl
-IGNORE_WITH_PHP= 80 81 82
-
-.include <bsd.port.mk>
diff --git a/devel/pecl-propro2/distinfo b/devel/pecl-propro2/distinfo
deleted file mode 100644
index 27c9bb22add6..000000000000
--- a/devel/pecl-propro2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1524526342
-SHA256 (PECL/propro-2.1.0.tgz) = 7bba0653d90cd8f61816e13ac6c0f7102b4a16dc4c4e966095a121eeb4ae8271
-SIZE (PECL/propro-2.1.0.tgz) = 14253
diff --git a/devel/pecl-propro2/pkg-descr b/devel/pecl-propro2/pkg-descr
deleted file mode 100644
index 929ff9674b1b..000000000000
--- a/devel/pecl-propro2/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-A facility to manage possibly persistent resources with a comprehensible API.
-Provides simliar functionality like the zend_list API, but with more flexiblity
-and freedom.
-
-php70+ specific version only.