svn commit: r355184 - head/devel/p5-Stream

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


Author: sunpoet
Date: Sun May 25 12:38:14 2014
New Revision: 355184
URL: http://svnweb.freebsd.org/changeset/ports/355184
QAT: https://qat.redports.org/buildarchive/r355184/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here, remove Author line
  
  PR:		ports/189545
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/devel/p5-Stream/Makefile
  head/devel/p5-Stream/pkg-descr

Modified: head/devel/p5-Stream/Makefile
==============================================================================
--- head/devel/p5-Stream/Makefile	Sun May 25 12:38:09 2014	(r355183)
+++ head/devel/p5-Stream/Makefile	Sun May 25 12:38:14 2014	(r355184)
@@ -7,9 +7,11 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Generic stream classes for Perl
 
+LICENSE=	BSD3CLAUSE
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Stream/pkg-descr
==============================================================================
--- head/devel/p5-Stream/pkg-descr	Sun May 25 12:38:09 2014	(r355183)
+++ head/devel/p5-Stream/pkg-descr	Sun May 25 12:38:14 2014	(r355184)
@@ -1,4 +1,3 @@
 A generic set of Stream classes for Perl.
 
-Author: Gary Howland
 WWW: http://search.cpan.org/dist/Stream/


More information about the svn-ports-all mailing list