svn commit: r352728 - head/textproc/p5-Text-Decorator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 1 05:26:23 UTC 2014


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 at 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 at FreeBSD.org
+MAINTAINER=	5u623l20 at 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 at rt.cpan.org>
-
 WWW: http://search.cpan.org/dist/Text-Decorator/


More information about the svn-ports-all mailing list