summaryrefslogtreecommitdiff
path: root/mail/rss2email/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-08-27 04:46:29 +0000
committerschmonz <schmonz@pkgsrc.org>2004-08-27 04:46:29 +0000
commit2e549301c89c882be3b650bc08aa23167ea1fe14 (patch)
tree70b07f9f9d766dfce3501199f74a0749f3f6f9c0 /mail/rss2email/Makefile
parentcbc4a5a727d6e56b9092e0626720e18c1ec6aada (diff)
downloadpkgsrc-2e549301c89c882be3b650bc08aa23167ea1fe14.tar.gz
Update to 2.53 (and to html2text 2.2).
Changes in 2.52: Fixes include better error handling and support for HTML descriptions, Unicode headers, and Python 2.1. The most notable new feature is that textwrapping is back. To turn it on: echo "BODY_WIDTH = 78" >> config.py Other new options include BONUS_HEADER (for mailing lists) and OVERRIDE_FROM. (Check the top of rss2email.py for details on usage.) Thanks to Peter Vangorp, Lars Wizenius, Martin "Joey" Schulze, Ricardo Reyes, and everyone else who contributed a suggestion or bug report. Changes in 2.53: Fix a mistake left in 2.52 by accident.
Diffstat (limited to 'mail/rss2email/Makefile')
-rw-r--r--mail/rss2email/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/rss2email/Makefile b/mail/rss2email/Makefile
index 355aefc8765..4661dd1804a 100644
--- a/mail/rss2email/Makefile
+++ b/mail/rss2email/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/07/07 18:38:12 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2004/08/27 04:46:29 schmonz Exp $
#
DISTNAME= rss2email-${RVER}
@@ -13,8 +13,8 @@ COMMENT= Get RSS feeds emailed to you
DEPENDS+= ${PYPKGPREFIX}-feedparser-[0-9]*:../../textproc/py-feedparser
-RVER= 2.511
-HVER= 2.11
+RVER= 2.53
+HVER= 2.2
SITES_html2text-${HVER}.py= http://www.aaronsw.com/2002/html2text/