diff options
author | culot <culot@FreeBSD.org> | 2011-06-21 15:58:11 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-06-21 15:58:11 +0800 |
commit | f77674e60fff3b7d1e0b8bce5590dfe57b5ba99e (patch) | |
tree | ed1af42725a9ca8b3090e29cff97240536674cad | |
parent | 87488dcd4a128c46d4afb722fae05d65046d83d9 (diff) | |
download | freebsd-ports-gnome-f77674e60fff3b7d1e0b8bce5590dfe57b5ba99e.tar.gz freebsd-ports-gnome-f77674e60fff3b7d1e0b8bce5590dfe57b5ba99e.tar.zst freebsd-ports-gnome-f77674e60fff3b7d1e0b8bce5590dfe57b5ba99e.zip |
- Update to 1.01 [1]
- Add LICENSE
Changes: http://search.cpan.org/dist/Exception-Class-DBI/Changes
PR: ports/158088 [1]
Submitted by: Jin-Sih Lin <linpct@gmail.com>
-rw-r--r-- | databases/p5-Exception-Class-DBI/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-Exception-Class-DBI/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/databases/p5-Exception-Class-DBI/Makefile b/databases/p5-Exception-Class-DBI/Makefile index f88c5212247b..d0f397f2eeb5 100644 --- a/databases/p5-Exception-Class-DBI/Makefile +++ b/databases/p5-Exception-Class-DBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Exception-Class-DBI -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,6 +17,9 @@ COMMENT= DBI Exception objects RUN_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +LICENSE_COMB= dual +LICENSE= ART10 GPLv1 + PERL_MODBUILD= 5.8.0+ MAN3= Exception::Class::DBI.3 diff --git a/databases/p5-Exception-Class-DBI/distinfo b/databases/p5-Exception-Class-DBI/distinfo index 51df56730f55..7ff289d59b1d 100644 --- a/databases/p5-Exception-Class-DBI/distinfo +++ b/databases/p5-Exception-Class-DBI/distinfo @@ -1,2 +1,2 @@ -SHA256 (Exception-Class-DBI-1.00.tar.gz) = 5a88a3303131e14eb41315728ac2f0370eae46e864b8762f6f05eaa179eecd2e -SIZE (Exception-Class-DBI-1.00.tar.gz) = 12054 +SHA256 (Exception-Class-DBI-1.01.tar.gz) = 1ec7af370f518378855957c34ef281d2657641634df4f0298dc8d56fafe174e2 +SIZE (Exception-Class-DBI-1.01.tar.gz) = 14401 |