ports/154605: [PATCH] update databases/p5-Redis to the recent version

Mikhail T. m.tsatsenko at gmail.com
Wed Feb 9 08:20:12 UTC 2011


>Number:         154605
>Category:       ports
>Synopsis:       [PATCH] update databases/p5-Redis to the recent version
>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:   Wed Feb 09 08:20:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        9.0
>Organization:
FunBox
>Environment:
FreeBSD crush 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r218429: Tue Feb  8 16:42:19 MSK 2011     root at crush:/usr/obj/usr/src/sys/DESK  amd64

>Description:
Ports tree has a very ancient version of the module which does not support binary objects.
-Update to 1.902
-Drop md5 sum
-Claim mainteinership
>How-To-Repeat:

>Fix:
diff -urN /tmp/p5-Redis/Makefile p5-Redis/Makefile
--- /tmp/p5-Redis/Makefile	2011-02-09 11:02:03.311963557 +0300
+++ p5-Redis/Makefile	2011-02-09 11:17:54.275424556 +0300
@@ -6,15 +6,20 @@
 #
 
 PORTNAME=	Redis
-PORTVERSION=	1.2001
+PORTVERSION=	1.902
+PORTEPOCH=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	../../authors/id/D/DP/DPAVLIN
+MASTER_SITE_SUBDIR=	../../authors/id/M/ME/MELO/
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl at FreeBSD.org
+MAINTAINER=	m.tsatsenko at gmail.com
 COMMENT=	Perl binding for Redis database
 
+RUN_DEPENDS=	p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
+		p5-Guard>=0:${PORTSDIR}/devel/p5-Guard
+BUILD_DEPENDS=  ${RUN_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Redis.3
diff -urN /tmp/p5-Redis/distinfo p5-Redis/distinfo
--- /tmp/p5-Redis/distinfo	2011-02-09 11:02:03.312964802 +0300
+++ p5-Redis/distinfo	2011-02-09 11:03:40.705965588 +0300
@@ -1,3 +1,2 @@
-MD5 (Redis-1.2001.tar.gz) = 9b0b5ef94f286c3263058e5361b49b1d
-SHA256 (Redis-1.2001.tar.gz) = 00469fcb4720f27c0f7a835b7cf8cfe257f6def36566f8b8de635589456e26b4
-SIZE (Redis-1.2001.tar.gz) = 4650
+SHA256 (Redis-1.902.tar.gz) = e6fc86e18d6424bc485f9abf6a3e9b84c0aba6d47f4ec37affbcb14ab3e068d3
+SIZE (Redis-1.902.tar.gz) = 14775

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list