pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kbuild



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan  2 09:17:55 UTC 2026

Modified Files:
        pkgsrc/devel/kbuild: Makefile

Log Message:
kbuild: switch to https


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/kbuild/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/kbuild/Makefile
diff -u pkgsrc/devel/kbuild/Makefile:1.8 pkgsrc/devel/kbuild/Makefile:1.9
--- pkgsrc/devel/kbuild/Makefile:1.8    Tue Jun 28 11:31:45 2022
+++ pkgsrc/devel/kbuild/Makefile        Fri Jan  2 09:17:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/06/28 11:31:45 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/01/02 09:17:55 wiz Exp $
 
 KBUILDNAME=    kBuild
 KBUILDVERMAJ=  0.1.9998
@@ -10,7 +10,7 @@ DISTNAME=     ${KBUILDNAME}-r${KBUILDVERSVN}
 PKGNAME=       kbuild-${KBUILDVERMAJ}.${KBUILDVERMIN}.r${KBUILDVERSVN}
 PKGREVISION=   5
 CATEGORIES=    devel
-MASTER_SITES=  http://svn.netlabs.org/repos/kbuild/trunk
+MASTER_SITES=  https://svn.netlabs.org/repos/kbuild/trunk/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://trac.netlabs.org/kbuild/wiki/WikiStart



Home | Main Index | Thread Index | Old Index