diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-08-06 07:14:37 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-08-06 07:14:37 +0000 |
commit | 956ac634717ef601fa906f2db7e17529f8e20f2b (patch) | |
tree | f3df5d2d217af0dcd86354fdbc2f51c32f2ae7d8 /databases/p5-DBD-SQLite | |
parent | 6120fd518585195159b5791ed4139f7c279d9c62 (diff) | |
download | ports-956ac634717ef601fa906f2db7e17529f8e20f2b.tar.gz ports-956ac634717ef601fa906f2db7e17529f8e20f2b.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/pkg-plist | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index e17321b65c56..d0b33373bedf 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBD-SQLite -PORTVERSION= 0.16 +PORTVERSION= 0.18 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index e3cc4b434cc7..2f63d1e0fdfb 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1 +1 @@ -MD5 (DBD-SQLite-0.16.tar.gz) = cdcf7ca911017c73ab077f6355f3f16d +MD5 (DBD-SQLite-0.18.tar.gz) = 5345eae9aa47aa0b43925c53a3abc66d diff --git a/databases/p5-DBD-SQLite/pkg-plist b/databases/p5-DBD-SQLite/pkg-plist index 8fcc62203fdb..90e937f764f2 100644 --- a/databases/p5-DBD-SQLite/pkg-plist +++ b/databases/p5-DBD-SQLite/pkg-plist @@ -4,5 +4,5 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/.packlist @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD 2>/dev/null || true |