From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 19 01:10:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F3EB1065694 for ; Wed, 19 Aug 2009 01:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 121BD8FC67 for ; Wed, 19 Aug 2009 01:10:03 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7J1A20J087814 for ; Wed, 19 Aug 2009 01:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7J1A2M6087813; Wed, 19 Aug 2009 01:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 19 Aug 2009 01:10:02 GMT Resent-Message-Id: <200908190110.n7J1A2M6087813@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CE3A106568C for ; Wed, 19 Aug 2009 01:03:06 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id 1E4478FC3D for ; Wed, 19 Aug 2009 01:03:06 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.69) (envelope-from ) id 1MdZZx-0004Y4-6I; Wed, 19 Aug 2009 05:03:05 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id A8261B860; Wed, 19 Aug 2009 05:03:03 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id C0B2B108842; Wed, 19 Aug 2009 05:02:57 +0400 (MSD) Message-Id: <20090819010257.C0B2B108842@hades.panopticon> Date: Wed, 19 Aug 2009 05:02:57 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jamie@bishopston.net Subject: ports/137943: [PATCH] games/hex-a-hop: fix icon desktop entry X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2009 01:10:03 -0000 >Number: 137943 >Category: ports >Synopsis: [PATCH] games/hex-a-hop: fix icon desktop entry >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 19 01:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 >Description: Path to icon in DESKTOP_ENTRIES is incorrect - fix this. Port maintainer (jamie@bishopston.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- hex-a-hop-1.0.0_4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/hex-a-hop/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 30 Sep 2008 09:20:15 -0000 1.8 +++ Makefile 19 Aug 2009 00:59:39 -0000 @@ -22,7 +22,7 @@ MAKE_ARGS+= SYSTEM_INSTALL_DIR="${DATADIR}/" DESKTOP_ENTRIES="Hex-a-Hop" "A puzzle game based on hexagonal tiles" \ - "${PREFIX}/games/hex-a-hop/graphics/icon.bmp" \ + "${DATADIR}/graphics/icon.bmp" \ "hex-a-hop" "Application;LogicGame;Game;" false do-install: --- hex-a-hop-1.0.0_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: