Bug 47090 - Maintainer-Update for port net/naim to 0.11.5.2
Summary: Maintainer-Update for port net/naim to 0.11.5.2
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-15 01:20 UTC by Ryan T. Dean
Modified: 2003-01-18 22:06 UTC (History)
0 users

See Also:


Attachments
naim-0.11.5.2-patch (2.02 KB, text/plain)
2003-01-15 01:20 UTC, Ryan T. Dean
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan T. Dean 2003-01-15 01:20:00 UTC
naim's author, Daniel Reed, has release naim-0.11.5.2.  From his release announcement:

Major bug fixes:
        High ASCII input will no longer cause the input handler to reset
                itself; it is simply ignored now.
Major feature additions:
        Time zone information is exchanged during autopeer negotiation.
        The window list window now uses ASCII line drawing symbols to
                promote state.
        [AIM] Profiles that are too long to meet the server's size limits
                will be truncated to fit, and a warning will be sent to the
                user.
        New $awaylog. If set, all messages received while /away will be
                mirrored in an :AWAYLOG window.
        New $autosave. If set (default currently off), naim will /save when
                the user /quit's.
        People who are /ignore'd will be ignored in group chats as well.
        /help system drastically revamped.

Fix: The file ports/net/naim/files/patch-Makefile.in is no longer required and needs to be removed.
Comment 1 Ryan T. Dean 2003-01-15 23:33:57 UTC
Please disregard the above listed fix.  The following two bugs were
discovered that prompted the release of version 0.11.5.3.

Major bug fixes:
        AUTOCRYPT key negotiation failed under some circumstances due to
                improperly terminated strings. Fixed.
        Command completion caused unpleasantness when arguments were given
                to argless commands (such as /quit). Fixed.

The following patch will bring the current port (0.11.5) to the latest
version (0.11.5.3).  Also, files/patch-Makefile.in is no longer required
and should be removed.

--- naim-0.11.5-to-0.11.5.3-patch begins here ---
? ports/net/naim/files
? ports/net/naim/work
Index: ports/net/naim/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/naim/Makefile,v
retrieving revision 1.27
diff -u -u -r1.27 Makefile
--- ports/net/naim/Makefile	2003/01/03 04:40:07	1.27
+++ ports/net/naim/Makefile	2003/01/15 23:20:33
@@ -6,15 +6,17 @@
 #

 PORTNAME=	naim
-PORTVERSION=	0.11.5
+PORTVERSION=	0.11.5.3
 CATEGORIES=	net
-MASTER_SITES=	http://www.acm.rpi.edu/~n/naim/
+MASTER_SITES=	http://www.acm.rpi.edu/~n/naim/ \
+		http://128.113.139.111/~n/.naim_archive/0/11/

 MAINTAINER=	rtdean@cytherianage.net

 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
-		--build=${CONFIGURE_TARGET}
+		--build=${CONFIGURE_TARGET} \
+		--disable-nirc-manlink

 MAN1=		naim.1
 MLINKS=		naim.1 nirc.1
@@ -23,8 +25,6 @@
 .if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${DOCSDIR}
 	@ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${DOCSDIR}
-	@ ${INSTALL_DATA} ${WRKSRC}/doc/COLORS ${DOCSDIR}
-	@ ${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
 .endif

 .include <bsd.port.mk>
Index: ports/net/naim/distinfo
===================================================================
RCS file: /home/ncvs/ports/net/naim/distinfo,v
retrieving revision 1.12
diff -u -u -r1.12 distinfo
--- ports/net/naim/distinfo	2003/01/03 04:40:07	1.12
+++ ports/net/naim/distinfo	2003/01/15 23:20:33
@@ -1 +1 @@
-MD5 (naim-0.11.5.tar.gz) = 9405a77b2965889a9e74e26466edc119
+MD5 (naim-0.11.5.3.tar.gz) = a7c8b5d4f1e83efb0f74411acfbec501
Index: ports/net/naim/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/naim/pkg-plist,v
retrieving revision 1.7
diff -u -u -r1.7 pkg-plist
--- ports/net/naim/pkg-plist	2003/01/03 04:40:07	1.7
+++ ports/net/naim/pkg-plist	2003/01/15 23:20:33
@@ -1,10 +1,13 @@
 bin/naim
 bin/nirc
+bin/sendim.sh
 lib/naim/libnsocket.so.0
 lib/naim/libnsocket.so
 lib/naim/libnsocket.la
+share/doc/naim/commands.txt
+share/doc/naim/keyboard.txt
+share/doc/naim/COLORS
+share/doc/naim/FAQ
 @dirrm lib/naim
 %%PORTDOCS%%share/doc/naim/naim.hlp
-%%PORTDOCS%%share/doc/naim/COLORS
-%%PORTDOCS%%share/doc/naim/FAQ
 %%PORTDOCS%%@dirrm share/doc/naim
--- naim-0.11.5-to-0.11.5.3 ends here ---
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-18 22:06:00 UTC
State Changed
From-To: open->closed

Committed, thanks