From owner-svn-ports-all@FreeBSD.ORG Tue Dec 4 08:39:18 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 195B5962; Tue, 4 Dec 2012 08:39:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D6F378FC13; Tue, 4 Dec 2012 08:39:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB48dHJq018122; Tue, 4 Dec 2012 08:39:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB48dH5u018119; Tue, 4 Dec 2012 08:39:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201212040839.qB48dH5u018119@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Dec 2012 08:39:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308210 - head/devel/p5-Data-Validator 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.14 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: Tue, 04 Dec 2012 08:39:18 -0000 Author: sunpoet Date: Tue Dec 4 08:39:17 2012 New Revision: 308210 URL: http://svnweb.freebsd.org/changeset/ports/308210 Log: - Update to 1.02 - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/Data-Validator/Changes Feature safe: yes Modified: head/devel/p5-Data-Validator/Makefile (contents, props changed) head/devel/p5-Data-Validator/distinfo (contents, props changed) Modified: head/devel/p5-Data-Validator/Makefile ============================================================================== --- head/devel/p5-Data-Validator/Makefile Tue Dec 4 08:38:48 2012 (r308209) +++ head/devel/p5-Data-Validator/Makefile Tue Dec 4 08:39:17 2012 (r308210) @@ -1,23 +1,20 @@ -# New ports collection makefile for: p5-Data-Validator -# Date created: 2011-08-15 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= Data-Validator -PORTVERSION= 0.09 +PORTVERSION= 1.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:GFUJI PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rule based validator on type constraint system -BUILD_DEPENDS= p5-Mouse>=0.93:${PORTSDIR}/devel/p5-Mouse -RUN_DEPENDS= p5-Mouse>=0.93:${PORTSDIR}/devel/p5-Mouse +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +BUILD_DEPENDS= p5-Mouse>=0.93:${PORTSDIR}/devel/p5-Mouse +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires Modified: head/devel/p5-Data-Validator/distinfo ============================================================================== --- head/devel/p5-Data-Validator/distinfo Tue Dec 4 08:38:48 2012 (r308209) +++ head/devel/p5-Data-Validator/distinfo Tue Dec 4 08:39:17 2012 (r308210) @@ -1,2 +1,2 @@ -SHA256 (Data-Validator-0.09.tar.gz) = a34b5c57ec634b207d8e0bfd02b56405791688114b28b1a8292d9ff57b522871 -SIZE (Data-Validator-0.09.tar.gz) = 28594 +SHA256 (Data-Validator-1.02.tar.gz) = ccd1c0f8c5e7c6f1a25cc680a312f6f000d1912dd4d7fb295906290ff81cfece +SIZE (Data-Validator-1.02.tar.gz) = 28793