diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/Makefile | 14 | ||||
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/distinfo | 6 |
2 files changed, 9 insertions, 11 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile index 1771940ab216..c545fe03f90a 100644 --- a/databases/p5-DBIx-SearchBuilder/Makefile +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-SearchBuilder -PORTVERSION= 1.38 +PORTVERSION= 1.43 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBIx @@ -19,9 +19,11 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/ReturnValue.pm:${PORTSDIR}/devel/p5-Class-Retu ${SITE_PERL}/Cache/Simple/TimedExpiry.pm:${PORTSDIR}/devel/p5-Cache-Simple-TimedExpiry \ ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \ ${SITE_PERL}/capitalization.pm:${PORTSDIR}/devel/p5-capitalization \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/DBIx/DBSchema.pm:${PORTSDIR}/databases/p5-DBIx-DBSchema \ ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone + ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ + ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -43,12 +45,8 @@ MAN3= DBIx::SearchBuilder.3 DBIx::SearchBuilder::Handle.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 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +.if ${PERL_LEVEL} < 500703 +IGNORE= requires at least Perl 5.7.3 due to dependency on devel/p5-Encode. Please install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> diff --git a/databases/p5-DBIx-SearchBuilder/distinfo b/databases/p5-DBIx-SearchBuilder/distinfo index 83046be59db2..313d730f1919 100644 --- a/databases/p5-DBIx-SearchBuilder/distinfo +++ b/databases/p5-DBIx-SearchBuilder/distinfo @@ -1,3 +1,3 @@ -MD5 (DBIx-SearchBuilder-1.38.tar.gz) = 409f13913799709b890583535cd18446 -SHA256 (DBIx-SearchBuilder-1.38.tar.gz) = 4109cffe10b749bb17ec115c92fd12f8ab3cafff3b92f0b71e43896f6de478aa -SIZE (DBIx-SearchBuilder-1.38.tar.gz) = 71132 +MD5 (DBIx-SearchBuilder-1.43.tar.gz) = 3d4c4dfc46617f87f53645241288505f +SHA256 (DBIx-SearchBuilder-1.43.tar.gz) = 6a4af3be3e215d57920f5675382da070fdff38ff59794e26c627bdee046ae05c +SIZE (DBIx-SearchBuilder-1.43.tar.gz) = 73570 |