diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-19 16:43:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-19 16:43:03 +0800 |
commit | 550ed3055a806da6e1e9a57fbaf1e5f92361413d (patch) | |
tree | a131b3202c8e4ed826986f80fee11108bb2d2c1f /textproc | |
parent | 7c8562b331c5b06517abfc77293eba76801d9595 (diff) | |
download | freebsd-ports-gnome-550ed3055a806da6e1e9a57fbaf1e5f92361413d.tar.gz freebsd-ports-gnome-550ed3055a806da6e1e9a57fbaf1e5f92361413d.tar.zst freebsd-ports-gnome-550ed3055a806da6e1e9a57fbaf1e5f92361413d.zip |
- Update to 0.1403
Changes: http://search.cpan.org/dist/Validator-Custom/Changes
Approved by: pgollucci (mentor, implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Validator-Custom/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/pkg-plist | 3 |
3 files changed, 10 insertions, 7 deletions
diff --git a/textproc/p5-Validator-Custom/Makefile b/textproc/p5-Validator-Custom/Makefile index a0b1c2391ab2..0954c51b2bb7 100644 --- a/textproc/p5-Validator-Custom/Makefile +++ b/textproc/p5-Validator-Custom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Validator-Custom -PORTVERSION= 0.1402 +PORTVERSION= 0.1403 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,9 @@ RUN_DEPENDS= p5-Object-Simple>=3.0302:${PORTSDIR}/devel/p5-Object-Simple PERL_CONFIGURE= yes -MAN3= Validator::Custom.3 Validator::Custom::Result.3 \ - Validator::Custom::Basic::Constraints.3 +MAN3= Validator::Custom.3 \ + Validator::Custom::Basic::Constraints.3 \ + Validator::Custom::Guides.3 \ + Validator::Custom::Result.3 .include <bsd.port.mk> diff --git a/textproc/p5-Validator-Custom/distinfo b/textproc/p5-Validator-Custom/distinfo index 729f8475fc1e..bd2a11b64e79 100644 --- a/textproc/p5-Validator-Custom/distinfo +++ b/textproc/p5-Validator-Custom/distinfo @@ -1,3 +1,3 @@ -MD5 (Validator-Custom-0.1402.tar.gz) = 1874091e0688243607b8ce32c399cb55 -SHA256 (Validator-Custom-0.1402.tar.gz) = a5e9d6f42ad35ac2818b88510951ccbbd3fea4572872dd837facc141e52bc31a -SIZE (Validator-Custom-0.1402.tar.gz) = 19305 +MD5 (Validator-Custom-0.1403.tar.gz) = a0f33c4d8d017bc8e9beecd0cc821505 +SHA256 (Validator-Custom-0.1403.tar.gz) = befde5c128b38fb678ddc2ba7690650fcfa000c4704f013c27abd4daf79ecd3c +SIZE (Validator-Custom-0.1403.tar.gz) = 19374 diff --git a/textproc/p5-Validator-Custom/pkg-plist b/textproc/p5-Validator-Custom/pkg-plist index 596e3686e270..06c494b980c9 100644 --- a/textproc/p5-Validator-Custom/pkg-plist +++ b/textproc/p5-Validator-Custom/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Validator/Custom.pm -%%SITE_PERL%%/Validator/Custom/Result.pm %%SITE_PERL%%/Validator/Custom/Basic/Constraints.pm +%%SITE_PERL%%/Validator/Custom/Guides.pod +%%SITE_PERL%%/Validator/Custom/Result.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Validator/Custom/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Validator/Custom @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Validator |