From beyert@cs.ucr.edu  Sat Sep 26 23:32:59 2009
Return-Path: <beyert@cs.ucr.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B65191065676
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Sep 2009 23:32:59 +0000 (UTC)
	(envelope-from beyert@cs.ucr.edu)
Received: from sentoku.ucr.edu (sentoku.ucr.edu [138.23.214.80])
	by mx1.freebsd.org (Postfix) with ESMTP id 9FD498FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Sep 2009 23:32:59 +0000 (UTC)
Received: from aeonserv.aeonnet (cpe-76-90-217-240.socal.res.rr.com [76.90.217.240])
	by sentoku.ucr.edu (MOS 3.10.5-GA)
	with ESMTP id JGS03806 (AUTH tbeye001);
	Sat, 26 Sep 2009 16:32:59 -0700 (PDT)
Message-Id: <87eiptjn57.wl%beyert@cs.ucr.edu>
Date: Sat, 26 Sep 2009 16:34:44 -0700
From: Timothy Beyer <beyert@cs.ucr.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Timothy Beyer <beyert@cs.ucr.edu>
Subject: update port: mail/rss2email to version 2.65

>Number:         139164
>Category:       ports
>Synopsis:       update port: mail/rss2email to version 2.65
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 26 23:40:01 UTC 2009
>Closed-Date:    Sun Sep 27 11:52:24 UTC 2009
>Last-Modified:  Sun Sep 27 11:52:24 UTC 2009
>Originator:     Timothy Beyer
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
no organization
>Environment:
System: FreeBSD aeonserv.aeonnet 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Thu Sep 24 02:00:22 PDT 2009     root@aeonserv.aeonnet:/usr/src/sys/i386/compile/CUSTOM  i386

>Description:
These patches make the following changes:

-Updates rss2email to the latest version (this upgrade is important, as older versions such as 2.61 give annoying warnings when run in python 2.6, whereas the author fixed this problem in recent versions)
-Makes according changes to distinfo
-adds patch for files/ path, (files/patch-rss2email.py) needed for current version

>How-To-Repeat:
    I need to upload the tarball "rss2email-2.65.tar.bz2" to "http://bsd.cenkes.org/myports/" (a custom tarball was used in past versions, presumably because rss2email.py is not versioned.  Therefore, I have continued this).  If anyone can me in contact with someone running a FreeBSD distfile mirror such as cenkes, I would appreciate it.

    -Apply the patches
    -I will upload the custom tarball "rss2email-2.65.tar.bz2" as appropriate
>Fix:
    The included patches

--- Makefile.diff begins here ---
--- Makefile.orig	2009-02-17 03:38:15.000000000 -0800
+++ Makefile	2009-08-28 20:28:51.000000000 -0700
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rss2email
-PORTVERSION=	2.61
+PORTVERSION=	2.65
 CATEGORIES=	mail python
 MASTER_SITES=	CENKES
 # http://rss2email.infogami.com/rss2email.py
--- Makefile.diff ends here ---

--- distinfo.diff begins here ---
--- distinfo.orig	2007-12-13 00:47:16.000000000 -0800
+++ distinfo	2009-08-28 20:32:40.000000000 -0700
@@ -1,3 +1,3 @@
-MD5 (rss2email-2.61.tar.bz2) = 9abe3b85ff59188209b60cc754e25b98
-SHA256 (rss2email-2.61.tar.bz2) = 3ec9c4b338f0b739b525bfa0b55a5148d6adccef51ae89999f6bebdf8fb2c1a1
-SIZE (rss2email-2.61.tar.bz2) = 10802
+MD5 (rss2email-2.65.tar.bz2) = 1212e0f6d6d39901157624edbe7f7000
+SHA256 (rss2email-2.65.tar.bz2) = c5bc4bf87c88bafecea8a8b6abadb09830a2de8ec27a71f9cd40689815775b74
+SIZE (rss2email-2.65.tar.bz2) = 10859
--- distinfo.diff ends here ---

--- files/patch-rss2email.py begins here ---
--- rss2email.py.orig	2009-01-05 11:15:15.000000000 -0800
+++ rss2email.py	2009-08-28 17:12:10.000000000 -0700
@@ -254,8 +254,7 @@
 try:
 	import fcntl
 # A pox on SunOS file locking methods	
-	if (sys.platform.find('sunos') == -1): 
-		unix = 1
+	unix = 1
 except:
 	pass
 		
@@ -270,6 +269,7 @@
 import feedparser
 feedparser.USER_AGENT = "rss2email/"+__version__+ " +http://www.aaronsw.com/2002/rss2email/"
 
+sys.path.append("@LOCALBASE@/share/html2text")
 import html2text as h2t
 
 h2t.UNICODE_SNOB = UNICODE_SNOB
--- files/patch-rss2email.py ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Sep 26 23:40:11 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chifeng@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/139164: update port: mail/rss2email to version 2.65
Date: Sat, 26 Sep 2009 23:40:09 UT

 Maintainer of mail/rss2email,
 
 Please note that PR ports/139164 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/139164
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Timothy Beyer <beyert@cs.ucr.edu>
To: chifeng <chifeng@gmail.com>
Cc: bug-followup@freebsd.org, beyert@cs.ucr.edu
Subject: Re: ports/139164: update port: mail/rss2email to version 2.65
Date: Sun, 27 Sep 2009 00:47:34 -0700

 At Sun, 27 Sep 2009 15:28:01 +0800,
 chifeng wrote:
 > 
 > Hi Timothy,
 > I have already sent a PR for this ports, sorry for delay update and thank you for
 > your submit!
 > 
 > Hi Committer,
 > Can you close this ticket and commit this PR pr=ports/139172, thanks you very much!
 > 
 > new PR.
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=139172
 > 
 > Chifeng
 
 Chifeng,
 
 Great, glad to see the update.
 
 Regards,
 Tim

From: chifeng <chifeng@gmail.com>
To: bug-followup@freebsd.org
Cc: beyert@cs.ucr.edu
Subject: Re: ports/139164: update port: mail/rss2email to version 2.65
Date: Sun, 27 Sep 2009 15:28:01 +0800

 --001636e0b9c60518e504748a1f41
 Content-Type: text/plain; charset=ISO-8859-1
 
 Hi Timothy,
 I have already sent a PR for this ports, sorry for delay update and thank
 you for your submit!
 
 Hi Committer,
 Can you close this ticket and commit this PR pr=ports/139172, thanks you
 very much!
 
 new PR.
 http://www.freebsd.org/cgi/query-pr.cgi?pr=139172
 
 Chifeng
 
 
 
 On Sun, Sep 27, 2009 at 7:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of mail/rss2email,
 >
 > Please note that PR ports/139164 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/139164
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 
 
 -- 
 regards.
 chifeng
 
 --001636e0b9c60518e504748a1f41
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Hi Timothy, <br>I have already sent a PR for this ports, sorry for delay up=
 date and thank you for your submit!<br><br>Hi Committer,<br>Can you close t=
 his ticket and commit this PR pr=3Dports/139172, thanks you very much!<br>
 <br>new PR.<br><a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3D1391=
 72" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3D139172</=
 a><br><br>Chifeng<br><br><br><br><div class=3D"gmail_quote">On Sun, Sep 27,=
  2009 at 7:40 AM, Edwin Groothuis <span dir=3D"ltr">&lt;<a href=3D"mailto:e=
 dwin@freebsd.org" target=3D"_blank">edwin@freebsd.org</a>&gt;</span> wrote:=
 <br>
 
 <blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Maintainer of mai=
 l/rss2email,<br>
 <br>
 Please note that PR ports/139164 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/13916=
 4" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/139=
 164</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"><br>-- <br>regards.<br>chif=
 eng<br>
 
 --001636e0b9c60518e504748a1f41--
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Sep 27 11:51:54 UTC 2009 
State-Changed-Why:  
See ports/139172. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139164 
>Unformatted:
