diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-15 04:09:48 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-15 04:09:48 +0000 |
commit | 8284c1cd08c3bd4ddd19b7d3c8f345ed8771bc48 (patch) | |
tree | 44a288c0835e739c6fa383ecf622df94f788317a /databases/p5-DBD-File | |
parent | ef9e0c6a60f4f6b2a56fd21a75f1289d0bef37f3 (diff) | |
download | ports-8284c1cd08c3bd4ddd19b7d3c8f345ed8771bc48.tar.gz ports-8284c1cd08c3bd4ddd19b7d3c8f345ed8771bc48.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-File')
-rw-r--r-- | databases/p5-DBD-File/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-DBD-File/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBD-File/pkg-plist | 3 |
3 files changed, 5 insertions, 9 deletions
diff --git a/databases/p5-DBD-File/Makefile b/databases/p5-DBD-File/Makefile index 3f94c9b6300c..93de2d7d1399 100644 --- a/databases/p5-DBD-File/Makefile +++ b/databases/p5-DBD-File/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBD-File -PORTVERSION= 0.33 +PORTVERSION= 0.34 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -20,8 +20,7 @@ RUN_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statemen PERL_CONFIGURE= yes -MAN3= DBD::File.3 \ - DBI::SQL::Nano.3 +MAN3= DBD::File.3 .include <bsd.port.pre.mk> @@ -29,7 +28,7 @@ MAN3= DBD::File.3 \ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 .else -IGNORE= This module is useless with p5-DBI +IGNORE= is useless with p5-DBI .endif .include <bsd.port.post.mk> diff --git a/databases/p5-DBD-File/distinfo b/databases/p5-DBD-File/distinfo index 3660abbe9a9e..c867c8326028 100644 --- a/databases/p5-DBD-File/distinfo +++ b/databases/p5-DBD-File/distinfo @@ -1,2 +1,2 @@ -MD5 (DBD-File-0.33.tar.gz) = 76e1aab817f05398bdb55cda6d761def -SIZE (DBD-File-0.33.tar.gz) = 13539 +MD5 (DBD-File-0.34.tar.gz) = 54555425ebded761fb558216b26c1065 +SIZE (DBD-File-0.34.tar.gz) = 8060 diff --git a/databases/p5-DBD-File/pkg-plist b/databases/p5-DBD-File/pkg-plist index 199e82c8f370..bd0b62f57a6f 100644 --- a/databases/p5-DBD-File/pkg-plist +++ b/databases/p5-DBD-File/pkg-plist @@ -1,8 +1,5 @@ %%SITE_PERL%%/DBD/File.pm -%%SITE_PERL%%/DBI/SQL/Nano.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/File/.packlist -@dirrm %%SITE_PERL%%/DBI/SQL -@unexec rmdir %D/%%SITE_PERL%%/DBI 2>/dev/null || true @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/File @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/DBD 2>/dev/null || true |