svn commit: r413976 - head/textproc/p5-Validator-Custom
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Apr 25 09:07:29 UTC 2016
Author: sunpoet
Date: Mon Apr 25 09:07:27 2016
New Revision: 413976
URL: https://svnweb.freebsd.org/changeset/ports/413976
Log:
- Update to 1.01
Changes: http://search.cpan.org/dist/Validator-Custom/Changes
Modified:
head/textproc/p5-Validator-Custom/Makefile
head/textproc/p5-Validator-Custom/distinfo
head/textproc/p5-Validator-Custom/pkg-plist
Modified: head/textproc/p5-Validator-Custom/Makefile
==============================================================================
--- head/textproc/p5-Validator-Custom/Makefile Mon Apr 25 09:07:22 2016 (r413975)
+++ head/textproc/p5-Validator-Custom/Makefile Mon Apr 25 09:07:27 2016 (r413976)
@@ -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 at FreeBSD.org
COMMENT= Validator::Custom for simple data validation
@@ -15,7 +14,7 @@ COMMENT= Validator::Custom for simple da
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
Modified: head/textproc/p5-Validator-Custom/distinfo
==============================================================================
--- head/textproc/p5-Validator-Custom/distinfo Mon Apr 25 09:07:22 2016 (r413975)
+++ head/textproc/p5-Validator-Custom/distinfo Mon Apr 25 09:07:27 2016 (r413976)
@@ -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
Modified: head/textproc/p5-Validator-Custom/pkg-plist
==============================================================================
--- head/textproc/p5-Validator-Custom/pkg-plist Mon Apr 25 09:07:22 2016 (r413975)
+++ head/textproc/p5-Validator-Custom/pkg-plist Mon Apr 25 09:07:27 2016 (r413976)
@@ -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
More information about the svn-ports-all
mailing list