mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.35
Changes: http://search.cpan.org/src/PERRIN/Ima-DBI-0.35/Changes
This commit is contained in:
parent
4c3d15a959
commit
93784639cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193413
2 changed files with 6 additions and 13 deletions
|
@ -6,16 +6,17 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Ima-DBI
|
PORTNAME= Ima-DBI
|
||||||
PORTVERSION= 0.34
|
PORTVERSION= 0.35
|
||||||
CATEGORIES= databases perl5
|
CATEGORIES= databases perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Class/TMTM
|
MASTER_SITE_SUBDIR= ../../authors/id/P/PE/PERRIN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= skv@FreeBSD.org
|
MAINTAINER= skv@FreeBSD.org
|
||||||
COMMENT= Database connection caching and organization
|
COMMENT= Database connection caching and organization
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/DBIx/ContextualFetch.pm:${PORTSDIR}/databases/p5-DBIx-ContextualFetch \
|
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
|
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
@ -25,14 +26,6 @@ MAN3= Ima::DBI.3
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.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
|
.if ${PERL_LEVEL} < 500702
|
||||||
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (Ima-DBI-0.34.tar.gz) = 1ccc6eb89ec4beb1b231fc69209b87c6
|
MD5 (Ima-DBI-0.35.tar.gz) = f3c5c0b1fe509556ca35f08aae91b3f5
|
||||||
SHA256 (Ima-DBI-0.34.tar.gz) = 32ed1e9cdf05fa0b09a3b08b1f550d6d0e844fd9134ca73f53fcf88e2287a777
|
SHA256 (Ima-DBI-0.35.tar.gz) = 8b481ceedbf0ae4a83effb80581550008bfdd3885ef01145e3733c7097c00a08
|
||||||
SIZE (Ima-DBI-0.34.tar.gz) = 14118
|
SIZE (Ima-DBI-0.35.tar.gz) = 15932
|
||||||
|
|
Loading…
Add table
Reference in a new issue