Received: by mail.netbsd.org (Postfix, from userid 605) id 3444284E76; Mon, 6 Apr 2020 09:30:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B08D984E73 for ; Mon, 6 Apr 2020 09:30:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HczqqZlpEWtp for ; Mon, 6 Apr 2020 09:30:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1A58E84D57 for ; Mon, 6 Apr 2020 09:30:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 146F9FB27; Mon, 6 Apr 2020 09:30:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586165449183440" MIME-Version: 1.0 Date: Mon, 6 Apr 2020 09:30:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/html2text To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200406093049.146F9FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586165449183440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 6 09:30:49 UTC 2020 Modified Files: pkgsrc/textproc/html2text: Makefile Log Message: html2text: update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/html2text/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586165449183440 Content-Disposition: inline Content-Length: 781 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/html2text/Makefile diff -u pkgsrc/textproc/html2text/Makefile:1.20 pkgsrc/textproc/html2text/Makefile:1.21 --- pkgsrc/textproc/html2text/Makefile:1.20 Mon Nov 4 21:43:37 2019 +++ pkgsrc/textproc/html2text/Makefile Mon Apr 6 09:30:48 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/11/04 21:43:37 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2020/04/06 09:30:48 wiz Exp $ DISTNAME= html2text-1.3.2a CATEGORIES= textproc @@ -6,7 +6,7 @@ MASTER_SITES= http://www.mbayer.de/html2 MASTER_SITES+= ${MASTER_SITE_SUNSITE:=apps/www/converters/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.mbayer.de/html2text/ +HOMEPAGE= https://github.com/grobian/html2text COMMENT= Advanced HTML-to-text converter LICENSE= gnu-gpl-v2 --_----------=_1586165449183440--