View | Details | Raw Unified | Return to bug 62390
Collapse All | Expand All

(-)html2text/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	html2text
8
PORTNAME=	html2text
9
PORTVERSION=	1.3.1
9
PORTVERSION=	1.3.2
10
CATEGORIES=	textproc
10
CATEGORIES=	textproc
11
MASTER_SITES=	http://userpage.fu-berlin.de/~mbayer/tools/ \
11
MASTER_SITES=	http://userpage.fu-berlin.de/~mbayer/tools/ \
12
		ftp://ftp.ibiblio.org/pub/linux/apps/www/converters/
12
		ftp://ftp.ibiblio.org/pub/linux/apps/www/converters/
(-)html2text/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (html2text-1.3.1.tar.gz) = faa3eaeb062540e72d251d6c3fa6cc71
1
MD5 (html2text-1.3.2.tar.gz) = 14b091c7c5cb5c3bc2ce19298a0c0e27
2
SIZE (html2text-1.3.2.tar.gz) = 131336
(-)html2text/files/patch-format.C (+19 lines)
Added Link Here
1
--- format.C	Mon Jul 29 20:12:13 2002
2
+++ format.C	Thu Feb  5 22:47:07 2004
3
@@ -34,7 +34,7 @@
4
  /***************************************************************************/
5
 
6
 
7
-#include <strstream.h>
8
+#include <strstream>
9
 
10
 #include <stdlib.h>
11
 #include <ctype.h>
12
@@ -50,6 +50,7 @@
13
 
14
 using std::endl;
15
 using std::flush;
16
+using std::ostrstream;
17
 
18
 #ifndef nelems
19
 #define nelems(array) (sizeof(array) / sizeof((array)[0]))

Return to bug 62390