Bug 173643 - [UPDATE] databases/php5-redis to 2.2.2
Summary: [UPDATE] databases/php5-redis to 2.2.2
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 07:50 UTC by komarov
Modified: 2013-03-01 11:00 UTC (History)
0 users

See Also:


Attachments
file.diff (33.86 KB, patch)
2012-11-15 07:50 UTC, komarov
no flags Details | Diff
redis.txt (35.26 KB, text/plain; charset=US-ASCII)
2012-11-25 12:00 UTC, m.tsatsenko
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description komarov 2012-11-15 07:50:00 UTC
Update to version 2.2.2

p.s. resubmit becouse i can't find my previous PR 173625

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-15 07:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

scheidell@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-15 07:50:11 UTC
Maintainer of databases/php5-redis,

Please note that PR ports/173643 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/173643

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-15 07:50:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 m.tsatsenko 2012-11-25 12:00:41 UTC
Please see the patch attached.
Changes:
- Convert to new Makefile header
- Enable converters/igbinary support. Suggested by: devzone.my at gmail.com
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-03-01 10:43:09 UTC
Author: scheidell
Date: Fri Mar  1 10:42:54 2013
New Revision: 313144
URL: http://svnweb.freebsd.org/changeset/ports/313144

Log:
  - Enable converters/igbinary support. Suggested by: devzone.my at gmail.com
  
  PR:		ports/173643
  Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
  Approved by:	ale@ (maintainer)

Modified:
  head/Mk/bsd.php.mk   (contents, props changed)

Modified: head/Mk/bsd.php.mk
==============================================================================
--- head/Mk/bsd.php.mk	Fri Mar  1 09:52:47 2013	(r313143)
+++ head/Mk/bsd.php.mk	Fri Mar  1 10:42:54 2013	(r313144)
@@ -238,7 +238,7 @@ php-ini:
 # non-version specific components
 _USE_PHP_ALL=	apc bcmath bitset bz2 calendar ctype curl dba dom \
 		exif fileinfo filter ftp gd gettext gmp \
-		hash iconv imap interbase intl json ldap mbstring mcrypt \
+		hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \
 		memcache mssql mysql mysqli odbc \
 		openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \
 		pdo_odbc pdo_pgsql pdo_sqlite pgsql posix \
@@ -273,6 +273,7 @@ gettext_DEPENDS=devel/php${PHP_VER}-gett
 gmp_DEPENDS=	math/php${PHP_VER}-gmp
 hash_DEPENDS=	security/php${PHP_VER}-hash
 iconv_DEPENDS=	converters/php${PHP_VER}-iconv
+igbinary_DEPENDS=	converters/igbinary
 imap_DEPENDS=	mail/php${PHP_VER}-imap
 interbase_DEPENDS=	databases/php${PHP_VER}-interbase
 intl_DEPENDS=	devel/pecl-intl
_______________________________________________
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 6 dfilter service freebsd_committer freebsd_triage 2013-03-01 10:51:57 UTC
Author: scheidell
Date: Fri Mar  1 10:51:49 2013
New Revision: 313145
URL: http://svnweb.freebsd.org/changeset/ports/313145

Log:
  - Update to 2.2.2 [1]
  - Convert to new Makefile header [2]
  - Enable converters/igbinary support. Suggested by: devzone.my [2]
  
  PR:		ports/173643
  Submitted by:	Valery Komarov <komarov@valerka.net> [1]
  Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> maintainer [2]

Deleted:
  head/databases/php5-redis/files/
Modified:
  head/databases/php5-redis/Makefile
  head/databases/php5-redis/distinfo

Modified: head/databases/php5-redis/Makefile
==============================================================================
--- head/databases/php5-redis/Makefile	Fri Mar  1 10:42:54 2013	(r313144)
+++ head/databases/php5-redis/Makefile	Fri Mar  1 10:51:49 2013	(r313145)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:   php5-redis
-# Date created:        9 April 2010
-# Whom:                Benedikt Niessen <ports@niessen.ch>
-#
+# Created by: Benedikt Niessen <ports@niessen.ch>
 # $FreeBSD$
 #
 
 PORTNAME=	redis
-PORTVERSION=	2.2.1
-PORTREVISION=	1
+PORTVERSION=	2.2.2
 CATEGORIES=	databases
 MASTER_SITES=	https://github.com/nicolasff/phpredis/tarball/${PORTVERSION}/
 PKGNAMEPREFIX=	php5-
@@ -18,9 +14,9 @@ COMMENT=	PHP5-Extension for Redis
 
 LICENSE=	PHP301
 
-GITVERSION=	g882c7dc
+GITVERSION=	4197a7f
 FETCH_ARGS=	-pRr
-WRKSRC=		${WRKDIR}/nicolasff-phpredis-250e81b
+WRKSRC=		${WRKDIR}/nicolasff-phpredis-4197a7f
 
 USE_PHP=	session
 USE_PHP_BUILD=	yes
@@ -29,4 +25,16 @@ DEFAULT_PHP_VER=5
 
 PHP_MODNAME=	redis
 
+OPTIONS_DEFINE=	IGBINARY
+IGBINARY_DESC=	Build with Igbinary serializer
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MIGBINARY}
+USE_PHP+=	igbinary
+CONFIURE_ARGS+=	--enable-redis-igbinary
+.else
+CONFIURE_ARGS+=	--disable-redis-igbinary
+.endif
+
 .include <bsd.port.mk>

Modified: head/databases/php5-redis/distinfo
==============================================================================
--- head/databases/php5-redis/distinfo	Fri Mar  1 10:42:54 2013	(r313144)
+++ head/databases/php5-redis/distinfo	Fri Mar  1 10:51:49 2013	(r313145)
@@ -1,2 +1,2 @@
-SHA256 (nicolasff-phpredis-2.2.1-0-gg882c7dc.tar.gz) = ef72e795c7d9038e8a4b83a948e6952eb9e424cf4b8313bfa6403176701efd3a
-SIZE (nicolasff-phpredis-2.2.1-0-gg882c7dc.tar.gz) = 113427
+SHA256 (nicolasff-phpredis-2.2.2-0-g4197a7f.tar.gz) = 7e784a16d5ef4b6351e7237fb42d28153e820dbe3f1237886269e061a8467284
+SIZE (nicolasff-phpredis-2.2.2-0-g4197a7f.tar.gz) = 126081
_______________________________________________
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 7 Michael Scheidell freebsd_committer freebsd_triage 2013-03-01 10:52:13 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!