Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Dec 2010 04:29:40 GMT
From:      Chifeng Qu <chifeng@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153574: [MAINTAINER-UPDATE] mail/rss2email update to 2.70
Message-ID:  <201012310429.oBV4TeN9018349@red.freebsd.org>
Resent-Message-ID: <201012310430.oBV4UBFI072692@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153574
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] mail/rss2email update to 2.70
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 31 04:30:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chifeng Qu
>Release:        FreeBSD 7.2-RELEASE-p7
>Organization:
zynga
>Environment:
FreeBSD xwsg2.xiakeweb.com 7.2-RELEASE-p7 FreeBSD 7.2-RELEASE-p7 #0: Wed Mar 31 13:39:15 CST 2010     root@xwsg2.xiakeweb.com:/usr/obj/usr/src/sys/XIAKEWEB  amd64
>Description:
mail/rss2email update to 2.70, please commit, thanks.
>How-To-Repeat:
NONE.
>Fix:
apply this patch.

Patch attached with submission follows:

diff -ruN rss2email.bak/Makefile rss2email/Makefile
--- rss2email.bak/Makefile	2010-12-27 16:21:15.000000000 +0800
+++ rss2email/Makefile	2010-12-31 12:15:46.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rss2email
-PORTVERSION=	2.69
+PORTVERSION=	2.70
 CATEGORIES=	mail python
 MASTER_SITES=	http://www.allthingsrss.com/rss2email/
 
@@ -20,7 +20,7 @@
 NO_BUILD=	yes
 PLIST_FILES=	bin/r2e %%DATADIR%%/${PORTNAME}.py
 PLIST_DIRS=	%%DATADIR%%
-PORTEXAMPLES=	config.py
+PORTEXAMPLES=	config.py.example
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|@PYTHONCMD@|${PYTHON_CMD}|;s|@DATADIR@|${DATADIR}|'\
@@ -34,7 +34,7 @@
 	@${INSTALL_SCRIPT} ${WRKSRC}/r2e ${PREFIX}/bin/
 .ifndef NOPORTEXAMPLES
 	@${INSTALL} -d ${EXAMPLESDIR}/
-	@${INSTALL_DATA} ${WRKSRC}/config.py ${EXAMPLESDIR}/
+	@${INSTALL_DATA} ${WRKSRC}/config.py.example ${EXAMPLESDIR}/
 .endif
 
 .include <bsd.port.mk>
diff -ruN rss2email.bak/distinfo rss2email/distinfo
--- rss2email.bak/distinfo	2010-12-27 16:21:15.000000000 +0800
+++ rss2email/distinfo	2010-12-31 10:59:45.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (rss2email-2.69.tar.gz) = 5287e90f47401d141abbd133e0d0a235f69ef17104b2f6ceba7f951e3d533f98
-SIZE (rss2email-2.69.tar.gz) = 57649
+SHA256 (rss2email-2.70.tar.gz) = 3882be0c87e3fca7c66ca006ba7311293da737a7e6ee128844422140a4fa6835
+SIZE (rss2email-2.70.tar.gz) = 57961


>Release-Note:
>Audit-Trail:
>Unformatted:



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