Update to 0.96
PR: 68291 Submitted by: lth Approved by: maintainer
This commit is contained in:
parent
3edc61c2e4
commit
caf934625c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113465
3 changed files with 8 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Class-DBI
|
||||
PORTVERSION= 0.95
|
||||
PORTVERSION= 0.96
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (Class-DBI-0.95.tar.gz) = ca8a0a4f817351dee82b16153920eb97
|
||||
SIZE (Class-DBI-0.95.tar.gz) = 62387
|
||||
MD5 (Class-DBI-0.96.tar.gz) = 5026f142435b589c31aae1a97b2f1344
|
||||
SIZE (Class-DBI-0.96.tar.gz) = 70279
|
||||
|
|
|
@ -4,6 +4,11 @@
|
|||
%%SITE_PERL%%/Class/DBI/Column.pm
|
||||
%%SITE_PERL%%/Class/DBI/Iterator.pm
|
||||
%%SITE_PERL%%/Class/DBI/Query.pm
|
||||
%%SITE_PERL%%/Class/DBI/Relationship.pm
|
||||
%%SITE_PERL%%/Class/DBI/Relationship/HasA.pm
|
||||
%%SITE_PERL%%/Class/DBI/Relationship/HasMany.pm
|
||||
%%SITE_PERL%%/Class/DBI/Relationship/MightHave.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class/DBI/Relationship 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class/DBI 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue