Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Feb 2011 08:19:15 GMT
From:      "Mikhail T." <m.tsatsenko@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154605: [PATCH] update databases/p5-Redis to the recent version
Message-ID:  <201102090819.p198JFU4071445@red.freebsd.org>
Resent-Message-ID: <201102090820.p198KBQW002226@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@FreeBSD.org
+MAINTAINER=	m.tsatsenko@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102090819.p198JFU4071445>