ports/152865: [PATCH] databases/php5-redis: update to 2.0.11
Martin Matuska
mm at FreeBSD.org
Mon Dec 6 15:20:11 UTC 2010
>Number: 152865
>Category: ports
>Synopsis: [PATCH] databases/php5-redis: update to 2.0.11
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 06 15:20:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Martin Matuska
>Release: FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #4 r216016M: Sun Nov 28 22:11:40 CET
>Description:
- Update to 2.0.11
- Change MASTER_SITES to github.com
Port maintainer (ports at niessen.ch) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- php5-redis-2.0.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/php5-redis/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile 17 Apr 2010 00:57:35 -0000 1.1
+++ Makefile 6 Dec 2010 15:08:58 -0000
@@ -6,16 +6,18 @@
#
PORTNAME= redis
-PORTVERSION= 1.2.0
+PORTVERSION= 2.0.11
CATEGORIES= databases
-MASTER_SITES= http://ports.niessen.ch/ \
- LOCAL/glarkin
+MASTER_SITES= http://download.github.com/
PKGNAMEPREFIX= php5-
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+DISTNAME= owlient-phpredis-${PORTVERSION}-${GITVERSION}
MAINTAINER= ports at niessen.ch
COMMENT= PHP5-Extension for Redis
+GITVERSION= 0-ga372dd1
+WRKSRC= ${WRKDIR}/owlient-phpredis-${GITVERSION:S/0-g//}
+
USE_PHP= yes
DEFAULT_PHP_VER=5
USE_PHPEXT= yes
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/databases/php5-redis/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo 17 Apr 2010 00:57:35 -0000 1.1
+++ distinfo 6 Dec 2010 15:08:58 -0000
@@ -1,3 +1,2 @@
-MD5 (php5-redis-1.2.0.tar.gz) = 27c76eedd1bf8ff486deda2c194d41df
-SHA256 (php5-redis-1.2.0.tar.gz) = 147b792694291af9f70f217cfbfa527907ebe4887c54a8989923a855ee8a3ccf
-SIZE (php5-redis-1.2.0.tar.gz) = 29958
+SHA256 (owlient-phpredis-2.0.11-0-ga372dd1.tar.gz) = 0d6f8a4b8ce49d9e1208b55142d3108fc167afae12f771c1b1e19c55917d1ec4
+SIZE (owlient-phpredis-2.0.11-0-ga372dd1.tar.gz) = 51403
--- php5-redis-2.0.11.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list