1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Remove expired port:

2016-01-15 databases/php5-redis: PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead
This commit is contained in:
Rene Ladan 2016-01-30 16:50:02 +00:00
parent 1d9853629c
commit d56592897c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407534
5 changed files with 1 additions and 51 deletions

1
MOVED
View File

@ -8119,3 +8119,4 @@ www/ojs2||2016-01-25|Has expired: PHP 5.4 EOL reached
www/webcalendar||2016-01-25|Has expired: PHP 5.4 EOL reached
devel/py-msgpack|devel/py-msgpack-python|2016-01-28|Renamed to match upstream naming
www/xpi-bookmarkdd||2016-01-30|Has expired, incompatible with Firefox 34+
databases/php5-redis||2016-01-30|Has expired: PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead

View File

@ -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

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (phpredis-phpredis-2.2.7_GH0.tar.gz) = a5882dd9b21908e123b3d5c5f72d6dc8cbbbb6a29996e568c4d18ed356c0362b
SIZE (phpredis-phpredis-2.2.7_GH0.tar.gz) = 137790

View File

@ -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