svn commit: r323806 - head/devel/p5-Test-CPAN-Meta-YAML
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jul 27 20:16:05 UTC 2013
Author: sunpoet
Date: Sat Jul 27 20:16:04 2013
New Revision: 323806
URL: http://svnweb.freebsd.org/changeset/ports/323806
Log:
- Update to 0.22
- Add LICENSE
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Test-CPAN-Meta-YAML/Changes
Modified:
head/devel/p5-Test-CPAN-Meta-YAML/Makefile
head/devel/p5-Test-CPAN-Meta-YAML/distinfo (contents, props changed)
Modified: head/devel/p5-Test-CPAN-Meta-YAML/Makefile
==============================================================================
--- head/devel/p5-Test-CPAN-Meta-YAML/Makefile Sat Jul 27 20:15:04 2013 (r323805)
+++ head/devel/p5-Test-CPAN-Meta-YAML/Makefile Sat Jul 27 20:16:04 2013 (r323806)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-Test-CPAN-Meta-YAML
-# Date created: 2012-06-01
-# Whom: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Test-CPAN-Meta-YAML
-PORTVERSION= 0.21
+PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Validate a META.yml file within a CPAN distribution
+LICENSE= ART20
+
BUILD_DEPENDS= p5-Test-YAML-Valid>=0.03:${PORTSDIR}/devel/p5-Test-YAML-Valid
-RUN_DEPENDS= p5-Test-YAML-Valid>=0.03:${PORTSDIR}/devel/p5-Test-YAML-Valid
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
Modified: head/devel/p5-Test-CPAN-Meta-YAML/distinfo
==============================================================================
--- head/devel/p5-Test-CPAN-Meta-YAML/distinfo Sat Jul 27 20:15:04 2013 (r323805)
+++ head/devel/p5-Test-CPAN-Meta-YAML/distinfo Sat Jul 27 20:16:04 2013 (r323806)
@@ -1,2 +1,2 @@
-SHA256 (Test-CPAN-Meta-YAML-0.21.tar.gz) = 3bbf76fbc398d64ce029d897724ff76853dff9963005ef429fa31c697942f804
-SIZE (Test-CPAN-Meta-YAML-0.21.tar.gz) = 15105
+SHA256 (Test-CPAN-Meta-YAML-0.22.tar.gz) = 883a7f5d0a9c025930abd244dc72e94fcf7493b25a79354fc92c4830d976df5d
+SIZE (Test-CPAN-Meta-YAML-0.22.tar.gz) = 15340
More information about the svn-ports-head
mailing list