From jmcoopr@webmail.bmi.net  Wed Feb 27 01:20:40 2002
Return-Path: <jmcoopr@webmail.bmi.net>
Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7196F37B400; Wed, 27 Feb 2002 01:20:39 -0800 (PST)
Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged))
	by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id BAA08177;
	Wed, 27 Feb 2002 01:18:07 -0800
Received: (from jmcoopr@localhost)
	by johncoop.MSHOME (8.11.6/8.11.6) id g1R9KCO84873;
	Wed, 27 Feb 2002 01:20:12 -0800 (PST)
	(envelope-from jmcoopr)
Message-Id: <200202270920.g1R9KCO84873@johncoop.MSHOME>
Date: Wed, 27 Feb 2002 01:20:12 -0800 (PST)
From: John Merryweather Cooper <john_m_cooper@yahoo.com>
Reply-To: John Merryweather Cooper <john_m_cooper@yahoo.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sobomax@freebsd.org, freebsd-gnome@freebsd.org
Subject: [PATCH] Upgrade mail/balsa to 1.3.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35370
>Category:       ports
>Synopsis:       [PATCH] Upgrade mail/balsa to 1.3.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 27 01:30:01 PST 2002
>Closed-Date:    Wed Mar 6 21:09:30 PST 2002
>Last-Modified:  Wed Mar 06 21:10:03 PST 2002
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.5-STABLE FreeBSD 4.5-STABLE #1: Tue Feb 26 02:29:06 PST 2002 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Upgrade mail/balsa to the latest release.
	
	This release fixes some bugs, and introduces
	filtering (as well as procmail filtering
	support) in a somewhat workable form for the
	first time.
	
>How-To-Repeat:
	N/A
	
>Fix:

	

--- update-balsa-1.3.2 begins here ---
# This is a patch for balsa to update it to balsa-1.3.2
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# If you have a decent Bourne-type shell:
# STEP 2: Run the shell with this file as input.
# If you don't have such a shell, you may need to manually delete
# the files as shown below.
# STEP 3: Run the 'patch' program with this file as input.
#
# These are the commands needed to create/delete files/directories:
#
rm -f 'files/patch-src::sendmsg-window.c'
#
# This command terminates the shell and need not be executed manually.
exit
#
#### End of Preamble ####

#### Patch data follows ####
diff -u 'balsa/Makefile' 'balsa-1.3.2/Makefile'
Index: ./Makefile
--- ./Makefile	Sun Feb 24 11:22:53 2002
+++ ./Makefile	Wed Feb 27 00:56:49 2002
@@ -2,11 +2,11 @@
 # Date created:				02 December 1998
 # Whom:					Glenn Johnson <gljohns@bellsouth.net>
 #
-# $FreeBSD: ports/mail/balsa/Makefile,v 1.51 2002/02/13 04:46:07 ade Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	balsa
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.2
 CATEGORIES=	mail gnome
 MASTER_SITES=	http://www.theochem.kth.se/~pawsa/balsa/ \
 		ftp://ftp.newton.cx/pub/balsa/
@@ -26,8 +26,7 @@
 USE_LIBTOOL=	yes
 USE_OPENSSL=	yes
 LIBTOOLFILES=	libmutt/configure
-CONFIGURE_ARGS=	--enable-threads \
-		--enable-gtkhtml \
+CONFIGURE_ARGS=	--enable-all \
 		--enable-ldap \
 		--disable-more-warnings \
 		--with-ssl
diff -u 'balsa/distinfo' 'balsa-1.3.2/distinfo'
Index: ./distinfo
--- ./distinfo	Sun Feb 24 11:22:53 2002
+++ ./distinfo	Wed Feb 27 00:48:02 2002
@@ -1 +1 @@
-MD5 (balsa-1.3.1.tar.bz2) = 579750f97d72cad987b8acf6edcafaa5
+MD5 (balsa-1.3.2.tar.bz2) = 2aeebf27551f149fc88934e20caf6f8b
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Wed Feb 27 01:05:38 2002
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# r 'files/patch-src::sendmsg-window.c' 405 0
# p 'Makefile' 1633 1014800209 0100644
# p 'distinfo' 61 1014799682 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Wed Feb 27 01:05:38 2002] ####
#### Checksum: 77 2512 62544 ####
--- update-balsa-1.3.2 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->gnome 
Responsible-Changed-By: petef 
Responsible-Changed-When: Wed Feb 27 07:51:46 PST 2002 
Responsible-Changed-Why:  
Over to maintainers 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35370 

From: John Merryweather Cooper <john_m_cooper@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org, john_m_cooper@yahoo.com
Cc:  
Subject: Re: ports/35370: [PATCH] Upgrade mail/balsa to 1.3.2
Date: Wed, 06 Mar 2002 20:54:14 -0800

 This PR has been superceded by ports/35584.  Please close this PR.
 
 --
 jmc
 
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Wed Mar 6 21:09:30 PST 2002 
State-Changed-Why:  
Superceded by ports/35584. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35370 
>Unformatted:
