diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-25 17:07:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-25 17:07:27 +0800 |
commit | 571b4855860f4f710cdb0611a92c7a0e97f09511 (patch) | |
tree | 609c966d89b479c0c09c4f5e8452a8d8f37dce5e /textproc | |
parent | be4228534591f0459310e0647c1452f8b107995a (diff) | |
download | freebsd-ports-gnome-571b4855860f4f710cdb0611a92c7a0e97f09511.tar.gz freebsd-ports-gnome-571b4855860f4f710cdb0611a92c7a0e97f09511.tar.zst freebsd-ports-gnome-571b4855860f4f710cdb0611a92c7a0e97f09511.zip |
- Update to 1.01
Changes: http://search.cpan.org/dist/Validator-Custom/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Validator-Custom/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Validator-Custom/pkg-plist | 10 |
3 files changed, 14 insertions, 5 deletions
diff --git a/textproc/p5-Validator-Custom/Makefile b/textproc/p5-Validator-Custom/Makefile index c0ea01f4bd3d..77ca8b3e06d6 100644 --- a/textproc/p5-Validator-Custom/Makefile +++ b/textproc/p5-Validator-Custom/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= Validator-Custom -PORTVERSION= 0.2800 +PORTVERSION= 1.01 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KIMOTO PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:S|00$||} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Validator::Custom for simple data validation @@ -15,7 +14,7 @@ COMMENT= Validator::Custom for simple data validation LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Object-Simple>=3.0616:devel/p5-Object-Simple +BUILD_DEPENDS= p5-Object-Simple>=3.0621:devel/p5-Object-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-Test-Pod>=1.22:devel/p5-Test-Pod diff --git a/textproc/p5-Validator-Custom/distinfo b/textproc/p5-Validator-Custom/distinfo index b05cf3ba4f1c..b9f9a4bf1452 100644 --- a/textproc/p5-Validator-Custom/distinfo +++ b/textproc/p5-Validator-Custom/distinfo @@ -1,2 +1,2 @@ -SHA256 (Validator-Custom-0.28.tar.gz) = ae5cf608604fb8975aaa6c4b43bfbc1d09c5c1577da4fa5bec8110f16b4433b4 -SIZE (Validator-Custom-0.28.tar.gz) = 31711 +SHA256 (Validator-Custom-1.01.tar.gz) = de0ea020c79ce73545a2ff4c89aaa2c96b76204a2dea46793a48c301494f7723 +SIZE (Validator-Custom-1.01.tar.gz) = 38943 diff --git a/textproc/p5-Validator-Custom/pkg-plist b/textproc/p5-Validator-Custom/pkg-plist index 21913a95d937..6a9d0f0afd02 100644 --- a/textproc/p5-Validator-Custom/pkg-plist +++ b/textproc/p5-Validator-Custom/pkg-plist @@ -1,8 +1,18 @@ %%SITE_PERL%%/Validator/Custom.pm +%%SITE_PERL%%/Validator/Custom/CheckFunction.pm %%SITE_PERL%%/Validator/Custom/Constraint.pm %%SITE_PERL%%/Validator/Custom/Constraints.pm +%%SITE_PERL%%/Validator/Custom/Document/Version0.pod +%%SITE_PERL%%/Validator/Custom/FilterFunction.pm %%SITE_PERL%%/Validator/Custom/Result.pm %%SITE_PERL%%/Validator/Custom/Rule.pm +%%SITE_PERL%%/Validator/Custom/Validation.pm %%PERL5_MAN3%%/Validator::Custom.3.gz +%%PERL5_MAN3%%/Validator::Custom::CheckFunction.3.gz +%%PERL5_MAN3%%/Validator::Custom::Constraint.3.gz +%%PERL5_MAN3%%/Validator::Custom::Constraints.3.gz +%%PERL5_MAN3%%/Validator::Custom::Document::Version0.3.gz +%%PERL5_MAN3%%/Validator::Custom::FilterFunction.3.gz %%PERL5_MAN3%%/Validator::Custom::Result.3.gz %%PERL5_MAN3%%/Validator::Custom::Rule.3.gz +%%PERL5_MAN3%%/Validator::Custom::Validation.3.gz |