Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2014 09:41:39 +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: r352788 - head/textproc/p5-Parse-Flex
Message-ID:  <201405020941.s429fdEl058791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May  2 09:41:39 2014
New Revision: 352788
URL: http://svnweb.freebsd.org/changeset/ports/352788
QAT: https://qat.redports.org/buildarchive/r352788/

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

Modified:
  head/textproc/p5-Parse-Flex/Makefile
  head/textproc/p5-Parse-Flex/pkg-descr

Modified: head/textproc/p5-Parse-Flex/Makefile
==============================================================================
--- head/textproc/p5-Parse-Flex/Makefile	Fri May  2 09:41:34 2014	(r352787)
+++ head/textproc/p5-Parse-Flex/Makefile	Fri May  2 09:41:39 2014	(r352788)
@@ -7,9 +7,11 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	The Fastest Lexer in the West
 
+LICENSE=	GPLv3
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/textproc/p5-Parse-Flex/pkg-descr
==============================================================================
--- head/textproc/p5-Parse-Flex/pkg-descr	Fri May  2 09:41:34 2014	(r352787)
+++ head/textproc/p5-Parse-Flex/pkg-descr	Fri May  2 09:41:39 2014	(r352788)
@@ -14,5 +14,4 @@ The grammar.l file requires the same syn
 actions are written in C . See the flex(1) documentation to learn the 
 syntax, or fetch the sample t/grammar.l file inside this package.
 
-Author: Ioannis Tambouras <ioannis@earthlink.net>
 WWW: http://search.cpan.org/dist/Parse-Flex/



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