From owner-cvs-ports@FreeBSD.ORG Mon Jan 15 17:24:34 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80F5516A407; Mon, 15 Jan 2007 17:24:34 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7219D13C4A5; Mon, 15 Jan 2007 17:24:34 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0FHOYZo059801; Mon, 15 Jan 2007 17:24:34 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0FHOY7w059800; Mon, 15 Jan 2007 17:24:34 GMT (envelope-from koitsu) Message-Id: <200701151724.l0FHOY7w059800@repoman.freebsd.org> From: Jeremy Chadwick Date: Mon, 15 Jan 2007 17:24:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/nethack34 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jan 2007 17:24:34 -0000 koitsu 2007-01-15 17:24:34 UTC FreeBSD ports repository Modified files: games/nethack34 Makefile Log: Details of previous commit: * Add WITH_HPMON support - colourises hitpoints as they decrease. * Address issue where uninstalling with existing save games in place (PREFIX/lib/nethack/save/*) would result in a "Could not remove PREFIX/lib/nethack" error. Now echoes some useful comments to the user when failing to rmdir PREFIX/lib/nethack/save, and using @dirrmtry on the PREFIX/lib/nethack directory. Also added: * Reference MASTER_SITE_LOCAL for hpmon.diff, in the case the main patch site isn't available. PR: ports/107941 Approved by: philip Revision Changes Path 1.58 +2 -1 ports/games/nethack34/Makefile