Bug 33909 - [PATCH] Update pan to 0.11.1.91
Summary: [PATCH] Update pan to 0.11.1.91
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-15 05:00 UTC by John Merryweather Cooper
Modified: 2002-01-15 08:33 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Merryweather Cooper 2002-01-15 05:00:02 UTC
	This updated Beta, released by the authors today, fixes a number
	of NULL pointer crashes and failures discovered in 0.11.1.90.

Fix: Summary of changes:

# 'pan.new/Makefile' |    0 
# 'pan.new/distinfo' |    0 
# ./Makefile         |    4 ++--
# ./distinfo         |    2 +-
# 4 files changed, 3 insertions(+), 3 deletions(-)

	The patch:

# This is a patch for pan to update it to pan.new
# 
# 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 ####


#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Mon Jan 14 20:51:44 2002
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 1047 1011069928 0100644
# p 'distinfo' 63 1011070011 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Mon Jan 14 20:51:44 2002] ####
#### Checksum: 55 1891 10961 ####--jUj5bh05d2f1RNB0wvpG9DhAjKfZgtUbvY9TD4PXt4f1jq29
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -u 'pan/Makefile' 'pan.new/Makefile'
Index: ./Makefile
--- ./Makefile	Wed Jan  9 07:03:28 2002
+++ ./Makefile	Mon Jan 14 20:45:28 2002
@@ -2,11 +2,11 @@
 # Date created:				07 August 1999
 # Whom:					Chris D. Faulhaber <jedgar@fxp.org>
 #
-# $FreeBSD: ports/news/pan/Makefile,v 1.52 2002/01/09 11:31:34 sobomax Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	pan
-PORTVERSION=	0.11.1.90
+PORTVERSION=	0.11.1.91
 CATEGORIES=	news gnome
 MASTER_SITES=	http://pan.rebelbase.com/download/${PORTVERSION}/SOURCE/ \
 		http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/
diff -u 'pan/distinfo' 'pan.new/distinfo'
Index: ./distinfo
--- ./distinfo	Wed Jan  9 07:03:28 2002
+++ ./distinfo	Mon Jan 14 20:46:51 2002
@@ -1 +1 @@
-MD5 (pan-0.11.1.90.tar.bz2) = d22cc0e03c4b194ca8d4c8d3c6268418
+MD5 (pan-0.11.1.91.tar.bz2) = e94593bb3bdabbad1e2f40ab2e6e8c29
#### End of Patch data ####
How-To-Repeat: 	N/A
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-01-15 05:32:08 UTC
Responsible Changed
From-To: freebsd-ports->sobomax

over to maintainer
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2002-01-15 08:32:55 UTC
State Changed
From-To: open->closed

Update committed, thank you!