From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 9 04:00:44 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B7D16A417 for ; Sat, 9 Sep 2006 04:00:44 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2999F43D53 for ; Sat, 9 Sep 2006 04:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8940hnL040373 for ; Sat, 9 Sep 2006 04:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8940hij040365; Sat, 9 Sep 2006 04:00:43 GMT (envelope-from gnats) Resent-Date: Sat, 9 Sep 2006 04:00:43 GMT Resent-Message-Id: <200609090400.k8940hij040365@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, Dryice Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F7F216A412 for ; Sat, 9 Sep 2006 03:52:02 +0000 (UTC) (envelope-from ddliu@readonline.info) Received: from readonline.info (readonline.info [221.0.230.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEAB443D5C for ; Sat, 9 Sep 2006 03:51:59 +0000 (GMT) (envelope-from ddliu@readonline.info) Received: from [127.0.0.1] (helo=readonline.info) by readonline.info with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GLtso-0002Y8-UR for FreeBSD-gnats-submit@freebsd.org; Sat, 09 Sep 2006 11:52:01 +0800 Received: (from ddliu@localhost) by readonline.info (8.13.4/8.13.4/Submit) id k893pOeH009803; Sat, 9 Sep 2006 11:51:24 +0800 (CST) (envelope-from ddliu) Message-Id: <200609090351.k893pOeH009803@readonline.info> Date: Sat, 9 Sep 2006 11:51:24 +0800 (CST) From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103056: [maintainer] textproc/muse: fix plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dryice Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 04:00:44 -0000 >Number: 103056 >Category: ports >Synopsis: [maintainer] textproc/muse: fix plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 09 04:00:43 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005 >Description: fix plist: remove related info from info/dir when deinstall >How-To-Repeat: install and deinstall the port, then do a "info" command, the muse entry is still there, but can't be accessed. (the info file is deleted.) >Fix: --- attached file begins here --- diff -ruN muse.old/pkg-plist muse/pkg-plist --- muse.old/pkg-plist Wed Aug 23 10:28:49 2006 +++ muse/pkg-plist Sat Sep 9 11:43:24 2006 @@ -1,4 +1,5 @@ info/muse +@unexec install-info --quiet --delete %D/info/muse %D/info/dir %%EMACS_SITE_LISPDIR%%/muse/contrib/cgi.el %%EMACS_SITE_LISPDIR%%/muse/contrib/cgi.elc %%EMACS_SITE_LISPDIR%%/muse/contrib/httpd.el --- attached file ends here --- >Release-Note: >Audit-Trail: >Unformatted: