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

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

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

Modified:
  head/textproc/p5-Text-Decorator/Makefile
  head/textproc/p5-Text-Decorator/pkg-descr

Modified: head/textproc/p5-Text-Decorator/Makefile
==============================================================================
--- head/textproc/p5-Text-Decorator/Makefile	Thu May  1 05:26:17 2014	(r352727)
+++ head/textproc/p5-Text-Decorator/Makefile	Thu May  1 05:26:22 2014	(r352728)
@@ -7,12 +7,15 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Apply a chain of filters to text
 
-BUILD_DEPENDS=	p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \
-		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
-		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
+		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
+		p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5

Modified: head/textproc/p5-Text-Decorator/pkg-descr
==============================================================================
--- head/textproc/p5-Text-Decorator/pkg-descr	Thu May  1 05:26:17 2014	(r352727)
+++ head/textproc/p5-Text-Decorator/pkg-descr	Thu May  1 05:26:22 2014	(r352728)
@@ -3,7 +3,4 @@ formats by applying a chain of filters. 
 filter which will cause URIs in text to be presented as links if the text 
 is exported as HTML.
 
-Author:	Simon Cozens
-	Tony Bowden <bug-Text-Decorator@rt.cpan.org>
-
 WWW: http://search.cpan.org/dist/Text-Decorator/



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