From nobody@FreeBSD.org  Thu Jul  4 16:15:42 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id E9B5FB02
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Jul 2013 16:15:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id DADB71F53
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Jul 2013 16:15:42 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r64GFg1C066706
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 4 Jul 2013 16:15:42 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r64GFgNj066699;
	Thu, 4 Jul 2013 16:15:42 GMT
	(envelope-from nobody)
Message-Id: <201307041615.r64GFgNj066699@oldred.freebsd.org>
Date: Thu, 4 Jul 2013 16:15:42 GMT
From: Danilo Ega Gondolfo <danilogondolfo@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/p5-HTML-FromText update and take maintainership
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180270
>Category:       ports
>Synopsis:       www/p5-HTML-FromText update and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 04 16:20:00 UTC 2013
>Closed-Date:    Mon Jul 08 18:09:58 UTC 2013
>Last-Modified:  Mon Jul  8 18:20:02 UTC 2013
>Originator:     Danilo Ega Gondolfo
>Release:        FreeBSD 9.1-STABLE
>Organization:
Universidade Estadual de Maring
>Environment:
FreeBSD freebsd 9.1-STABLE FreeBSD 9.1-STABLE #1 r252351: Fri Jun 28 16:22:27 BRT 2013     root@freebsd:/usr/obj/usr/src/sys/PROJETO  amd64
>Description:
Changes
- Updated from 2.05 to 2.06
- Header crop
- Take maintainership
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 322279)
+++ Makefile	(working copy)
@@ -1,18 +1,13 @@
-# 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 \
Index: distinfo
===================================================================
--- distinfo	(revision 322279)
+++ distinfo	(working copy)
@@ -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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jul 4 16:20:07 UTC 2013 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180270 
Responsible-Changed-From-To: perl->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Mon Jul 8 05:18:38 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180270 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Mon Jul 8 18:09:58 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180270 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180270: commit references a PR
Date: Mon,  8 Jul 2013 18:09:57 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
