mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Upgrade to 2.43.
This commit is contained in:
parent
08548a187f
commit
9e8a44676c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389351
3 changed files with 8 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= RedisDB
|
||||
PORTVERSION= 2.36
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.43
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,7 +13,7 @@ LICENSE= ART10 GPLv1
|
|||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-RedisDB-Parser>=2.2:${PORTSDIR}/databases/p5-RedisDB-Parser \
|
||||
p5-RedisDB-Parser>=2.21:${PORTSDIR}/databases/p5-RedisDB-Parser \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (RedisDB-2.36.tar.gz) = 1a8dbf801062dff6ad5d5bb9bb5f7a4db28cfd9ce7589d9a1e2bc0b9cc76ea5a
|
||||
SIZE (RedisDB-2.36.tar.gz) = 38013
|
||||
SHA256 (RedisDB-2.43.tar.gz) = d99b45fa2811285a7aabbb0c8295e840a4b5a6ed32410d6ea19002f5eeceec37
|
||||
SIZE (RedisDB-2.43.tar.gz) = 45939
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
%%PERL5_MAN3%%/RedisDB.3.gz
|
||||
%%PERL5_MAN3%%/RedisDB::Cluster.3.gz
|
||||
%%PERL5_MAN3%%/RedisDB::Error.3.gz
|
||||
%%PERL5_MAN3%%/RedisDB::Sentinel.3.gz
|
||||
%%SITE_PERL%%/RedisDB.pm
|
||||
%%SITE_PERL%%/RedisDB/Cluster.pm
|
||||
%%SITE_PERL%%/RedisDB/Error.pm
|
||||
%%SITE_PERL%%/RedisDB/Sentinel.pm
|
||||
|
|
Loading…
Add table
Reference in a new issue