From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 28 08:10:13 2011 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 995CF1065674 for ; Tue, 28 Jun 2011 08:10:13 +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 5D78D8FC16 for ; Tue, 28 Jun 2011 08:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5S8ADNq065383 for ; Tue, 28 Jun 2011 08:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5S8AD8b065382; Tue, 28 Jun 2011 08:10:13 GMT (envelope-from gnats) Resent-Date: Tue, 28 Jun 2011 08:10:13 GMT Resent-Message-Id: <201106280810.p5S8AD8b065382@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, Lukasz Wasikowski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 703E7106566B for ; Tue, 28 Jun 2011 08:01:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 27C628FC13 for ; Tue, 28 Jun 2011 08:01:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p5S81sUK059327 for ; Tue, 28 Jun 2011 08:01:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p5S81sm6059326; Tue, 28 Jun 2011 08:01:54 GMT (envelope-from nobody) Message-Id: <201106280801.p5S81sm6059326@red.freebsd.org> Date: Tue, 28 Jun 2011 08:01:54 GMT From: Lukasz Wasikowski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158377: Fix wrong pathname 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: Tue, 28 Jun 2011 08:10:13 -0000 >Number: 158377 >Category: ports >Synopsis: Fix wrong pathname >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 28 08:10:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Lukasz Wasikowski >Release: 8.2-RELEASE >Organization: >Environment: >Description: After installing the port there are wrong paths (doubled /phplist) in postinstall message. >How-To-Repeat: Install port, read the message, check if provided paths are correct. >Fix: Patch attached. Patch attached with submission follows: diff -ruN mail/phplist.bak/files/pkg-message.in mail/phplist/files/pkg-message.in --- mail/phplist.bak/files/pkg-message.in 2007-09-24 23:38:43.000000000 +0200 +++ mail/phplist/files/pkg-message.in 2011-06-28 09:55:18.000000000 +0200 @@ -11,15 +11,15 @@ phplist's location on your disk, you'll need to put the following line (or the equivalent) into the web server configuration: -Alias /phplist %%WWWDIR%%/phplist - +Alias /phplist %%WWWDIR%% + Order allow,deny Allow from all 3. The phplist configuration file, edit: -%%WWWDIR%%/phplist/lists/config/config.php +%%WWWDIR%%/lists/config/config.php phplist will not operate correctly unless you spend some time setting correct options in this file. >Release-Note: >Audit-Trail: >Unformatted: