From owner-svn-ports-all@FreeBSD.ORG Thu May 1 05:26:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17DE562B; Thu, 1 May 2014 05:26:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E17531B3B; Thu, 1 May 2014 05:26:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s415QMPY061202; Thu, 1 May 2014 05:26:22 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s415QMro061200; Thu, 1 May 2014 05:26:22 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405010526.s415QMro061200@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 May 2014 05:26:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352728 - head/textproc/p5-Text-Decorator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 05:26:23 -0000 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 - WWW: http://search.cpan.org/dist/Text-Decorator/