Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2004 21:41:23 +0100 (CET)
From:      Nils Vogels <nivo@yuckfou.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gioria@FreeBSD.org
Subject:   ports/61368: [PATCH] databases/mantis: [SUMMARIZE CHANGES]
Message-ID:  <20040114204123.C5CD0227@imhotep.yuckfou.org>
Resent-Message-ID: <200401142040.i0EKe9bi046214@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61368
>Category:       ports
>Synopsis:       [PATCH] databases/mantis: [SUMMARIZE CHANGES]
>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 Jan 14 12:40:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Nils Vogels
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD imhotep.yuckfou.org 4.9-RELEASE FreeBSD 4.9-RELEASE #1: Fri Nov  7 00:49:30 CET
>Description:
Minor errors in pkg-message .. Files referenced in pkg-message are in the www/data/mantis dir, not in www/mantis

Port maintainer (gioria@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- mantis-0.17.5.patch begins here ---
diff -ruN --exclude=CVS /disk/2/ports/databases/mantis.orig/pkg-message /disk/2/ports/databases/mantis/pkg-message
--- /disk/2/ports/databases/mantis.orig/pkg-message	Wed Jan 14 21:36:35 2004
+++ /disk/2/ports/databases/mantis/pkg-message	Wed Jan 14 21:38:14 2004
@@ -6,13 +6,13 @@
 
 -  You must choose your passwd crypt method and replace the 
    4th value in the last line of 
-   %%PREFIX%%/www/mantis/sql/db_generate.sql
+   %%PREFIX%%/www/data/mantis/sql/db_generate.sql
 
 -  After that execute 
-   %%PREFIX%%/bin/mysql -u<username> -p<password> <databasename> < %%PREFIX%%/www/mantis/sql/db_generate.sql
+   %%PREFIX%%/bin/mysql -u<username> -p<password> <databasename> < %%PREFIX%%/www/data/mantis/sql/db_generate.sql
 
 -  Edit 
-   %%PREFIX%%/www/mantis/config_inc.php and %%PREFIX%%/www/mantis/default/config_inc1.php
+   %%PREFIX%%/www/data/mantis/config_inc.php and %%PREFIX%%/www/data/mantis/default/config_inc1.php
 
 IMPORTANT!!!! :
 	You need to enable register_global in your %%PREFIX%%/etc/php.ini
@@ -21,6 +21,6 @@
 2/ Detailed method or upgrading
 
 Please read the INSTALL file located at:
-%%PREFIX%%/www/mantis/doc
+%%PREFIX%%/www/data/mantis/doc
 
 ************************************************************
--- mantis-0.17.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040114204123.C5CD0227>