Updated to 0.33

This commit is contained in:
Sergey Skvortsov 2004-03-23 09:41:52 +00:00
parent 69e222f1c1
commit 66972c0d7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105029
2 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Ima-DBI
PORTVERSION= 0.32
PORTVERSION= 0.33
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class/TMTM
@ -16,6 +16,7 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Database connection caching and organization
BUILD_DEPENDS= ${SITE_PERL}/Class/WhiteHole.pm:${PORTSDIR}/devel/p5-Class-WhiteHole \
${SITE_PERL}/DBIx/ContextualFetch.pm:${PORTSDIR}/databases/p5-DBIx-ContextualFetch \
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS= ${BUILD_DEPENDS}
@ -33,4 +34,8 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
.endif
.if ${PERL_LEVEL} < 500702
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (Ima-DBI-0.32.tar.gz) = b84ef06e23459568321023bbaff4d9ef
SIZE (Ima-DBI-0.32.tar.gz) = 14202
MD5 (Ima-DBI-0.33.tar.gz) = 3d72cfbca2aa5e2b631020122858e3ae
SIZE (Ima-DBI-0.33.tar.gz) = 12555