From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 20 05:51:12 2004 Return-Path: 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 6CDD116A4CE for ; Thu, 20 May 2004 05:51:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A5F43D3F for ; Thu, 20 May 2004 05:51:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4KCoNQo006178 for ; Thu, 20 May 2004 05:50:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4KCoNC5006176; Thu, 20 May 2004 05:50:23 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 20 May 2004 05:50:23 -0700 (PDT) Resent-Message-Id: <200405201250.i4KCoNC5006176@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, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F0C16A4CE; Thu, 20 May 2004 05:49:11 -0700 (PDT) Received: from gw.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59BD743D49; Thu, 20 May 2004 05:49:10 -0700 (PDT) (envelope-from flz@xbsd.org) Received: by gw.xbsd.org (Postfix, from userid 201) id 588C96DF; Thu, 20 May 2004 14:48:35 +0200 (CEST) Message-Id: <20040520124835.588C96DF@gw.xbsd.org> Date: Thu, 20 May 2004 14:48:35 +0200 (CEST) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: x11@FreeBSD.org Subject: ports/66938: Update port: x11/renderext - fix pkg-plist typo. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 12:51:12 -0000 >Number: 66938 >Category: ports >Synopsis: Update port: x11/renderext - fix pkg-plist typo. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 20 05:50:23 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 4.9-RC i386 >Organization: Xbsd.org >Environment: System: FreeBSD gw 4.9-RC FreeBSD 4.9-RC #4: Sun Oct 5 14:25:09 CEST 2003 rf@gw:/usr/src/sys/compile/GW i386 >Description: DOCSDIR is not expanded in the registered plist because of a typo in the @dirrm line. When deinstalling, %%DOCSDIR%% is not deleted. >How-To-Repeat: Type make install deinstall in /usr/ports/x11/renderext >Fix: --- pkg-plist Thu May 20 14:43:18 2004 +++ pkg-plist.new Thu May 20 14:43:34 2004 @@ -3,4 +3,4 @@ libdata/pkgconfig/render.pc %%DOCSDIR%%/library %%DOCSDIR%%/protocol -@dirrm %%DOCSDIR +@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: