Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 013C263B86B for ; Mon, 21 May 2012 14:54:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5A25D14A218; Mon, 21 May 2012 14:54:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B850914A213 for ; Mon, 21 May 2012 14:54:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id H8En7rZhujX5 for ; Mon, 21 May 2012 14:54:42 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 439A014A1F6 for ; Mon, 21 May 2012 14:54:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E0A80175DD; Mon, 21 May 2012 14:55:10 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 21 May 2012 14:55:10 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/games/xblast To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20120521145510.E0A80175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Mon May 21 14:55:10 UTC 2012 Modified Files: pkgsrc/games/xblast: Makefile PLIST Log Message: games/xblast: Fix unicode translation error during installation Likely a mistake, one of the "levels" source files used unicode in the filename. The manifest even indicated the name should have been "reconstruction2.xal". The post-extract hook is used to correct the filename to be as intended. As a bonus, platforms like Linux and DragonFly can install the package without a libarchive translation error disrupting the process. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/games/xblast/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/xblast/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.