From owner-freebsd-ports Mon Apr 8 7:20:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1574537B417 for ; Mon, 8 Apr 2002 07:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g38EK3m33791; Mon, 8 Apr 2002 07:20:03 -0700 (PDT) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 4E1DF37B400; Mon, 8 Apr 2002 07:15:24 -0700 (PDT) Received: from johncoop.MSHOME ([206.63.201.3]) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id HAA23332; Mon, 8 Apr 2002 07:11:36 -0700 Received: from johncoop.MSHOME (localhost [IPv6:::1]) by johncoop.MSHOME (8.12.2/8.12.2) with ESMTP id g38EFe4u036071; Mon, 8 Apr 2002 07:15:40 -0700 (PDT) (envelope-from jmcoopr@johncoop.MSHOME) Received: (from root@localhost) by johncoop.MSHOME (8.12.2/8.12.2/Submit) id g38EFe3t036070; Mon, 8 Apr 2002 07:15:40 -0700 (PDT) Message-Id: <200204081415.g38EFe3t036070@johncoop.MSHOME> Date: Mon, 8 Apr 2002 07:15:40 -0700 (PDT) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-gnome@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36877: [PATCH] Update balsa to 1.3.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36877 >Category: ports >Synopsis: [PATCH] Update balsa to 1.3.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 08 07:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.5-STABLE FreeBSD 4.5-STABLE #33: Sat Apr 6 12:17:50 PST 2002 root@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Update balsa to 1.3.4. This is bug fix and code stream-lining in preparation for an eventual GNOME2 version. >How-To-Repeat: N/A >Fix: Note that patch-aa is no longer needed. --- update-balsa-1.3.4 begins here --- # This is a patch for balsa to update it to balsa.1.3.4 # # 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-aa' # # 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.4/Makefile' Index: ./Makefile --- ./Makefile Tue Mar 19 09:33:57 2002 +++ ./Makefile Mon Apr 8 07:04:38 2002 @@ -2,11 +2,11 @@ # Date created: 02 December 1998 # Whom: Glenn Johnson # -# $FreeBSD: ports/mail/balsa/Makefile,v 1.54 2002/03/19 12:52:53 sobomax Exp $ +# $FreeBSD$ # PORTNAME= balsa -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -32,7 +32,6 @@ --with-ssl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -liconv" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= balsa.1 diff -u 'balsa/distinfo' 'balsa.1.3.4/distinfo' Index: ./distinfo --- ./distinfo Thu Mar 7 19:46:42 2002 +++ ./distinfo Mon Apr 8 06:52:37 2002 @@ -1 +1 @@ -MD5 (balsa-1.3.3.tar.bz2) = 582711809c484a54bcca002ad32eaa3f +MD5 (balsa-1.3.4.tar.bz2) = c540ffa8c2e435c6b9c62dc469b382c3 #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Mon Apr 8 07:11:11 2002 # Generated by : makepatch 2.00 # Recurse directories : Yes # r 'files/patch-aa' 271 0 # p 'Makefile' 1442 1018274678 0100644 # p 'distinfo' 61 1018273957 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Mon Apr 8 07:11:11 2002] #### #### Checksum: 75 2468 57577 #### --- update-balsa-1.3.4 ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message