pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/openclonk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 14 10:52:40 UTC 2026

Modified Files:
        pkgsrc/games/openclonk: Makefile

Log Message:
openclonk: switch to https


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/openclonk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/openclonk/Makefile
diff -u pkgsrc/games/openclonk/Makefile:1.17 pkgsrc/games/openclonk/Makefile:1.18
--- pkgsrc/games/openclonk/Makefile:1.17        Wed Jan  7 08:47:07 2026
+++ pkgsrc/games/openclonk/Makefile     Wed Jan 14 10:52:40 2026
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.17 2026/01/07 08:47:07 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2026/01/14 10:52:40 wiz Exp $
 
 DISTNAME=      openclonk-8.1-src
 PKGNAME=       ${DISTNAME:S/-src//}
 PKGREVISION=   13
 CATEGORIES=    games
-MASTER_SITES=  http://www.openclonk.org/builds/release/${PKGVERSION_NOREV}/
+MASTER_SITES=  https://www.openclonk.org/builds/release/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    charlotte%NetBSD.org@localhost
-HOMEPAGE=      http://www.openclonk.org/
+HOMEPAGE=      https://www.openclonk.org/
 COMMENT=       Open source successor of the Clonk gaming series
 LICENSE=       isc
 



Home | Main Index | Thread Index | Old Index