diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-07-24 01:27:43 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-07-24 01:27:43 +0800 |
commit | 0dd2b46112df203ccf6186aaad84fe9cea9807be (patch) | |
tree | f3c0882d9310688c05d48d69706c17663759da41 /textproc/p5-FormValidator-Simple | |
parent | 3141def1f125fc4b5e7e5eff8fdf3fe66daf4081 (diff) | |
download | freebsd-ports-gnome-0dd2b46112df203ccf6186aaad84fe9cea9807be.tar.gz freebsd-ports-gnome-0dd2b46112df203ccf6186aaad84fe9cea9807be.tar.zst freebsd-ports-gnome-0dd2b46112df203ccf6186aaad84fe9cea9807be.zip |
- Update to 0.28
PR: ports/136561
Approved by: maintainer timeout (lbr; 14 days)
Submitted by: myself (pgollucci@)
Diffstat (limited to 'textproc/p5-FormValidator-Simple')
-rw-r--r-- | textproc/p5-FormValidator-Simple/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-FormValidator-Simple/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-FormValidator-Simple/Makefile b/textproc/p5-FormValidator-Simple/Makefile index ba8fa014c872..23aaf9304df1 100644 --- a/textproc/p5-FormValidator-Simple/Makefile +++ b/textproc/p5-FormValidator-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FormValidator-Simple -PORTVERSION= 0.23 +PORTVERSION= 0.28 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/L/LY/LYOKATO @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Validation with simple chains of constraints -RUN_DEPENDS= p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \ +BUILD_DEPENDS= p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Class-Inspector>=1.13:${PORTSDIR}/devel/p5-Class-Inspector \ p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Class-Data-Accessor>=0.03:${PORTSDIR}/devel/p5-Class-Data-Accessor \ @@ -28,14 +28,14 @@ RUN_DEPENDS= p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \ p5-YAML>=0.39:${PORTSDIR}/textproc/p5-YAML \ p5-List-MoreUtils>=0.16:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-DateTime-Format-Strptime>=1.07:${PORTSDIR}/devel/p5-DateTime-Format-Strptime -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ MAN3= FormValidator::Simple.3 \ FormValidator::Simple::Results.3 -# included AutoInstall.pm bugs out on multi-dot version numbers, so let +# included AutoInstall.pm bugs out on multi-dot version numbers, so let # ports handle all the installation requirements... post-extract: @${PERL} -i.bak -ne 'print unless /^requires/' ${WRKSRC}/Makefile.PL diff --git a/textproc/p5-FormValidator-Simple/distinfo b/textproc/p5-FormValidator-Simple/distinfo index 22b9ffe405d2..0d6d423da527 100644 --- a/textproc/p5-FormValidator-Simple/distinfo +++ b/textproc/p5-FormValidator-Simple/distinfo @@ -1,3 +1,3 @@ -MD5 (FormValidator-Simple-0.23.tar.gz) = 5ef3fd63db558df26db2d820aa243fed -SHA256 (FormValidator-Simple-0.23.tar.gz) = 3bc8346fe90840099aa1e8c139c6572c88f109c463ec56b2dd5a249103ca8056 -SIZE (FormValidator-Simple-0.23.tar.gz) = 38896 +MD5 (FormValidator-Simple-0.28.tar.gz) = cd69e80bfc6cb7875f5e5924ce28e9cd +SHA256 (FormValidator-Simple-0.28.tar.gz) = db41fb43007cb2073e521908f13e3c15ef53d534867ef6295d1e179589803e8a +SIZE (FormValidator-Simple-0.28.tar.gz) = 36273 |