svn commit: r434179 - in head: . databases databases/pecl-redis databases/php56-redis databases/php70-redis databases/php71-redis
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Feb 15 14:57:39 UTC 2017
Author: sunpoet
Date: Wed Feb 15 14:57:37 2017
New Revision: 434179
URL: https://svnweb.freebsd.org/changeset/ports/434179
Log:
Add pecl-redis 3.1.1 (copied from php56-redis and updated to 3.1.1)
- Remove databases/php56-redis, databases/php70-redis and databases/php71-redis
- Add MOVED entries
- While I'm here, add LICENSE_FILE
Changes: https://pecl.php.net/package-changelog.php?package=redis
PR: 216700
Submitted by: Daniel Ylitalo <daniel at blodan.se> (maintainer of databases/php71-redis)
Approved by: Mikhail Tsatsenko <m.tsatsenko at gmail.com> (maintainer of databases/php56-redis),
Joshua Ruehlig <joshruehlig at gmail.com> (maintainer of databases/php70-redis, timeout, 14 days)
Added:
head/databases/pecl-redis/
- copied from r434133, head/databases/php56-redis/
Deleted:
head/databases/php56-redis/
head/databases/php70-redis/
head/databases/php71-redis/
Modified:
head/MOVED
head/databases/Makefile
head/databases/pecl-redis/Makefile
head/databases/pecl-redis/distinfo
head/databases/pecl-redis/pkg-descr
Modified: head/MOVED
==============================================================================
--- head/MOVED Wed Feb 15 14:57:31 2017 (r434178)
+++ head/MOVED Wed Feb 15 14:57:37 2017 (r434179)
@@ -9072,3 +9072,6 @@ net-p2p/digitalcoin||2017-02-08|Has expi
devel/php70-APCu|devel/pecl-APCu|2017-02-12|Use devel/pecl-APCu for PHP 7.0+ users
chinese/mutt|mail/mutt|2017-02-13|Use mail/mutt, which can handle Chinese locales
lang/libjit||2017-02-14|Has expired: This version is severely out of date and its use is discouraged; see http://www.gnu.org/software/libjit/
+databases/php56-redis|databases/pecl-redis|2017-02-15|Merged with latest codebase that supports all php versions
+databases/php70-redis|databases/pecl-redis|2017-02-15|Merged with latest codebase that supports all php versions
+databases/php71-redis|databases/pecl-redis|2017-02-15|Merged with latest codebase that supports all php versions
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Wed Feb 15 14:57:31 2017 (r434178)
+++ head/databases/Makefile Wed Feb 15 14:57:37 2017 (r434179)
@@ -551,6 +551,7 @@
SUBDIR += pecl-mongo
SUBDIR += pecl-mongodb
SUBDIR += pecl-pdo_user
+ SUBDIR += pecl-redis
SUBDIR += pecl-rrd
SUBDIR += pecl-tokyo_tyrant
SUBDIR += percona-pam-for-mysql
@@ -614,7 +615,6 @@
SUBDIR += php56-pdo_pgsql
SUBDIR += php56-pdo_sqlite
SUBDIR += php56-pgsql
- SUBDIR += php56-redis
SUBDIR += php56-sqlite3
SUBDIR += php56-sybase_ct
SUBDIR += php70-dba
@@ -631,7 +631,6 @@
SUBDIR += php70-pdo_pgsql
SUBDIR += php70-pdo_sqlite
SUBDIR += php70-pgsql
- SUBDIR += php70-redis
SUBDIR += php70-sqlite3
SUBDIR += php71-dba
SUBDIR += php71-interbase
@@ -646,7 +645,6 @@
SUBDIR += php71-pdo_pgsql
SUBDIR += php71-pdo_sqlite
SUBDIR += php71-pgsql
- SUBDIR += php71-redis
SUBDIR += php71-sqlite3
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
Modified: head/databases/pecl-redis/Makefile
==============================================================================
--- head/databases/php56-redis/Makefile Tue Feb 14 18:48:25 2017 (r434133)
+++ head/databases/pecl-redis/Makefile Wed Feb 15 14:57:37 2017 (r434179)
@@ -1,25 +1,19 @@
-# Created by: Benedikt Niessen <ports at niessen.ch>
# $FreeBSD$
PORTNAME= redis
-PORTVERSION= 2.2.8
-PORTREVISION= 1
+PORTVERSION= 3.1.1
CATEGORIES= databases
-PKGNAMEPREFIX= php56-
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
-MAINTAINER= m.tsatsenko at gmail.com
-COMMENT= PHP5 extension for Redis
+MAINTAINER= daniel at blodan.se
+COMMENT= Extension to access Redis
LICENSE= PHP301
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= php:ext
+USES= php:ext tar:tgz
USE_PHP= session:build
-PHP_VER= 56
-IGNORE_WITH_PHP= 70
-
-USE_GITHUB= yes
-GH_ACCOUNT= nicolasff
-GH_PROJECT= phpredis
OPTIONS_DEFINE= IGBINARY
IGBINARY_DESC= Build with Igbinary serializer
Modified: head/databases/pecl-redis/distinfo
==============================================================================
--- head/databases/php56-redis/distinfo Tue Feb 14 18:48:25 2017 (r434133)
+++ head/databases/pecl-redis/distinfo Wed Feb 15 14:57:37 2017 (r434179)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466948805
-SHA256 (nicolasff-phpredis-2.2.8_GH0.tar.gz) = a7c6e2eef70bd8449bab819c8f01d951fcd86ce0417e03675445040236ed4dda
-SIZE (nicolasff-phpredis-2.2.8_GH0.tar.gz) = 198401
+TIMESTAMP = 1487169159
+SHA256 (redis-3.1.1.tgz) = aa1a30f2c5e1f532289b9b90af71b42db86bb85e9f8c344a455a4312c79d917e
+SIZE (redis-3.1.1.tgz) = 198597
Modified: head/databases/pecl-redis/pkg-descr
==============================================================================
--- head/databases/php56-redis/pkg-descr Tue Feb 14 18:48:25 2017 (r434133)
+++ head/databases/pecl-redis/pkg-descr Wed Feb 15 14:57:37 2017 (r434179)
@@ -2,7 +2,4 @@ This extension provides an API for commu
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
+WWW: https://pecl.php.net/package/redis
More information about the svn-ports-head
mailing list