Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7CBEC84EF3 for ; Sat, 23 Dec 2023 01:59:44 +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 etM8Gl9gQLZV for ; Sat, 23 Dec 2023 01:59:44 +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 C6D2B84E71 for ; Sat, 23 Dec 2023 01:59:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6ECFFA42; Sat, 23 Dec 2023 01:59:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703296783287010" MIME-Version: 1.0 Date: Sat, 23 Dec 2023 01:59:43 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/cad/tkgate To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231223015943.B6ECFFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703296783287010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 23 01:59:43 UTC 2023 Modified Files: pkgsrc/cad/tkgate: Makefile Log Message: use https To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/cad/tkgate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703296783287010 Content-Disposition: inline Content-Length: 747 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/tkgate/Makefile diff -u pkgsrc/cad/tkgate/Makefile:1.39 pkgsrc/cad/tkgate/Makefile:1.40 --- pkgsrc/cad/tkgate/Makefile:1.39 Sun Nov 12 13:20:48 2023 +++ pkgsrc/cad/tkgate/Makefile Sat Dec 23 01:59:43 2023 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.39 2023/11/12 13:20:48 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2023/12/23 01:59:43 zafer Exp $ # DISTNAME= tkgate-1.8.7 PKGREVISION= 4 CATEGORIES= cad -MASTER_SITES= http://www.tkgate.org/downloads/ +MASTER_SITES= https://www.tkgate.org/downloads/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.tkgate.org/ +HOMEPAGE= https://www.tkgate.org/ LICENSE= gnu-gpl-v2 COMMENT= Tcl/Tk based digital circuit editor and simulator --_----------=_1703296783287010--