Date: Mon, 8 Jul 2013 18:09:49 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322525 - head/www/p5-HTML-FromText Message-ID: <201307081809.r68I9nbo063424@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Mon Jul 8 18:09:49 2013 New Revision: 322525 URL: http://svnweb.freebsd.org/changeset/ports/322525 Log: - Update to 2.06 [1] - Trim Makefile's header [1] - Pass maintainership to submitter [1] - Add LICENSE (Artistic 1 & GPL 1) - Add minimum version number for dependencies - Remove dependency on Exporter::Lite (only Exporter is required and is in base) Changes: http://search.cpan.org/dist/HTML-FromText/Changes PR: ports/180270 [1] Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Modified: head/www/p5-HTML-FromText/Makefile head/www/p5-HTML-FromText/distinfo Modified: head/www/p5-HTML-FromText/Makefile ============================================================================== --- head/www/p5-HTML-FromText/Makefile Mon Jul 8 17:44:07 2013 (r322524) +++ head/www/p5-HTML-FromText/Makefile Mon Jul 8 18:09:49 2013 (r322525) @@ -1,23 +1,20 @@ -# New ports collection makefile for: HTML::FromText -# Date created: 04 November 2002 -# Whom: Seamus Venasse <svenasse@polaris.ca> -# +# Created by: Seamus Venasse <svenasse@polaris.ca> # $FreeBSD$ -# PORTNAME= HTML-FromText -PORTVERSION= 2.05 -PORTREVISION= 1 +PORTVERSION= 2.06 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= Mark up text as HTML -BUILD_DEPENDS= p5-Email-Find>=0:${PORTSDIR}/mail/p5-Email-Find \ - p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Email-Find>=0.09:${PORTSDIR}/mail/p5-Email-Find \ + p5-HTML-Parser>=1.26:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/www/p5-HTML-FromText/distinfo ============================================================================== --- head/www/p5-HTML-FromText/distinfo Mon Jul 8 17:44:07 2013 (r322524) +++ head/www/p5-HTML-FromText/distinfo Mon Jul 8 18:09:49 2013 (r322525) @@ -1,2 +1,2 @@ -SHA256 (HTML-FromText-2.05.tar.gz) = 6510e5c817aae9c1414e418fa853daa7f9835736df60a658db6fd1c65ad0a15e -SIZE (HTML-FromText-2.05.tar.gz) = 13875 +SHA256 (HTML-FromText-2.06.tar.gz) = 9721d18a2f9bef1a848712d61260728225784e5c76987a5e90e15bfa754191f9 +SIZE (HTML-FromText-2.06.tar.gz) = 23572
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081809.r68I9nbo063424>