mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to 1.50.
This commit is contained in:
parent
e01195ae89
commit
cdf73d30b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151593
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= DBI
|
||||
PORTVERSION= 1.49
|
||||
PORTVERSION= 1.50
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBI
|
||||
@ -15,9 +15,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= The perl5 Database Interface. Required for DBD::* modules
|
||||
|
||||
.if defined(WITH_PROXY)
|
||||
BUILD_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
.if defined(WITH_PROXY)
|
||||
PROXY_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC
|
||||
BUILD_DEPENDS+= ${PROXY_DEPENDS}
|
||||
RUN_DEPENDS+= ${PROXY_DEPENDS}
|
||||
.endif
|
||||
|
||||
CONFLICTS= p5-DBI-1.3*
|
||||
@ -68,7 +72,7 @@ post-install:
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= Please install databases/p5-DBI-137 instead
|
||||
IGNORE= requires newer Perl, but you can use databases/p5-DBI-137 instead
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (DBI-1.49.tar.gz) = dd9c7b50d0fbfd04d1737c273cb1b9a5
|
||||
SHA256 (DBI-1.49.tar.gz) = ff234e015da80c6a13f488928802ca51b3a36b490586a67fa85ab5acb89e882c
|
||||
SIZE (DBI-1.49.tar.gz) = 385494
|
||||
MD5 (DBI-1.50.tar.gz) = 487cb22f89ab21029725eb6e0b861a2a
|
||||
SHA256 (DBI-1.50.tar.gz) = cb2970e0b9d003bd20480b013084818d2dd7863b8b36bafc0a9d423823cd65ba
|
||||
SIZE (DBI-1.50.tar.gz) = 386513
|
||||
|
Loading…
Reference in New Issue
Block a user