[Midnightbsd-cvs] mports [22594] trunk/textproc/html2text: modernize a bit

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 27 19:08:35 EDT 2017


Revision: 22594
          http://svnweb.midnightbsd.org/mports/?rev=22594
Author:   laffer1
Date:     2017-09-27 19:08:34 -0400 (Wed, 27 Sep 2017)
Log Message:
-----------
modernize a bit

Modified Paths:
--------------
    trunk/textproc/html2text/Makefile
    trunk/textproc/html2text/distinfo
    trunk/textproc/html2text/pkg-descr

Modified: trunk/textproc/html2text/Makefile
===================================================================
--- trunk/textproc/html2text/Makefile	2017-09-27 23:05:16 UTC (rev 22593)
+++ trunk/textproc/html2text/Makefile	2017-09-27 23:08:34 UTC (rev 22594)
@@ -3,22 +3,20 @@
 PORTNAME=	html2text
 PORTVERSION=	1.3.2a
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_SUNSITE} \
-		http://userpage.fu-berlin.de/~mbayer/tools/
-MASTER_SITE_SUBDIR=	apps/www/converters
+MASTER_SITES=	SUNSITE/apps/www/converters \
+		http://www.mbayer.de/html2text/downloads/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Converts HTML documents into plain text
+
 LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 HAS_CONFIGURE=	yes
 MAKE_ARGS=	CXX="${CXX}"
 
-MANCOMPRESSED=	yes
-MAN1=		html2text.1
-MAN5=		html2textrc.5
 PORTDOCS=	CHANGES CREDITS KNOWN_BUGS README TODO
-PLIST_FILES=	bin/html2text
+PLIST_FILES=	bin/html2text man/man1/html2text.1.gz man/man5/html2textrc.5.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e '/echo=/s/ -e//' ${WRKSRC}/configure

Modified: trunk/textproc/html2text/distinfo
===================================================================
--- trunk/textproc/html2text/distinfo	2017-09-27 23:05:16 UTC (rev 22593)
+++ trunk/textproc/html2text/distinfo	2017-09-27 23:08:34 UTC (rev 22594)
@@ -1,3 +1,2 @@
 SHA256 (html2text-1.3.2a.tar.gz) = 000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392
-RMD160 (html2text-1.3.2a.tar.gz) = 2771c52ea3ff6c97a13d6171839e61bb19226311
 SIZE (html2text-1.3.2a.tar.gz) = 130088

Modified: trunk/textproc/html2text/pkg-descr
===================================================================
--- trunk/textproc/html2text/pkg-descr	2017-09-27 23:05:16 UTC (rev 22593)
+++ trunk/textproc/html2text/pkg-descr	2017-09-27 23:08:34 UTC (rev 22594)
@@ -11,6 +11,4 @@
 "reasonably".  The rendering  is  largely customisable  through an  RC
 file.
 
-WWW: http://userpage.fu-berlin.de/~mbayer/tools/html2text.html
-
-- Simon 'corecode' Schubert
+WWW: http://www.mbayer.de/html2text/



More information about the Midnightbsd-cvs mailing list