Received: by mail.netbsd.org (Postfix, from userid 605) id 5DE0E84D3B; Thu, 4 Jul 2019 10:05:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D956D84CEE for ; Thu, 4 Jul 2019 10:05:34 +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 31ElYNoJVRzf for ; Thu, 4 Jul 2019 10:05:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2F2BC84CEA for ; Thu, 4 Jul 2019 10:05:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2920FFBF4; Thu, 4 Jul 2019 10:05:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1562234734183200" MIME-Version: 1.0 Date: Thu, 4 Jul 2019 10:05:34 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/zoom To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190704100534.2920FFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1562234734183200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jul 4 10:05:34 UTC 2019 Modified Files: pkgsrc/games/zoom: Makefile Log Message: zoom: Update HOMEPAGE and LICENSE To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/games/zoom/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1562234734183200 Content-Disposition: inline Content-Length: 856 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/zoom/Makefile diff -u pkgsrc/games/zoom/Makefile:1.40 pkgsrc/games/zoom/Makefile:1.41 --- pkgsrc/games/zoom/Makefile:1.40 Wed Aug 22 09:45:09 2018 +++ pkgsrc/games/zoom/Makefile Thu Jul 4 10:05:33 2019 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.40 2018/08/22 09:45:09 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2019/07/04 10:05:33 nia Exp $ DISTNAME= zoom-1.1.5 PKGREVISION= 4 CATEGORIES= games -MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ +MASTER_SITES= https://www.logicalshift.co.uk/unix/zoom/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.logicalshift.demon.co.uk/unix/zoom/ +HOMEPAGE= https://www.logicalshift.co.uk/unix/zoom/ COMMENT= Plays Infocom-compatible games, with graphics support -LICENSE= gnu-gpl-v1 +LICENSE= gnu-lgpl-v2.1 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes --_----------=_1562234734183200--