Received: by mail.netbsd.org (Postfix, from userid 605) id 8DB0084D44; Thu, 18 Mar 2021 10:03:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C628D84D0F for ; Thu, 18 Mar 2021 10:03:37 +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 B0SC2-ByqkCQ for ; Thu, 18 Mar 2021 10:03:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2893E84C86 for ; Thu, 18 Mar 2021 10:03:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21B6AFA95; Thu, 18 Mar 2021 10:03:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161606181759670" MIME-Version: 1.0 Date: Thu, 18 Mar 2021 10:03:37 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/comms/kermit To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20210318100337.21B6AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161606181759670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Thu Mar 18 10:03:37 UTC 2021 Modified Files: pkgsrc/comms/kermit: Makefile Log Message: Switch HOMEPAGE to HTTPS. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 pkgsrc/comms/kermit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161606181759670 Content-Disposition: inline Content-Length: 800 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/kermit/Makefile diff -u pkgsrc/comms/kermit/Makefile:1.94 pkgsrc/comms/kermit/Makefile:1.95 --- pkgsrc/comms/kermit/Makefile:1.94 Sun Oct 4 13:40:48 2020 +++ pkgsrc/comms/kermit/Makefile Thu Mar 18 10:03:36 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2020/10/04 13:40:48 gdt Exp $ +# $NetBSD: Makefile,v 1.95 2021/03/18 10:03:36 fcambus Exp $ DISTNAME= cku302 PKGNAME= kermit-9.0.302 @@ -7,7 +7,7 @@ CATEGORIES= comms MASTER_SITES= ftp://ftp.kermitproject.org/kermit/archives/ MAINTAINER= gdt@NetBSD.org -HOMEPAGE= http://www.kermitproject.org/ +HOMEPAGE= https://www.kermitproject.org/ COMMENT= Network and serial communication, file transfer, and scripting utility # UNIX C-Kermit 9.0 has been released with the Revised 3-Clause BSD License. --_----------=_161606181759670--