diff options
author | krion <krion@FreeBSD.org> | 2004-02-13 17:37:20 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-13 17:37:20 +0800 |
commit | e7b56c33fc4ab4b420843fbbf4a08d7f2a99400a (patch) | |
tree | b9c150958316a37063d943f4f3c0c09e56850245 /textproc/html2text/Makefile | |
parent | 2f64affbc28afc46d02658f5d6840cb1b7c2048e (diff) | |
download | freebsd-ports-gnome-e7b56c33fc4ab4b420843fbbf4a08d7f2a99400a.tar.gz freebsd-ports-gnome-e7b56c33fc4ab4b420843fbbf4a08d7f2a99400a.tar.zst freebsd-ports-gnome-e7b56c33fc4ab4b420843fbbf4a08d7f2a99400a.zip |
- 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/Makefile | 8 |
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/=/+=/' \ |