svn commit: r355211 - head/devel/p5-Iterator-IO

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:40:26 UTC 2014


Author: sunpoet
Date: Sun May 25 12:40:25 2014
New Revision: 355211
URL: http://svnweb.freebsd.org/changeset/ports/355211
QAT: https://qat.redports.org/buildarchive/r355211/

Log:
  - Add LICENSE
  - Fix WWW
  - Pass maintainership to submitter
  
  PR:		ports/189576
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/devel/p5-Iterator-IO/Makefile
  head/devel/p5-Iterator-IO/pkg-descr

Modified: head/devel/p5-Iterator-IO/Makefile
==============================================================================
--- head/devel/p5-Iterator-IO/Makefile	Sun May 25 12:40:20 2014	(r355210)
+++ head/devel/p5-Iterator-IO/Makefile	Sun May 25 12:40:25 2014	(r355211)
@@ -7,9 +7,12 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Filesystem and stream iterators
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Iterator>=0:${PORTSDIR}/devel/p5-Iterator
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/devel/p5-Iterator-IO/pkg-descr
==============================================================================
--- head/devel/p5-Iterator-IO/pkg-descr	Sun May 25 12:40:20 2014	(r355210)
+++ head/devel/p5-Iterator-IO/pkg-descr	Sun May 25 12:40:25 2014	(r355211)
@@ -1,4 +1,4 @@
 This module provides filesystem and stream iterator functions. See the 
 Iterator module for more information about how to use iterators.
 
-WWW: http://search.cpan.org/dist/Iterator-DBI/
+WWW: http://search.cpan.org/dist/Iterator-IO/


More information about the svn-ports-all mailing list