From jmcoopr@uidaho.edu  Sat Sep 14 21:08:40 2002
Return-Path: <jmcoopr@uidaho.edu>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 15AE537B400; Sat, 14 Sep 2002 21:08:40 -0700 (PDT)
Received: from harrier.csrv.uidaho.edu (harrier.csrv.uidaho.edu [129.101.119.224])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 548C443E42; Sat, 14 Sep 2002 21:08:39 -0700 (PDT)
	(envelope-from jmcoopr@uidaho.edu)
Received: from pc016247.reshall.uidaho.edu (PC016247.reshall.uidaho.edu [129.101.136.30])
	by harrier.csrv.uidaho.edu (8.9.3 (PHNE_22672)/) with ESMTP id VAA05286;
	Sat, 14 Sep 2002 21:08:33 -0700 (PDT)
Received: from pc016247.reshall.uidaho.edu (localhost [IPv6:::1])
	by pc016247.reshall.uidaho.edu (8.12.6/8.12.6) with ESMTP id g8F49lsQ009218;
	Sat, 14 Sep 2002 21:09:47 -0700 (PDT)
	(envelope-from jmcoopr@pc016247.reshall.uidaho.edu)
Received: (from jmcoopr@localhost)
	by pc016247.reshall.uidaho.edu (8.12.6/8.12.6/Submit) id g8F49lgI009217;
	Sat, 14 Sep 2002 21:09:47 -0700 (PDT)
	(envelope-from jmcoopr)
Message-Id: <200209150409.g8F49lgI009217@pc016247.reshall.uidaho.edu>
Date: Sat, 14 Sep 2002 21:09:47 -0700 (PDT)
From: John Merryweather Cooper <coop9211@uidaho.edu>
Reply-To: John Merryweather Cooper <coop9211@uidaho.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gnome@freebsd.org
Subject: [UPDATE] Update mail/balsa to version 1.4.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42792
>Category:       ports
>Synopsis:       [UPDATE] Update mail/balsa to version 1.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 14 21:10:01 PDT 2002
>Closed-Date:    Sat Sep 14 21:21:21 PDT 2002
>Last-Modified:  Sat Sep 14 21:21:21 PDT 2002
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD PC016247.reshall.uidaho.edu 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #44: Mon Sep 9 21:31:34 PDT 2002 root@PC016247.reshall.uidaho.edu:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Update mail/balsa to version 1.4.1--a bug fix stable release.  While
	I'm at it, add the main download address for balsa to to the top of
	the fetch list.

>How-To-Repeat:
	N/A

>Fix:

--- update-balsa-1.4.1 begins here ---
# This is a patch for balsa to update it to balsa-1.4.1
# 
# 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.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -u 'balsa/Makefile' 'balsa-1.4.1/Makefile'
Index: ./Makefile
--- ./Makefile	Mon Sep  2 12:25:46 2002
+++ ./Makefile	Sat Sep 14 21:00:05 2002
@@ -2,14 +2,14 @@
 # Date created:				02 December 1998
 # Whom:					Glenn Johnson <gljohns@bellsouth.net>
 #
-# $FreeBSD: ports/mail/balsa/Makefile,v 1.62 2002/09/02 17:45:50 marcus Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	balsa
-PORTVERSION=	1.4.0
-PORTREVISION=	2
+PORTVERSION=	1.4.1
 CATEGORIES=	mail gnome
-MASTER_SITES=	http://www.theochem.kth.se/~pawsa/balsa/ \
+MASTER_SITES=	http://balsa.gnome.org/ \
+		http://www.theochem.kth.se/~pawsa/balsa/ \
 		ftp://ftp.newton.cx/pub/balsa/
 
 MAINTAINER=	gnome@FreeBSD.org
diff -u 'balsa/distinfo' 'balsa-1.4.1/distinfo'
Index: ./distinfo
--- ./distinfo	Thu Aug 22 14:18:25 2002
+++ ./distinfo	Sat Sep 14 21:00:51 2002
@@ -1 +1 @@
-MD5 (balsa-1.4.0.tar.bz2) = e219438bc10e92760b501c3d1dd87603
+MD5 (balsa-1.4.1.tar.bz2) = aec302136dcb34531aff672a2b76e78c
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Sat Sep 14 21:06:15 2002
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 1246 1032062405 0100644
# p 'distinfo' 61 1032062451 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Sat Sep 14 21:06:15 2002] ####
#### Checksum: 60 1990 18793 ####
--- update-balsa-1.4.1 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->gnome 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Sat Sep 14 21:18:01 PDT 2002 
Responsible-Changed-Why:  
Over to maintainers. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42792 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sat Sep 14 21:21:09 PDT 2002 
State-Changed-Why:  
Committed, thanks. 

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