diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-13 03:02:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-13 03:02:00 +0800 |
commit | 0127cd9356c5230f1244accacd83b8259fae63ac (patch) | |
tree | d839568f93bc5157e6f4de10e3227aff1cb33728 /net | |
parent | cdcc2643c0d960e93f09b9a8fdf5cbe7c9136356 (diff) | |
download | freebsd-ports-gnome-0127cd9356c5230f1244accacd83b8259fae63ac.tar.gz freebsd-ports-gnome-0127cd9356c5230f1244accacd83b8259fae63ac.tar.zst freebsd-ports-gnome-0127cd9356c5230f1244accacd83b8259fae63ac.zip |
- Update to 0.1501
- Fix RUN_DEPENDS
Changes: http://search.cpan.org/dist/Net-Riak/Changes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Riak/Makefile | 17 | ||||
-rw-r--r-- | net/p5-Net-Riak/distinfo | 4 |
2 files changed, 14 insertions, 7 deletions
diff --git a/net/p5-Net-Riak/Makefile b/net/p5-Net-Riak/Makefile index 0806babc413a..4e376ffa7a58 100644 --- a/net/p5-Net-Riak/Makefile +++ b/net/p5-Net-Riak/Makefile @@ -6,10 +6,11 @@ # PORTNAME= Net-Riak -PORTVERSION= 0.15 +PORTVERSION= 0.15.01 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Interface to Riak @@ -17,10 +18,16 @@ COMMENT= Interface to Riak LICENSE_COMB= dual LICENSE= ART20 GPLv1 -RUN_DEPENDS= p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ - p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ - p5-URI>0:${PORTSDIR}/net/p5-URI \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ + p5-Google-ProtocolBuffers>=0:${PORTSDIR}/devel/p5-Google-ProtocolBuffers \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Role-Parameterized>=0:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \ + p5-MooseX-Traits>=0:${PORTSDIR}/devel/p5-MooseX-Traits \ + p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ + p5-MooseX-Types-Structured>=0:${PORTSDIR}/devel/p5-MooseX-Types-Structured \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes diff --git a/net/p5-Net-Riak/distinfo b/net/p5-Net-Riak/distinfo index 9db58760e1ad..a13ea9509132 100644 --- a/net/p5-Net-Riak/distinfo +++ b/net/p5-Net-Riak/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Riak-0.15.tar.gz) = c7bd9ed7f8587c189cb30895c02a3b466e5bd837a45b01de5ac274565d705620 -SIZE (Net-Riak-0.15.tar.gz) = 35406 +SHA256 (Net-Riak-0.1501.tar.gz) = 115a518032d78c82f8281dda11441ce1cb592fa09524d66ee1a970e24c05d53e +SIZE (Net-Riak-0.1501.tar.gz) = 35440 |