From owner-svn-ports-all@freebsd.org Mon Apr 25 09:07:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 175EFB126E4; Mon, 25 Apr 2016 09:07:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B533E1D99; Mon, 25 Apr 2016 09:07:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3P97R58079732; Mon, 25 Apr 2016 09:07:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3P97RAr079729; Mon, 25 Apr 2016 09:07:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604250907.u3P97RAr079729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Apr 2016 09:07:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413976 - head/textproc/p5-Validator-Custom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 09:07:29 -0000 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@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