aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoraaron <aaron@FreeBSD.org>2006-06-16 20:53:38 +0800
committeraaron <aaron@FreeBSD.org>2006-06-16 20:53:38 +0800
commit7dcb3c26f26368f54e6520e7043a7dacef345de9 (patch)
tree358d6ae1e6239dc4bb3e7c2223741a6a01163d01 /databases
parentee70d3eae675420aa27b5332f09eef2922b02750 (diff)
downloadfreebsd-ports-gnome-7dcb3c26f26368f54e6520e7043a7dacef345de9.tar.gz
freebsd-ports-gnome-7dcb3c26f26368f54e6520e7043a7dacef345de9.tar.zst
freebsd-ports-gnome-7dcb3c26f26368f54e6520e7043a7dacef345de9.zip
- Update to 0.93
- Restricted to Perl 5.8+ due to dependency upon devel/p5-Exception-Class PR: ports/99022 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-Exception-Class-DBI/Makefile10
-rw-r--r--databases/p5-Exception-Class-DBI/distinfo6
2 files changed, 11 insertions, 5 deletions
diff --git a/databases/p5-Exception-Class-DBI/Makefile b/databases/p5-Exception-Class-DBI/Makefile
index 89d9b76e5ecc..545ee8399086 100644
--- a/databases/p5-Exception-Class-DBI/Makefile
+++ b/databases/p5-Exception-Class-DBI/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Exception-Class-DBI
-PORTVERSION= 0.92
+PORTVERSION= 0.93
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Exception
@@ -23,4 +23,10 @@ PERL_MODBUILD= yes
MAN3= Exception::Class::DBI.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800 # inherited from devel/p5-Exception-Class
+IGNORE= requires at least Perl 5.8. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/databases/p5-Exception-Class-DBI/distinfo b/databases/p5-Exception-Class-DBI/distinfo
index 775b34f31a0e..0face5d58b9d 100644
--- a/databases/p5-Exception-Class-DBI/distinfo
+++ b/databases/p5-Exception-Class-DBI/distinfo
@@ -1,3 +1,3 @@
-MD5 (Exception-Class-DBI-0.92.tar.gz) = 7b8032fdf31ccab88d19d1446c6fe741
-SHA256 (Exception-Class-DBI-0.92.tar.gz) = 55b1c56e38d4c9b73aa509dda6e2835768be62be3e9cf63e97a2341fe0993412
-SIZE (Exception-Class-DBI-0.92.tar.gz) = 10056
+MD5 (Exception-Class-DBI-0.93.tar.gz) = ea831d3ad7e6c7da407c347c3ed61bb0
+SHA256 (Exception-Class-DBI-0.93.tar.gz) = 659681dd3ab19da9efd87f06de91571e1db4a47f1b8e611c9f70ada1661cf111
+SIZE (Exception-Class-DBI-0.93.tar.gz) = 11029