Update to 3.0.10

Changes:	http://search.cpan.org/src/TMTM/Class-DBI-v3.0.10/Changes
PR:		ports/87252
Submitted by:	Gabor Kovesdan <gabor.kovesdan * t-hosting.hu>
This commit is contained in:
Sergey Skvortsov 2005-10-12 11:00:53 +00:00
parent 89953f09fb
commit b9f07842bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145090
3 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Class-DBI
PORTVERSION= 3.0.9
PORTVERSION= 3.0.10
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
@ -27,8 +27,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accesso
${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger
RUN_DEPENDS= ${BUILD_DEPENDS}
BROKEN= Incomplete pkg-plist
PERL_CONFIGURE= yes
MAN3= Class::DBI.3 Class::DBI::Attribute.3 \

View file

@ -1,2 +1,2 @@
MD5 (Class-DBI-v3.0.9.tar.gz) = 3e27db74de3d829c936768f5d92a5011
SIZE (Class-DBI-v3.0.9.tar.gz) = 103605
MD5 (Class-DBI-v3.0.10.tar.gz) = f8b45d40184972e77fb3c3f8e54385d5
SIZE (Class-DBI-v3.0.10.tar.gz) = 104089

View file

@ -13,8 +13,10 @@
%%SITE_PERL%%/Class/DBI/Relationship/HasMany.pm
%%SITE_PERL%%/Class/DBI/Relationship/MightHave.pm
%%SITE_PERL%%/Class/DBI/Search/Basic.pm
%%SITE_PERL%%/Class/DBI/SQL/Transformer.pm
%%SITE_PERL%%/Class/DBI/Test/SQLite.pm
@unexec rmdir %D/%%SITE_PERL%%/Class/DBI/Test 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Class/DBI/SQL 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Class/DBI/Search 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Class/DBI/Relationship 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Class/DBI/Cascade 2>/dev/null || true