Skip site navigation (1)Skip section navigation (2)
Date:      11 Mar 2003 08:54:20 -0000
From:      "Ryan T.Dean" <rtdean@cytherianage.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/49101: [MAINTAINER UPDATE] update port: net/naim to 0.11.5.6
Message-ID:  <20030311085420.59448.qmail@lumina.cytherianage.net>

next in thread | raw e-mail | index | archive | help

>Number:         49101
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] update port: net/naim to 0.11.5.6
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 11 01:00:26 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ryan T. Dean
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD lumina.cytherianage.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Jan 1 22:06:04 CST 2003 root@lumina.cytherianage.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
naim's author, Daniel Reed, has released naim-0.11.5.6. He states that all users should upgrade to this version because users 
may not be able to sign on or stay connected to the default TOC server listed in previous versions (including 0.11.5.5, the 
current version in ports).  From his 0.11.5.6 release notes:

Major bug fixes:
        AOL's primary TOC server (toc-m01.blue.aol.com) went down at
                approximately 2003-03-10T1420; this has temporarily been
                replaced with toc.oscar.aol.com.
        Discussion destructions were not properly being handled in Lily.
        IM handling routines were not properly handling buddies with
                alternate names set (the third argument to /addbuddy),
                causing away messages to be misdirected.

Major feature additions:
        New $autoreconnect. If set, whenever naim is disconnected from a
                service, it will attempt to reconnect automatically. For
                services that require a password, you may wish to /set
                servicename:password "your password" in order to allow naim
                to reconnect while unattended (for example, /set
                AIM:password "my pass").

>How-To-Repeat:
	
>Fix:

Here is the patch that will update ports/net/naim to 0.11.5.6

--- net-naim-0.11.5.6-patch begins here ---
Index: net/naim/Makefile
===================================================================
RCS file: /export/ncvs/ports/net/naim/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- net/naim/Makefile	23 Feb 2003 07:20:15 -0000	1.31
+++ net/naim/Makefile	11 Mar 2003 08:34:41 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	naim
-PORTVERSION=	0.11.5.5
+PORTVERSION=	0.11.5.6
 CATEGORIES=	net
 MASTER_SITES=	http://www.acm.rpi.edu/~n/naim/ \
 		http://128.113.139.111/~n/.naim_archive/0/11/
@@ -14,10 +14,10 @@
 MAINTAINER=	rtdean@cytherianage.net
 COMMENT=	Curses based AOL Instant Messager implementation
 
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} \
-		--build=${CONFIGURE_TARGET} \
-		--disable-nirc-manlink
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-nirc-manlink
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_LIBTOOL=	yes
 
 MAN1=		naim.1
 MLINKS=		naim.1 nirc.1 naim.1 nicq.1 naim.1 nlily.1
Index: net/naim/distinfo
===================================================================
RCS file: /export/ncvs/ports/net/naim/distinfo,v
retrieving revision 1.15
diff -u -r1.15 distinfo
--- net/naim/distinfo	23 Feb 2003 07:20:15 -0000	1.15
+++ net/naim/distinfo	11 Mar 2003 08:35:01 -0000
@@ -1 +1 @@
-MD5 (naim-0.11.5.5.tar.gz) = 2a51f9649231ec86c9ea937641a95d71
+MD5 (naim-0.11.5.6.tar.gz) = f1a5762b42a21fbcded7e7e4cb9bccf5
Index: net/naim/pkg-plist
===================================================================
RCS file: /export/ncvs/ports/net/naim/pkg-plist,v
retrieving revision 1.10
diff -u -r1.10 pkg-plist
--- net/naim/pkg-plist	23 Feb 2003 07:20:15 -0000	1.10
+++ net/naim/pkg-plist	11 Mar 2003 08:47:14 -0000
@@ -1,18 +1,18 @@
 bin/naim
-bin/nirc
 bin/nicq
+bin/nirc
 bin/nlily
 bin/sendim.sh
-lib/naim/libnsocket.so.0
-lib/naim/libnsocket.so
 lib/naim/libnsocket.la
-lib/naim/libnstatus.so.0
-lib/naim/libnstatus.so
+lib/naim/libnsocket.so
+lib/naim/libnsocket.so.0
 lib/naim/libnstatus.la
+lib/naim/libnstatus.so
+lib/naim/libnstatus.so.0
 @dirrm lib/naim
-share/doc/naim/commands.txt
-share/doc/naim/keyboard.txt
 share/doc/naim/COLORS
 share/doc/naim/FAQ
+share/doc/naim/commands.txt
+share/doc/naim/keyboard.txt
 %%PORTDOCS%%share/doc/naim/naim.hlp
 @dirrm share/doc/naim
--- net-naim-0.11.5.6-patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030311085420.59448.qmail>