From monkey@incinerator.seecolinslash.com  Wed Oct  2 21:19:07 2002
Return-Path: <monkey@incinerator.seecolinslash.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 127E237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Oct 2002 21:19:07 -0700 (PDT)
Received: from incinerator.seecolinslash.com (dsl081-071-120.sfo1.dsl.speakeasy.net [64.81.71.120])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE2643E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Oct 2002 21:19:06 -0700 (PDT)
	(envelope-from monkey@incinerator.seecolinslash.com)
Received: (from monkey@localhost)
	by incinerator.seecolinslash.com (8.11.6/8.11.6) id g934JKF03084;
	Wed, 2 Oct 2002 21:19:20 -0700 (PDT)
	(envelope-from monkey)
Message-Id: <200210030419.g934JKF03084@incinerator.seecolinslash.com>
Date: Wed, 2 Oct 2002 21:19:20 -0700 (PDT)
From: <adam@vectors.cx>
Reply-To: <adam@vectors.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc: rtdean@cytherianage.net
Subject: [patch] update and fix net/naim
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         43615
>Category:       ports
>Synopsis:       [patch] update and fix net/naim
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 02 21:20:01 PDT 2002
>Closed-Date:    Mon Oct 07 14:31:50 PDT 2002
>Last-Modified:  Mon Oct 07 14:31:50 PDT 2002
>Originator:     
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.7-RC FreeBSD 4.7-RC #26: Tue Oct 1 02:43:55 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	in addition to the current version of net/naim being old and outdated,
	it no longer works. AOL's aim TOC servers have started spitting out
	'invalid' frame headers, presumably in an effort to cut down on non-
	commissioned projects. naim came out wiht a patch for this, which this
	update incorportates.

	it's worth noting that this problem affects net/centericq and many other
	aim clients. gaim isn't affected.

	the MASTER_SITES have changed a bit because the new source tarball is
	hidden behind a cookies-based frontend which i'm still trying to 
	figure out. if this is committed now, i'll submit a patch when more
	sites become available.
>How-To-Repeat:
	the older version compiles just fine, but after a minute or so, your client
	will either disconnect, or the program will core dump.
	
>Fix:

	

	these patches patch net/naim/Makefile and net/naim/distinfo. the patches in
	files/ have all been incorporated into this version, so the entire files/
	directory can be removed.

--- patch-Makefile begins here ---
--- Makefile.orig	Wed Oct  2 20:58:35 2002
+++ Makefile	Wed Oct  2 21:06:20 2002
@@ -6,14 +6,13 @@
 #
 
 PORTNAME=	naim
-PORTVERSION=	0.11.3
-PORTREVISION=	1
+PORTVERSION=	0.11.4p1
 CATEGORIES=	net
-MASTER_SITES=	http://rpi-acm.org/~n/dev.n.ml.org/ \
-		http://www.acm.rpi.edu/~n/dev.n.ml.org/
+MASTER_SITES=	http://www.acm.rpi.edu/~n/
 
 MAINTAINER=	rtdean@cytherianage.net
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/p1//}
 GNU_CONFIGURE=	yes
 
 MAN1=		naim.1
--- patch-Makefile ends here ---

--- patch-distinfo begins here ---
--- distinfo.orig	Wed Oct  2 20:58:30 2002
+++ distinfo	Wed Oct  2 21:03:32 2002
@@ -1 +1 @@
-MD5 (naim-0.11.3.tar.gz) = d7c10e61eff7a7075d2c24044fd40b51
+MD5 (naim-0.11.4p1.tar.gz) = 5253a39fe594440478dc4f3fb8538ca4
--- patch-distinfo ends here ---


>Release-Note:
>Audit-Trail:

From: "Ryan T. Dean" <rtdean@cytherianage.net>
To: freebsd-gnats-submit@FreeBSD.org, adam@vectors.cx
Cc:  
Subject: Re: ports/43615: [patch] update and fix net/naim
Date: Thu, 03 Oct 2002 13:47:49 -0500

 maintainer-approved
 
 you beat me to it, had a copy on disk was about to submit yesterday when I 
 got the email. :)
 
 
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Mon Oct 7 14:31:40 PDT 2002 
State-Changed-Why:  
Committed, Thanks! 

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