Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Mar 2017 13:48:31 +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: r435397 - head/devel/p5-IO-YAML
Message-ID:  <201703041348.v24DmVN4090174@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar  4 13:48:30 2017
New Revision: 435397
URL: https://svnweb.freebsd.org/changeset/ports/435397

Log:
  Update to 0.10
  
  - Add LICENSE
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/IO-YAML/CHANGES

Modified:
  head/devel/p5-IO-YAML/Makefile
  head/devel/p5-IO-YAML/distinfo
  head/devel/p5-IO-YAML/pkg-plist

Modified: head/devel/p5-IO-YAML/Makefile
==============================================================================
--- head/devel/p5-IO-YAML/Makefile	Sat Mar  4 13:48:26 2017	(r435396)
+++ head/devel/p5-IO-YAML/Makefile	Sat Mar  4 13:48:30 2017	(r435397)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	IO-YAML
-PORTVERSION=	0.08
-PORTREVISION=	1
+PORTVERSION=	0.10
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,10 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Read and write YAML streams incrementally
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-IO-stringy>=0:devel/p5-IO-stringy \
-		p5-YAML>=0:textproc/p5-YAML
-RUN_DEPENDS=	p5-IO-stringy>=0:devel/p5-IO-stringy \
-		p5-YAML>=0:textproc/p5-YAML
+		p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	modbuild

Modified: head/devel/p5-IO-YAML/distinfo
==============================================================================
--- head/devel/p5-IO-YAML/distinfo	Sat Mar  4 13:48:26 2017	(r435396)
+++ head/devel/p5-IO-YAML/distinfo	Sat Mar  4 13:48:30 2017	(r435397)
@@ -1,2 +1,3 @@
-SHA256 (IO-YAML-0.08.tar.gz) = 999383444f4c43182fab67c45a908e40b2c3459f13ab050f716f4e24ef7ceb6a
-SIZE (IO-YAML-0.08.tar.gz) = 11970
+TIMESTAMP = 1488568726
+SHA256 (IO-YAML-0.10.tar.gz) = f6890fc82e740125bf7b233b9c3e0cf55526c969ba80fe0e496cc7b22562ad54
+SIZE (IO-YAML-0.10.tar.gz) = 15356

Modified: head/devel/p5-IO-YAML/pkg-plist
==============================================================================
--- head/devel/p5-IO-YAML/pkg-plist	Sat Mar  4 13:48:26 2017	(r435396)
+++ head/devel/p5-IO-YAML/pkg-plist	Sat Mar  4 13:48:30 2017	(r435397)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/IO::YAML.3.gz
 %%SITE_PERL%%/IO/YAML.pm
+%%PERL5_MAN3%%/IO::YAML.3.gz



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