pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/rss2html Update rss2html to 0.8.2. Patch p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab0263f29e81
branches:  trunk
changeset: 522421:ab0263f29e81
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 09 02:05:24 2006 +0000

description:
Update rss2html to 0.8.2.  Patch provided by maintainer in PR 35215.

This new release adds support for libcurl. This fixes a problem in chunked encoding.
And adds https support.

diffstat:

 converters/rss2html/Makefile |  5 +++--
 converters/rss2html/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 4e0ca3a78d67 -r ab0263f29e81 converters/rss2html/Makefile
--- a/converters/rss2html/Makefile      Sat Dec 09 01:59:54 2006 +0000
+++ b/converters/rss2html/Makefile      Sat Dec 09 02:05:24 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2006/02/19 20:49:11 recht Exp $
+# $NetBSD: Makefile,v 1.12 2006/12/09 02:05:24 obache Exp $
 #
 
-DISTNAME=              rss2html-0.8
+DISTNAME=              rss2html-0.8.2
 CATEGORIES=            converters
 MASTER_SITES=          http://cvs.nopcode.org/ftp/rss2html/ \
                        ftp://ftp.nopcode.org/prj/rss2html/
@@ -19,4 +19,5 @@
 LIBS.SunOS+=           -lnsl -lsocket
 MAKE_ENV+=             LIBS=${LIBS:M*:Q}
 
+.include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4e0ca3a78d67 -r ab0263f29e81 converters/rss2html/distinfo
--- a/converters/rss2html/distinfo      Sat Dec 09 01:59:54 2006 +0000
+++ b/converters/rss2html/distinfo      Sat Dec 09 02:05:24 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2006/02/19 20:49:11 recht Exp $
+$NetBSD: distinfo,v 1.10 2006/12/09 02:05:24 obache Exp $
 
-SHA1 (rss2html-0.8.tar.gz) = 4d463d8c1d832a069dfa2b0425dc22ef00e7e352
-RMD160 (rss2html-0.8.tar.gz) = 13014935c077a0c81479559888bac7eebcd8ba5c
-Size (rss2html-0.8.tar.gz) = 25584 bytes
+SHA1 (rss2html-0.8.2.tar.gz) = d1dedf12dfba3c6bcb5985e0c1b6d738b6653516
+RMD160 (rss2html-0.8.2.tar.gz) = e49889110da91661c9d8ab4d22c98493a45483b5
+Size (rss2html-0.8.2.tar.gz) = 26582 bytes



Home | Main Index | Thread Index | Old Index