From renato@srv1.galle.com.br  Wed Jun  2 10:23:44 2004
Return-Path: <renato@srv1.galle.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 21FB216A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Jun 2004 10:23:44 -0700 (PDT)
Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2])
	by mx1.FreeBSD.org (Postfix) with SMTP id 9A67F43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Jun 2004 10:23:42 -0700 (PDT)
	(envelope-from renato@srv1.galle.com.br)
Received: (qmail 40317 invoked by uid 1001); 2 Jun 2004 14:23:39 -0300
Message-Id: <20040602172339.40316.qmail@srv1.galle.com.br>
Date: 2 Jun 2004 14:23:39 -0300
From: Renato Botelho <renato@srv1.galle.com.br>
Reply-To: Renato Botelho <renato@srv1.galle.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: squirrelmail update to 1.4.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67493
>Category:       ports
>Synopsis:       squirrelmail update to 1.4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 02 10:30:19 PDT 2004
>Closed-Date:    Wed Jun 02 12:26:43 PDT 2004
>Last-Modified:  Wed Jun 02 12:26:43 PDT 2004
>Originator:     Renato Botelho
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
Galle Folheados
>Environment:
System: FreeBSD srv1.galle.com.br 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #27: Wed May 26 10:21:14 BRT 2004 root@srv1.galle.com.br:/usr/obj/usr/src/sys/GALLE i386
>Description:
	I send a mail to manteiner with the update, and now Im sending here too.

	Ive tested instalation on Free 5.2.1-RELEASE-p8, Ive tested make package too, and all work fine.
>How-To-Repeat:

diff -ruN squirrelmail.bkp/Makefile squirrelmail/Makefile
--- squirrelmail.bkp/Makefile	Mon Feb  9 12:29:28 2004
+++ squirrelmail/Makefile	Tue Jun  1 16:01:45 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	squirrelmail
-PORTVERSION=	1.4.2
-PORTREVISION=	1
+PORTVERSION=	1.4.3
 CATEGORIES?=	mail www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	squirrelmail
diff -ruN squirrelmail.bkp/README.html squirrelmail/README.html
--- squirrelmail.bkp/README.html	Wed Jun  4 22:29:47 2003
+++ squirrelmail/README.html	Tue Jun  1 16:21:10 2004
@@ -11,7 +11,7 @@
 
     <p>You are now in the directory for the port "mail/squirrelmail".</p>
 
-    <p>The package name of this port is "squirrelmail-1.4.0".</p>
+    <p>The package name of this port is "squirrelmail-1.4.3".</p>
 
     <p>This is the one-line description for this port:</p>
     <hr>
diff -ruN squirrelmail.bkp/distinfo squirrelmail/distinfo
--- squirrelmail.bkp/distinfo	Tue Oct  7 02:01:31 2003
+++ squirrelmail/distinfo	Tue Jun  1 16:02:56 2004
@@ -1 +1 @@
-MD5 (squirrelmail-1.4.2.tar.bz2) = 8d8271c704a9f23d53138a4ceea38fb4
+MD5 (squirrelmail-1.4.3.tar.bz2) = b887b736ab752eff8886383a91f25678
diff -ruN squirrelmail.bkp/files/patch-config-config_default.php squirrelmail/files/patch-config-config_default.php
--- squirrelmail.bkp/files/patch-config-config_default.php	Tue Jan 13 07:14:24 2004
+++ squirrelmail/files/patch-config-config_default.php	Tue Jun  1 16:11:52 2004
@@ -1,20 +1,20 @@
---- config/config_default.php.orig	Thu Aug 21 03:14:08 2003
-+++ config/config_default.php	Tue Jan 13 00:57:57 2004
-@@ -220,7 +220,7 @@
+--- config/config_default.php.orig	Tue Jun  1 16:11:09 2004
++++ config/config_default.php	Tue Jun  1 16:11:17 2004
+@@ -442,7 +442,7 @@
   *   $data_dir = SM_PATH . 'data/';
+  * @global string $data_dir
   */
- global $data_dir;
 -$data_dir = SM_PATH . 'data/';
 +$data_dir = '/var/spool/squirrelmail/pref/';
  
  /**
-  * Path to directory used for storing attachments while a mail is
-@@ -236,7 +236,7 @@
+  * Attachments directory
+@@ -460,7 +460,7 @@
   *    + It should probably be another directory than data_dir.
+  * @global string $attachment_dir
   */
- global $attachment_dir;
--$attachment_dir = "$data_dir";
+-$attachment_dir = $data_dir;
 +$attachment_dir = '/var/spool/squirrelmail/attach/';
  
- /* Hash level used for data directory. */
- global $dir_hash_level;
+ /**
+  * Hash level used for data directory.
diff -ruN squirrelmail.bkp/pkg-plist squirrelmail/pkg-plist
--- squirrelmail.bkp/pkg-plist	Tue Jan 13 12:48:57 2004
+++ squirrelmail/pkg-plist	Tue Jun  1 16:24:15 2004
@@ -20,6 +20,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.3/Notes-1.3.2.txt
 %%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.0.txt
 %%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.1.txt
+%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.2.txt
+%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.3.txt
 %%PORTDOCS%%%%DOCSDIR%%/addressbook.txt
 %%PORTDOCS%%%%DOCSDIR%%/authentication.txt
 %%PORTDOCS%%%%DOCSDIR%%/compose.txt

>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Jun 2 12:26:33 PDT 2004 
State-Changed-Why:  
Duplicate of ports/67486 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67493 
>Unformatted:
