Update to 0.09
This commit is contained in:
parent
9b60b5bc2d
commit
8496f97a7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167778
3 changed files with 6 additions and 10 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= Class-DBI-Pg
|
||||
PORTVERSION= 0.08
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
MASTER_SITE_SUBDIR= Class/DMAKI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
|
@ -25,7 +25,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD
|
|||
.endif
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Class::DBI::Pg.3
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Class-DBI-Pg-0.08.tar.gz) = e6247928d20ec094a1052a534295bc5a
|
||||
SHA256 (Class-DBI-Pg-0.08.tar.gz) = 2c3848012196d4f2bc46a10c59f7527967ce467286a741f3ad112a1e06d6f6b1
|
||||
SIZE (Class-DBI-Pg-0.08.tar.gz) = 3582
|
||||
MD5 (Class-DBI-Pg-0.09.tar.gz) = cccb8d48958081ebaebb561a60fe50f0
|
||||
SHA256 (Class-DBI-Pg-0.09.tar.gz) = d8044e624117406293855dbd98dd6c081714cf5d0fd41b5f3394f315889e1f7f
|
||||
SIZE (Class-DBI-Pg-0.09.tar.gz) = 4959
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
%%SITE_PERL%%/Class/DBI/Pg.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Pg/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Pg
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
|
||||
@dirrmtry %%SITE_PERL%%/Class/DBI
|
||||
@dirrmtry %%SITE_PERL%%/Class
|
||||
|
|
Loading…
Reference in a new issue