diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-08 15:47:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-08 15:47:33 +0800 |
commit | 5efeb3fa24a933d67d141df82ffb96c1194c6ca9 (patch) | |
tree | 863d89ca1375a34180a01905950af6cb97f553bb | |
parent | 9db1909c6dc81d42f8807b07a14ec8fc1280fec3 (diff) | |
download | freebsd-ports-graphics-5efeb3fa24a933d67d141df82ffb96c1194c6ca9.tar.gz freebsd-ports-graphics-5efeb3fa24a933d67d141df82ffb96c1194c6ca9.tar.zst freebsd-ports-graphics-5efeb3fa24a933d67d141df82ffb96c1194c6ca9.zip |
- Update to 0.35
PR: ports/101635
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
-rw-r--r-- | databases/p5-DBD-File/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-DBD-File/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-DBD-File/pkg-plist | 1 |
3 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBD-File/Makefile b/databases/p5-DBD-File/Makefile index 93de2d7d139..668ca4b9211 100644 --- a/databases/p5-DBD-File/Makefile +++ b/databases/p5-DBD-File/Makefile @@ -6,17 +6,17 @@ # PORTNAME= DBD-File -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Base class for writing DBI drivers for plain files -BUILD_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement RUN_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -25,7 +25,6 @@ MAN3= DBD::File.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -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= is useless with p5-DBI diff --git a/databases/p5-DBD-File/distinfo b/databases/p5-DBD-File/distinfo index 26b7b95df19..8cc540768d4 100644 --- a/databases/p5-DBD-File/distinfo +++ b/databases/p5-DBD-File/distinfo @@ -1,3 +1,3 @@ -MD5 (DBD-File-0.34.tar.gz) = 54555425ebded761fb558216b26c1065 -SHA256 (DBD-File-0.34.tar.gz) = 58fe42e1240db7b41ebdab2350199e095c7a42b5b175f1da04c41d561d6ed0e8 -SIZE (DBD-File-0.34.tar.gz) = 8060 +MD5 (DBD-File-0.35.tar.gz) = 91ba616ff298365994e946345385f016 +SHA256 (DBD-File-0.35.tar.gz) = 97e361083eaf278a3928f662f0c7b08f34b90605879f9715b773ed3d1bf062f6 +SIZE (DBD-File-0.35.tar.gz) = 8074 diff --git a/databases/p5-DBD-File/pkg-plist b/databases/p5-DBD-File/pkg-plist index 9139b3bff68..5209292ccff 100644 --- a/databases/p5-DBD-File/pkg-plist +++ b/databases/p5-DBD-File/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%SITE_PERL%%/DBD/File.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/File/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/File |