diff options
author | rafan <rafan@FreeBSD.org> | 2008-03-10 21:02:30 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-03-10 21:02:30 +0800 |
commit | d14828b20dc02d0804794cb847c6e0bb89890a20 (patch) | |
tree | f4caf3a2c810505b5651d50620439ce86bb7e9b2 /databases | |
parent | 60a8eebb63fa64eb4f70c9d41994a11aff1aaa33 (diff) | |
download | freebsd-ports-gnome-d14828b20dc02d0804794cb847c6e0bb89890a20.tar.gz freebsd-ports-gnome-d14828b20dc02d0804794cb847c6e0bb89890a20.tar.zst freebsd-ports-gnome-d14828b20dc02d0804794cb847c6e0bb89890a20.zip |
- Update to 0.02002
PR: ports/121497
Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Class-Validation/Makefile | 11 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-Validation/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/databases/p5-DBIx-Class-Validation/Makefile b/databases/p5-DBIx-Class-Validation/Makefile index a73ed9d06c33..77dc4921c0f5 100644 --- a/databases/p5-DBIx-Class-Validation/Makefile +++ b/databases/p5-DBIx-Class-Validation/Makefile @@ -6,10 +6,9 @@ # PORTNAME= DBIx-Class-Validation -PORTVERSION= 0.02000 +PORTVERSION= 0.02002 CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBIx +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= hideo@lastamericanempire.com @@ -17,9 +16,9 @@ COMMENT= Validate data before submitting to a database BUILD_DEPENDS= ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install \ ${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \ - ${SITE_PERL}/FormValidator/Simple.pm:${PORTSDIR}/textproc/p5-FormValidator-Simple \ - ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ - ${SITE_PERL}/DBIx/Class.pm:${PORTSDIR}/databases/p5-DBIx-Class + p5-FormValidator-Simple>=0.17:${PORTSDIR}/textproc/p5-FormValidator-Simple \ + p5-DBD-SQLite>=1.11:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-DBIx-Class>=0.07005:${PORTSDIR}/databases/p5-DBIx-Class RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ diff --git a/databases/p5-DBIx-Class-Validation/distinfo b/databases/p5-DBIx-Class-Validation/distinfo index ad0c3d572d9b..1fafcb6aaf7d 100644 --- a/databases/p5-DBIx-Class-Validation/distinfo +++ b/databases/p5-DBIx-Class-Validation/distinfo @@ -1,3 +1,3 @@ -MD5 (DBIx-Class-Validation-0.02000.tar.gz) = af0ba38e3d5f665efdf28763600b3344 -SHA256 (DBIx-Class-Validation-0.02000.tar.gz) = 1e5753b5ac0259bac387c7de8181086818224ceb99e73f10b6825b6ee52c6e0c -SIZE (DBIx-Class-Validation-0.02000.tar.gz) = 24829 +MD5 (DBIx-Class-Validation-0.02002.tar.gz) = 2b74b645e6a3355b538e6819771dbb2f +SHA256 (DBIx-Class-Validation-0.02002.tar.gz) = e9a77ad03cd12203a3ca65fb966ac1a2128a64aa659420ae0b6f4febaf7f4a6a +SIZE (DBIx-Class-Validation-0.02002.tar.gz) = 22679 |