aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-01 13:26:02 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-01 13:27:09 +0000
commitb771b570fd20b09d19c78d448b47d8058ec4f51e (patch)
treedd59017760f680c57e823c020e00a936ff26a7b4
parent0346db4debaa6b29513f935c2c236441c5a3fbe2 (diff)
downloadports-b771b570fd20b09d19c78d448b47d8058ec4f51e.tar.gz
ports-b771b570fd20b09d19c78d448b47d8058ec4f51e.zip
databases/pecl-cassandra: 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--databases/Makefile1
-rw-r--r--databases/pecl-cassandra/Makefile33
-rw-r--r--databases/pecl-cassandra/distinfo3
-rw-r--r--databases/pecl-cassandra/pkg-descr5
5 files changed, 1 insertions, 42 deletions
diff --git a/MOVED b/MOVED
index 7e65ce3768c6..3c2252989aed 100644
--- a/MOVED
+++ b/MOVED
@@ -17624,3 +17624,4 @@ sysutils/ganglia-webfrontend||2022-11-29|Requires php74 which was EOL on 2022-11
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
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
diff --git a/databases/Makefile b/databases/Makefile
index ab32261e79b9..b388ebc509a0 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -541,7 +541,6 @@
SUBDIR += pear-Structures_DataGrid_DataSource_DB
SUBDIR += pear-Structures_DataGrid_DataSource_PDO
SUBDIR += pear-XML_Query2XML
- SUBDIR += pecl-cassandra
SUBDIR += pecl-couchbase
SUBDIR += pecl-leveldb
SUBDIR += pecl-memcache
diff --git a/databases/pecl-cassandra/Makefile b/databases/pecl-cassandra/Makefile
deleted file mode 100644
index ee6844645b0b..000000000000
--- a/databases/pecl-cassandra/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME= cassandra
-DISTVERSION= 1.3.2.a.20200527
-PORTEPOCH= 1
-CATEGORIES= databases
-PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
-
-MAINTAINER= daniel@blodan.se
-COMMENT= Extension to access Cassandra
-WWW= https://pecl.php.net/package/cassandra
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
-EXPIRATION_DATE=2022-11-28
-
-LIB_DEPENDS= libcassandra.so:databases/cassandra-cpp-driver \
- libgmp.so:math/gmp \
- libuv.so:devel/libuv
-
-USES= localbase php:ext
-
-USE_GITHUB= yes
-GH_ACCOUNT= datastax
-GH_PROJECT= php-driver
-GH_TAGNAME= 61faee0
-
-IGNORE_WITH_PHP= 80 81 82
-PHP_MODNAME= cassandra
-
-WRKSRC_SUBDIR= ext
-
-.include <bsd.port.mk>
diff --git a/databases/pecl-cassandra/distinfo b/databases/pecl-cassandra/distinfo
deleted file mode 100644
index 4f1ace1d9ace..000000000000
--- a/databases/pecl-cassandra/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1640733235
-SHA256 (datastax-php-driver-1.3.2.a.20200527-61faee0_GH0.tar.gz) = 3c07153cde31af723f6e0f4694204886500389bf1eceb49e6cef1d696b1b442b
-SIZE (datastax-php-driver-1.3.2.a.20200527-61faee0_GH0.tar.gz) = 314211
diff --git a/databases/pecl-cassandra/pkg-descr b/databases/pecl-cassandra/pkg-descr
deleted file mode 100644
index ef1d05887b1d..000000000000
--- a/databases/pecl-cassandra/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-A modern, feature-rich and highly tunable PHP client
-library for Apache Cassandra and DataStax Enterprise.
-
-Using exclusively Cassandra's binary protocol and
-Cassandra Query Language v3.