mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- update to 0.035
This commit is contained in:
parent
afcb563e96
commit
0c62d07c05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259034
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= DateTime-Format-DBI
|
||||
PORTVERSION= 0.033
|
||||
PORTVERSION= 0.035
|
||||
#DISTVERSION= ${PORTVERSION:C/\.(.)$/\1/}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
@ -15,15 +15,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Find a parser class for a database connection
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-DateTime>=0.1:${PORTSDIR}/devel/p5-DateTime
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= 5.8.0+
|
||||
|
||||
MAN3= DateTime::Format::DBI.3
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/lib/DateTime/Format/DBI.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (DateTime-Format-DBI-0.033.tar.gz) = 72c9d9f4c21a633c1a0b0cd1e9f089df
|
||||
SHA256 (DateTime-Format-DBI-0.033.tar.gz) = 925787719160828e9da97ef75135c1b7fb99a484d046243b225f17c6db100a32
|
||||
SIZE (DateTime-Format-DBI-0.033.tar.gz) = 12276
|
||||
MD5 (DateTime-Format-DBI-0.035.tar.gz) = bc7026a96604b4a0c1882ad911dd74d3
|
||||
SHA256 (DateTime-Format-DBI-0.035.tar.gz) = d88d3a92f806ff2a6449ad174990e9b2341c04ae9e15052a42dfe066fe1f1c3a
|
||||
SIZE (DateTime-Format-DBI-0.035.tar.gz) = 13698
|
||||
|
@ -1,7 +1,3 @@
|
||||
%%SITE_PERL%%/DateTime/Format/DBI.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/DBI/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/DBI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
|
||||
@dirrmtry %%SITE_PERL%%/DateTime/Format
|
||||
@dirrmtry %%SITE_PERL%%/DateTime
|
||||
|
Loading…
Reference in New Issue
Block a user