Bug 169776 - [repocopy] databases/php5-redis -> databases/php53-redis
Summary: [repocopy] databases/php5-redis -> databases/php53-redis
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Glen Barber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-11 01:50 UTC by Glen Barber
Modified: 2012-07-24 15:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Glen Barber freebsd_committer freebsd_triage 2012-07-11 01:50:09 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-11 01:50:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gjb

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-11 01:50:22 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-11 01:50:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Glen Barber freebsd_committer freebsd_triage 2012-07-11 01:51:32 UTC
State Changed
From-To: feedback->repocopy

Repocopy request. 



Comment 5 Glen Barber freebsd_committer freebsd_triage 2012-07-11 01:51:32 UTC
Responsible Changed
From-To: gjb->portmgr

portmgr territory.
Comment 6 Eitan Adler freebsd_committer freebsd_triage 2012-07-15 01:02:10 UTC
Responsible Changed
From-To: portmgr->gjb

over to gjb as repocopies don't exist anymore
Comment 7 Eitan Adler freebsd_committer freebsd_triage 2012-07-15 01:03:03 UTC
State Changed
From-To: repocopy->open

repocopies don't exist anymore
Comment 8 dfilter service freebsd_committer freebsd_triage 2012-07-24 14:51:51 UTC
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"
Comment 9 Glen Barber freebsd_committer freebsd_triage 2012-07-24 14:51:52 UTC
State Changed
From-To: open->closed

New port added.