diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-06-13 20:29:02 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-06-13 20:29:02 +0000 |
commit | 93784639cd18a1fcc2364db82e43bde0213e355f (patch) | |
tree | b00fc802a3056cb0fba48438d35d2862ae3a1fde /databases | |
parent | 4c3d15a9596202424648fa3adc09033005257ff3 (diff) | |
download | ports-93784639cd18a1fcc2364db82e43bde0213e355f.tar.gz ports-93784639cd18a1fcc2364db82e43bde0213e355f.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Ima-DBI/Makefile | 13 | ||||
-rw-r--r-- | databases/p5-Ima-DBI/distinfo | 6 |
2 files changed, 6 insertions, 13 deletions
diff --git a/databases/p5-Ima-DBI/Makefile b/databases/p5-Ima-DBI/Makefile index 45f1edc3e990..c2070b2a9115 100644 --- a/databases/p5-Ima-DBI/Makefile +++ b/databases/p5-Ima-DBI/Makefile @@ -6,16 +6,17 @@ # PORTNAME= Ima-DBI -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Class/TMTM +MASTER_SITE_SUBDIR= ../../authors/id/P/PE/PERRIN PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Database connection caching and organization BUILD_DEPENDS= ${SITE_PERL}/DBIx/ContextualFetch.pm:${PORTSDIR}/databases/p5-DBIx-ContextualFetch \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable RUN_DEPENDS= ${BUILD_DEPENDS} @@ -25,14 +26,6 @@ MAN3= Ima::DBI.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -.else -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 diff --git a/databases/p5-Ima-DBI/distinfo b/databases/p5-Ima-DBI/distinfo index 940835f99484..0ad6a0e0930a 100644 --- a/databases/p5-Ima-DBI/distinfo +++ b/databases/p5-Ima-DBI/distinfo @@ -1,3 +1,3 @@ -MD5 (Ima-DBI-0.34.tar.gz) = 1ccc6eb89ec4beb1b231fc69209b87c6 -SHA256 (Ima-DBI-0.34.tar.gz) = 32ed1e9cdf05fa0b09a3b08b1f550d6d0e844fd9134ca73f53fcf88e2287a777 -SIZE (Ima-DBI-0.34.tar.gz) = 14118 +MD5 (Ima-DBI-0.35.tar.gz) = f3c5c0b1fe509556ca35f08aae91b3f5 +SHA256 (Ima-DBI-0.35.tar.gz) = 8b481ceedbf0ae4a83effb80581550008bfdd3885ef01145e3733c7097c00a08 +SIZE (Ima-DBI-0.35.tar.gz) = 15932 |