Received: by mail.netbsd.org (Postfix, from userid 605) id A526084E82; Wed, 5 Apr 2023 09:07:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D608C84E80 for ; Wed, 5 Apr 2023 09:07:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NUhxqxqCXQdb for ; Wed, 5 Apr 2023 09:07:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3712384CD0 for ; Wed, 5 Apr 2023 09:07:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E6FAFA81; Wed, 5 Apr 2023 09:07:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680685625232680" MIME-Version: 1.0 Date: Wed, 5 Apr 2023 09:07:05 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/games/unknown-horizons To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20230405090705.5E6FAFA81@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680685625232680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Wed Apr 5 09:07:05 UTC 2023 Modified Files: pkgsrc/games/unknown-horizons: Makefile Log Message: unknown-horizons: use https for homepage, http redirects there. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/games/unknown-horizons/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680685625232680 Content-Disposition: inline Content-Length: 785 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/unknown-horizons/Makefile diff -u pkgsrc/games/unknown-horizons/Makefile:1.7 pkgsrc/games/unknown-horizons/Makefile:1.8 --- pkgsrc/games/unknown-horizons/Makefile:1.7 Thu Jun 30 11:18:26 2022 +++ pkgsrc/games/unknown-horizons/Makefile Wed Apr 5 09:07:05 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/06/30 11:18:26 nia Exp $ +# $NetBSD: Makefile,v 1.8 2023/04/05 09:07:05 nikita Exp $ DISTNAME= unknown-horizons-2019.1 PKGREVISION= 3 @@ -6,7 +6,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=unknown-horizons/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://unknown-horizons.org/ +HOMEPAGE= https://unknown-horizons.org/ COMMENT= 2D RTS game with an emphasis on economy and city building LICENSE= gnu-gpl-v2 --_----------=_1680685625232680--