aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-01-31 00:50:02 +0800
committerrene <rene@FreeBSD.org>2016-01-31 00:50:02 +0800
commitb85a6394966cae0c782bd97a114153f6c627225c (patch)
treea939640dbca4e3631eea4edc1cbbce6e23ee8534 /databases
parentab93c3a7865f93afdaa7718f5c513f3455386f5c (diff)
downloadfreebsd-ports-gnome-b85a6394966cae0c782bd97a114153f6c627225c.tar.gz
freebsd-ports-gnome-b85a6394966cae0c782bd97a114153f6c627225c.tar.zst
freebsd-ports-gnome-b85a6394966cae0c782bd97a114153f6c627225c.zip
Remove expired port:
2016-01-15 databases/php5-redis: PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php5-redis/Makefile40
-rw-r--r--databases/php5-redis/distinfo2
-rw-r--r--databases/php5-redis/pkg-descr8
4 files changed, 0 insertions, 51 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 3711d939321d..f542e1eccb23 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -592,7 +592,6 @@
SUBDIR += php5-pdo_pgsql
SUBDIR += php5-pdo_sqlite
SUBDIR += php5-pgsql
- SUBDIR += php5-redis
SUBDIR += php5-sqlite3
SUBDIR += php5-sybase_ct
SUBDIR += php5-tarantool
diff --git a/databases/php5-redis/Makefile b/databases/php5-redis/Makefile
deleted file mode 100644
index 55977b9fd7fb..000000000000
--- a/databases/php5-redis/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Benedikt Niessen <ports@niessen.ch>
-# $FreeBSD$
-
-PORTNAME= redis
-PORTVERSION= 2.2.7
-CATEGORIES= databases
-PKGNAMEPREFIX= php5-
-
-MAINTAINER= m.tsatsenko@gmail.com
-COMMENT= PHP5-Extension for Redis
-
-LICENSE= PHP301
-
-DEPRECATED= PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead
-EXPIRATION_DATE= 2016-01-15
-
-USE_PHP= session
-USE_PHP_BUILD= yes
-USE_PHPEXT= yes
-PHP_DEFAULT= 5.4
-
-USE_GITHUB= yes
-GH_ACCOUNT= phpredis
-GH_PROJECT= phpredis
-
-PHP_MODNAME= redis
-
-OPTIONS_DEFINE= IGBINARY
-IGBINARY_DESC= Build with Igbinary serializer
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MIGBINARY}
-USE_PHP+= igbinary
-CONFIGURE_ARGS+=--enable-redis-igbinary
-.else
-CONFIGURE_ARGS+=--disable-redis-igbinary
-.endif
-
-.include <bsd.port.mk>
diff --git a/databases/php5-redis/distinfo b/databases/php5-redis/distinfo
deleted file mode 100644
index 5b83504c32ce..000000000000
--- a/databases/php5-redis/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (phpredis-phpredis-2.2.7_GH0.tar.gz) = a5882dd9b21908e123b3d5c5f72d6dc8cbbbb6a29996e568c4d18ed356c0362b
-SIZE (phpredis-phpredis-2.2.7_GH0.tar.gz) = 137790
diff --git a/databases/php5-redis/pkg-descr b/databases/php5-redis/pkg-descr
deleted file mode 100644
index 9d73cce42f8d..000000000000
--- a/databases/php5-redis/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This extension provides an API for communicating with Redis database,
-a persistent key-value database with built-in net interface written
-in ANSI-C for Posix systems.
-
-It is a fork of alfonsojimenez's phpredis, adding many methods and
-fixing a lot of issues.
-
-WWW: https://github.com/nicolasff/phpredis