Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2012 08:39:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308210 - head/devel/p5-Data-Validator
Message-ID:  <201212040839.qB48dH5u018119@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212040839.qB48dH5u018119>