Date: Tue, 24 Jul 2012 13:51:41 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301459 - in head/databases: . php53-redis Message-ID: <201207241351.q6ODpfuU036590@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Tue Jul 24 13:51:40 2012 New Revision: 301459 URL: http://svn.freebsd.org/changeset/ports/301459 Log: Copy databases/php5-redis -> databases/php53-redis. This new port allows the usage of the php redis module with php53. Assume maintainership. PR: ports/169776 Submitted by: gjb (myself) Approved by: eadler (mentor) Added: head/databases/php53-redis/ - copied from r301454, head/databases/php5-redis/ Modified: head/databases/Makefile head/databases/php53-redis/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Jul 24 13:50:39 2012 (r301458) +++ head/databases/Makefile Tue Jul 24 13:51:40 2012 (r301459) @@ -613,6 +613,7 @@ SUBDIR += php53-pdo_pgsql SUBDIR += php53-pdo_sqlite SUBDIR += php53-pgsql + SUBDIR += php53-redis SUBDIR += php53-sqlite SUBDIR += php53-sqlite3 SUBDIR += php53-sybase_ct Modified: head/databases/php53-redis/Makefile ============================================================================== --- head/databases/php5-redis/Makefile Tue Jul 24 12:44:42 2012 (r301454) +++ head/databases/php53-redis/Makefile Tue Jul 24 13:51:40 2012 (r301459) @@ -1,19 +1,18 @@ -# New ports collection makefile for: php5-redis -# Date created: 9 April 2010 -# Whom: Benedikt Niessen <ports@niessen.ch> +# New ports collection makefile for: php53-redis +# Date created: 24 July 2012 +# Whom: Glen Barber <gjb@FreeBSD.org> # # $FreeBSD$ # PORTNAME= redis PORTVERSION= 2.2.1 -PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= https://github.com/nicolasff/phpredis/tarball/${PORTVERSION}/ -PKGNAMEPREFIX= php5- +PKGNAMEPREFIX= php53- DISTNAME= nicolasff-phpredis-${PORTVERSION}-0-g${GITVERSION} -MAINTAINER= m.tsatsenko@gmail.com +MAINTAINER= gjb@FreeBSD.org COMMENT= PHP5-Extension for Redis LICENSE= PHP301 @@ -25,7 +24,7 @@ WRKSRC= ${WRKDIR}/nicolasff-phpredis-25 USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=5 +DEFAULT_PHP_VER=53 PHP_MODNAME= redis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207241351.q6ODpfuU036590>