From sunpoet@sunpoet.net  Sun Oct  9 23:19:07 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0C0EC1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  9 Oct 2011 23:19:07 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id C255B8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  9 Oct 2011 23:19:06 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 5B3D03AA1; Mon, 10 Oct 2011 07:18:40 +0800 (CST)
Message-Id: <20111009231840.5B3D03AA1@sunpoet.net>
Date: Mon, 10 Oct 2011 07:18:40 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: chifeng@gmail.com
Subject: [PATCH] mail/p5-MIME-Lite-HTML: update to 1.24
X-Send-Pr-Version: 3.113
X-GNATS-Notify: chifeng@gmail.com

>Number:         161450
>Category:       ports
>Synopsis:       [PATCH] mail/p5-MIME-Lite-HTML: update to 1.24
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 09 23:20:14 UTC 2011
>Closed-Date:    Mon Oct 10 04:04:37 UTC 2011
>Last-Modified:  Mon Oct 10 04:10:10 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Update to 1.24
- Add BUILD_DEPENDS
- Remove duplicated PERL_CONFIGURE
- Pet portlint

Changes:	http://search.cpan.org/dist/MIME-Lite-HTML/Changes

Port maintainer (chifeng@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-MIME-Lite-HTML-1.24.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/p5-MIME-Lite-HTML/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	17 Feb 2009 02:56:30 -0000	1.6
+++ Makefile	9 Oct 2011 23:18:24 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MIME-Lite-HTML
-PORTVERSION=	1.23
+PORTVERSION=	1.24
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,14 +14,16 @@
 MAINTAINER=	chifeng@gmail.com
 COMMENT=	Provide routine to transform a HTML page into a MIME mail
 
+BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-MIME-Lite>=1:${PORTSDIR}/mail/p5-MIME-Lite \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-MIME-Lite>=1:${PORTSDIR}/mail/p5-MIME-Lite \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE= yes
-
-PERL_CONFIGURE=	YES
+PERL_CONFIGURE=	yes
 
 MAN3=		MIME::Lite::HTML.3
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/p5-MIME-Lite-HTML/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	3 Jul 2011 13:53:14 -0000	1.5
+++ distinfo	9 Oct 2011 23:18:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (MIME-Lite-HTML-1.23.tar.gz) = f988a57e1617d5129855b9cb7416b29112341be2a40a83e7b725506c5f6220c7
-SIZE (MIME-Lite-HTML-1.23.tar.gz) = 62687
+SHA256 (MIME-Lite-HTML-1.24.tar.gz) = db603ccbf6653bcd28cfa824d72e511ead019fc8afb9f1854ec872db2d3cd8da
+SIZE (MIME-Lite-HTML-1.24.tar.gz) = 63640
--- p5-MIME-Lite-HTML-1.24.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Oct 9 23:21:04 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161450 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Oct 9 23:21:15 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chifeng@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/161450: [PATCH] mail/p5-MIME-Lite-HTML: update to 1.24
Date: Sun, 9 Oct 2011 23:21:10 UT

 Maintainer of mail/p5-MIME-Lite-HTML,
 
 Please note that PR ports/161450 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/161450
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sun Oct 9 23:34:19 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: chifeng <chifeng@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/161450: [PATCH] mail/p5-MIME-Lite-HTML: update to 1.24
Date: Mon, 10 Oct 2011 11:10:32 +0800

 --20cf307abe914a9d2d04aee9228b
 Content-Type: text/plain; charset=ISO-8859-1
 
 that's version upgrade, please commit, thank you.
 
 On Mon, Oct 10, 2011 at 7:21 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of mail/p5-MIME-Lite-HTML,
 >
 > Please note that PR ports/161450 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/161450
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 
 
 -- 
 *Regards.*
 **- Chifeng
 
 --20cf307abe914a9d2d04aee9228b
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 that&#39;s version upgrade, please commit, thank you.<br><br><div class=3D"=
 gmail_quote">On Mon, Oct 10, 2011 at 7:21 AM, Edwin Groothuis <span dir=3D"=
 ltr">&lt;<a href=3D"mailto:edwin@freebsd.org">edwin@freebsd.org</a>&gt;</sp=
 an> wrote:<br>
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex;">Maintainer of mail/p5-MIME-Lite-HTML,<br>
 <br>
 Please note that PR ports/161450 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
  =A0 =A0<a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/16145=
 0" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/161=
 450</a><br>
 <font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></blockquote></div><br><br clear=3D"all"><div><br></div>-- <br><b>Re=
 gards.</b><div><b></b>- Chifeng</div><br>
 
 --20cf307abe914a9d2d04aee9228b--
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Oct 10 04:04:35 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161450: commit references a PR
Date: Mon, 10 Oct 2011 04:04:31 +0000 (UTC)

 sunpoet     2011-10-10 04:04:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/p5-MIME-Lite-HTML Makefile distinfo 
   Log:
   - Update to 1.24
   - Add BUILD_DEPENDS
   - Remove duplicated PERL_CONFIGURE
   - Pet portlint
   
   Changes:        http://search.cpan.org/dist/MIME-Lite-HTML/Changes
   PR:             ports/161450
   Submitted by:   sunpoet (myself)
   Approved by:    chifeng <chifeng@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.7       +6 -4      ports/mail/p5-MIME-Lite-HTML/Makefile
   1.6       +2 -2      ports/mail/p5-MIME-Lite-HTML/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
