databases/pecl-cassandra: Cleanup
- Requires php74 which was EOL on 2022-11-28 Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts
This commit is contained in:
parent
0346db4deb
commit
b771b570fd
1
MOVED
1
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
|
||||
|
@ -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
|
||||
|
@ -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>
|
@ -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
|
@ -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.
|
Loading…
Reference in New Issue
Block a user