Received: by mail.netbsd.org (Postfix, from userid 605) id 3117184D80; Sat, 11 Feb 2023 10:19:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F47D84D26 for ; Sat, 11 Feb 2023 10:19:19 +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 CyfdMCm3i34R for ; Sat, 11 Feb 2023 10:19:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AD56884CD8 for ; Sat, 11 Feb 2023 10:19:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A19E6FA90; Sat, 11 Feb 2023 10:19:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676110758277850" MIME-Version: 1.0 Date: Sat, 11 Feb 2023 10:19:18 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/dmalloc To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20230211101918.A19E6FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676110758277850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sat Feb 11 10:19:18 UTC 2023 Modified Files: pkgsrc/devel/dmalloc: Makefile Log Message: dmalloc: switch MASTER_SITES and HOMEPAGE to HTTPS. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/dmalloc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676110758277850 Content-Disposition: inline Content-Length: 811 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/dmalloc/Makefile diff -u pkgsrc/devel/dmalloc/Makefile:1.24 pkgsrc/devel/dmalloc/Makefile:1.25 --- pkgsrc/devel/dmalloc/Makefile:1.24 Sun May 15 04:39:56 2022 +++ pkgsrc/devel/dmalloc/Makefile Sat Feb 11 10:19:18 2023 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.24 2022/05/15 04:39:56 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2023/02/11 10:19:18 fcambus Exp $ DISTNAME= dmalloc-5.5.2 PKGREVISION= 1 CATEGORIES= devel #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dmalloc/} -MASTER_SITES= http://dmalloc.com/releases/ +MASTER_SITES= https://dmalloc.com/releases/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://dmalloc.com/ +HOMEPAGE= https://dmalloc.com/ COMMENT= Run-time configurable debugging malloc library MAKE_JOBS_SAFE= no --_----------=_1676110758277850--