From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 26 23:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA2821065676 for ; Sat, 26 Sep 2009 23:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA8748FC0C for ; Sat, 26 Sep 2009 23:40:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8QNe1K6090375 for ; Sat, 26 Sep 2009 23:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8QNe1Qf090374; Sat, 26 Sep 2009 23:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 26 Sep 2009 23:40:01 GMT Resent-Message-Id: <200909262340.n8QNe1Qf090374@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Timothy Beyer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B65191065676 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org Cc: Timothy Beyer Subject: ports/139164: update port: mail/rss2email to version 2.65 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2009 23:40:02 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 26 23:40:01 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted: