Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2009 05:30:03 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:  <200910070530.n975U3WV033177@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@gmail.com, linimon@freebsd.org
Subject: Re: ports/139383: [patch] port mail/rss2email fails for certain feeds
Date: Wed, 7 Oct 2009 07:26:07 +0200

 --SUOF0GtieIMvvwua
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Have you tried the example feed. The problem persists with the unpatched latest
 version (2.65). I have attached another patch that applies cleanly and works
 fine for me.
 
 Please check this issue again.
 
 --SUOF0GtieIMvvwua
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="mail-rss2email.diff"
 
 diff -ruN mail/rss2email.orig/Makefile mail/rss2email/Makefile
 --- mail/rss2email.orig/Makefile	2009-10-06 19:50:12.000000000 +0200
 +++ mail/rss2email/Makefile	2009-10-07 07:19: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:c\.type:c.get('type',''):"\
 +		${WRKSRC}/rss2email.py
  
  do-install:
  	@${INSTALL} -d ${DATADIR}/
 
 --SUOF0GtieIMvvwua--



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