Received: by mail.netbsd.org (Postfix, from userid 605) id BD8F584D7D; Tue, 24 Dec 2019 20:22:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 46E7484D68 for ; Tue, 24 Dec 2019 20:22:18 +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 J7c82WIgccFr for ; Tue, 24 Dec 2019 20:22:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D329484CE2 for ; Tue, 24 Dec 2019 20:22:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6CE7FA97; Tue, 24 Dec 2019 20:22:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15772189379370" MIME-Version: 1.0 Date: Tue, 24 Dec 2019 20:22:17 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/www/pound To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20191224202217.C6CE7FA97@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. --_----------=_15772189379370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Tue Dec 24 20:22:17 UTC 2019 Modified Files: pkgsrc/www/pound: Makefile Log Message: Update HOMEPAGE. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/pound/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15772189379370 Content-Disposition: inline Content-Length: 711 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/pound/Makefile diff -u pkgsrc/www/pound/Makefile:1.14 pkgsrc/www/pound/Makefile:1.15 --- pkgsrc/www/pound/Makefile:1.14 Mon Sep 9 09:08:07 2019 +++ pkgsrc/www/pound/Makefile Tue Dec 24 20:22:17 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/09/09 09:08:07 nia Exp $ +# $NetBSD: Makefile,v 1.15 2019/12/24 20:22:17 schmonz Exp $ DISTNAME= Pound-2.8 PKGNAME= ${DISTNAME:S/Pound/pound/} @@ -8,7 +8,7 @@ MASTER_SITES= http://www.apsis.ch/pound/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.apsis.ch/pound/ +HOMEPAGE= https://www.apsis.ch/pound.html COMMENT= Reverse proxy, load balancer and HTTPS front-end LICENSE= gnu-gpl-v3 --_----------=_15772189379370--