diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-06-06 07:36:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-06-06 07:36:36 +0000 |
commit | 9f8410788a71914a1c4ccc6ec07dd07cc20fa504 (patch) | |
tree | 2376cf60b3f6e46f792c8ea7be3c0ba17e160338 /databases/p5-Redis | |
parent | fd9d93df46a588f17f34266e4124131a30cc405a (diff) |
Notes
Diffstat (limited to 'databases/p5-Redis')
-rw-r--r-- | databases/p5-Redis/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-Redis/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-Redis/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile index bf2b50d58ad1..d608dfcc4bb3 100644 --- a/databases/p5-Redis/Makefile +++ b/databases/p5-Redis/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Redis -# Date created: 2009-09-19 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Redis -PORTVERSION= 1.9510 +PORTVERSION= 1.9610 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MELO @@ -20,7 +16,6 @@ BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny - TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal diff --git a/databases/p5-Redis/distinfo b/databases/p5-Redis/distinfo index 9c08b2a5a5ca..86f1aec6958d 100644 --- a/databases/p5-Redis/distinfo +++ b/databases/p5-Redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (Redis-1.951.tar.gz) = 7dc259914437e73af7aa725aeb05fb4e50589289f7120480619645cf5b5b7367 -SIZE (Redis-1.951.tar.gz) = 31671 +SHA256 (Redis-1.961.tar.gz) = 782deec57b45d6710dad2cae38299d5079e008a6d60819b62765a81a83262f09 +SIZE (Redis-1.961.tar.gz) = 36564 diff --git a/databases/p5-Redis/pkg-descr b/databases/p5-Redis/pkg-descr index 2a10614af9f9..293f01c6afd8 100644 --- a/databases/p5-Redis/pkg-descr +++ b/databases/p5-Redis/pkg-descr @@ -3,4 +3,4 @@ Pure perl bindings for http://code.google.com/p/redis/ This version support git version 0.08 or later of Redis available at git://github.com/antirez/redis -WWW: http://search.cpan.org/dist/Redis/ +WWW: http://search.cpan.org/dist/Redis/ |