Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2014 05:26:27 +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: r352729 - head/textproc/p5-String-Tokenizer
Message-ID:  <201405010526.s415QRVW061295@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May  1 05:26:27 2014
New Revision: 352729
URL: http://svnweb.freebsd.org/changeset/ports/352729
QAT: https://qat.redports.org/buildarchive/r352729/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here
    - Remove leading indefinite article from COMMENT
    - Remove Author line
  
  PR:		ports/189149
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/textproc/p5-String-Tokenizer/Makefile
  head/textproc/p5-String-Tokenizer/pkg-descr

Modified: head/textproc/p5-String-Tokenizer/Makefile
==============================================================================
--- head/textproc/p5-String-Tokenizer/Makefile	Thu May  1 05:26:22 2014	(r352728)
+++ head/textproc/p5-String-Tokenizer/Makefile	Thu May  1 05:26:27 2014	(r352729)
@@ -7,8 +7,11 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A simple string tokenizer
+MAINTAINER=	5u623l20@gmail.com
+COMMENT=	Simple string tokenizer
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/textproc/p5-String-Tokenizer/pkg-descr
==============================================================================
--- head/textproc/p5-String-Tokenizer/pkg-descr	Thu May  1 05:26:22 2014	(r352728)
+++ head/textproc/p5-String-Tokenizer/pkg-descr	Thu May  1 05:26:27 2014	(r352729)
@@ -14,5 +14,4 @@ tokenization with lexical analysis. A to
 into specific chunks, a lexical analyzer classifies those chunks. 
 Sometimes these two steps are combined, but not here.
 
-Author: stevan little <stevan@iinteractive.com>
 WWW: http://search.cpan.org/dist/String-Tokenizer/



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