The databases/php5-redis port forces usage of lang/php5 though this extension works with lang/php53. Please repocopy databases/php5-redis -> databases/php53-redis, and I will make the necessary updates to the target port. Note: If it is preferable to leave this alone until the Ports Collection is converted to Subversion, I am happy to make this change myself afterwards.
Responsible Changed From-To: freebsd-ports-bugs->gjb Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of databases/php5-redis, Please note that PR ports/169776 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169776 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->repocopy Repocopy request.
Responsible Changed From-To: gjb->portmgr portmgr territory.
Responsible Changed From-To: portmgr->gjb over to gjb as repocopies don't exist anymore
State Changed From-To: repocopy->open repocopies don't exist anymore
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added.