Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2009 18:40:04 GMT
From:      Tobias Rehbein <tobias.rehbein@web.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/139383: [patch] port mail/rss2email fails for certain feeds
Message-ID:  <200910131840.n9DIe4Jd017489@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/139383; it has been noted by GNATS.

From: Tobias Rehbein <tobias.rehbein@web.de>
To: bug-followup@freebsd.org
Cc: chifeng <chifeng@gmail.com>
Subject: Re: ports/139383: [patch] port mail/rss2email fails for certain feeds
Date: Tue, 13 Oct 2009 20:30:08 +0200

 --3uo+9/B/ebqu+fSQ
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Am Wed, Oct 07, 2009 at 02:12:23AM +0000 schrieb linimon@freebsd.org:
 > State-Changed-From-To: feedback->closed
 > State-Changed-By: linimon
 > State-Changed-When: Wed Oct 7 02:11:59 UTC 2009
 > State-Changed-Why: 
 > apparently fixed with upgrade to latest version.
 
 As stated this is persistent bug even with the latest version in ports. Here is
 another patch fixing this issue. This is cleaner than the latest version.
 
 
 
 --3uo+9/B/ebqu+fSQ
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="mail-rss2email.diff"
 
 diff -ruN rss2email.orig/Makefile rss2email/Makefile
 --- rss2email.orig/Makefile	2009-09-30 16:05:17.000000000 +0200
 +++ rss2email/Makefile	2009-10-12 09:17:39.000000000 +0200
 @@ -7,6 +7,7 @@
  
  PORTNAME=	rss2email
  PORTVERSION=	2.65
 +PORTREVISION=	1
  CATEGORIES=	mail python
  MASTER_SITES=	http://www.chifeng.name/dist/rss2email/
  
 @@ -27,6 +28,8 @@
  post-patch:
  	@${REINPLACE_CMD} -e 's|@PYTHONCMD@|${PYTHON_CMD}|;s|@DATADIR@|${DATADIR}|'\
  		${WRKSRC}/r2e
 +	@${REINPLACE_CMD} -e "s|\([^[:alnum:]]\)c.type\([^[:alnum:]]\)|\1c.get('type','')\2|"\
 +		${WRKSRC}/rss2email.py
  
  do-install:
  	@${INSTALL} -d ${DATADIR}/
 
 --3uo+9/B/ebqu+fSQ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910131840.n9DIe4Jd017489>