Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2014 05:26:17 +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: r352727 - head/textproc/p5-Text-EtText
Message-ID:  <201405010526.s415QHKb061106@svn.freebsd.org>

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

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

Modified:
  head/textproc/p5-Text-EtText/Makefile

Modified: head/textproc/p5-Text-EtText/Makefile
==============================================================================
--- head/textproc/p5-Text-EtText/Makefile	Thu May  1 05:26:12 2014	(r352726)
+++ head/textproc/p5-Text-EtText/Makefile	Thu May  1 05:26:17 2014	(r352727)
@@ -8,10 +8,13 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A simple plain-text to HTML converter
+MAINTAINER=	5u623l20@gmail.com
+COMMENT=	Simple plain-text to HTML converter
 
-BUILD_DEPENDS=	p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5



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