summaryrefslogtreecommitdiff
path: root/textproc/html2text/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-13 09:37:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-13 09:37:20 +0000
commit52168317e247ec826988d7f6116ea1a42ed3e076 (patch)
tree633d957fe8531ea201bc90be512680f058898146 /textproc/html2text/Makefile
parentIf you attempt to send an ICMP echo to a host on the same ethernet (diff)
- Update to 1.3.2 and unbreak on 5.x
- Switch maintainer to ports@FreeBSD.org PR: ports/62390 Submitted by: hrs
Diffstat (limited to 'textproc/html2text/Makefile')
-rw-r--r--textproc/html2text/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile
index dd2cdec7f170..708bdd926b80 100644
--- a/textproc/html2text/Makefile
+++ b/textproc/html2text/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= html2text
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.2
CATEGORIES= textproc
MASTER_SITES= http://userpage.fu-berlin.de/~mbayer/tools/ \
ftp://ftp.ibiblio.org/pub/linux/apps/www/converters/
-MAINTAINER= corecode@corecode.ath.cx
+MAINTAINER= ports@FreeBSD.org
COMMENT= Converts HTML documents into plain text
USE_REINPLACE= yes
@@ -25,10 +25,6 @@ DOCS= CHANGES COPYING CREDITS KNOWN_BUGS README TODO
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502000
-BROKEN= "Does not compile"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e '/echo=/s/ -e//' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^DEBUG/s/^/#/; /^CXXFLAGS/s/=/+=/' \