pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/dmalloc



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.

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@localhost
-HOMEPAGE=              http://dmalloc.com/
+HOMEPAGE=              https://dmalloc.com/
 COMMENT=               Run-time configurable debugging malloc library
 
 MAKE_JOBS_SAFE=                no



Home | Main Index | Thread Index | Old Index