Received: by mail.netbsd.org (Postfix, from userid 605) id A88A684D65; Tue, 6 Aug 2019 22:15:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F07A84D54 for ; Tue, 6 Aug 2019 22:15:25 +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 kJhGECZkOWcD for ; Tue, 6 Aug 2019 22:15:24 +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 8A57784CD4 for ; Tue, 6 Aug 2019 22:15:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84234FBF4; Tue, 6 Aug 2019 22:15:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156512972483590" MIME-Version: 1.0 Date: Tue, 6 Aug 2019 22:15:24 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/widelands To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190806221524.84234FBF4@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. --_----------=_156512972483590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Aug 6 22:15:24 UTC 2019 Modified Files: pkgsrc/games/widelands: Makefile Log Message: widelands: Correct MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/widelands/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156512972483590 Content-Disposition: inline Content-Length: 735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/widelands/Makefile diff -u pkgsrc/games/widelands/Makefile:1.1 pkgsrc/games/widelands/Makefile:1.2 --- pkgsrc/games/widelands/Makefile:1.1 Tue Aug 6 19:42:20 2019 +++ pkgsrc/games/widelands/Makefile Tue Aug 6 22:15:24 2019 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2019/08/06 19:42:20 nia Exp $ +# $NetBSD: Makefile,v 1.2 2019/08/06 22:15:24 nia Exp $ DISTNAME= widelands-build20 PKGNAME= widelands-20 CATEGORIES= games -MASTER_SITES= https://launchpad.net/widelands/${PKGVERSION_NOREV}/${PKGVERSION_NOREV}/+download/ +MASTER_SITES= https://launchpad.net/widelands/build${PKGVERSION_NOREV}/build${PKGVERSION_NOREV}/+download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_156512972483590--