From owner-freebsd-ports-bugs Thu Feb 13 7:30: 9 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6CE37B401 for ; Thu, 13 Feb 2003 07:30:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EBE243FAF for ; Thu, 13 Feb 2003 07:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1DFU4NS019477 for ; Thu, 13 Feb 2003 07:30:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1DFU4MV019476; Thu, 13 Feb 2003 07:30:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6419E37B401 for ; Thu, 13 Feb 2003 07:25:28 -0800 (PST) Received: from lumina.student.iastate.edu (lumina.student.iastate.edu [64.113.68.131]) by mx1.FreeBSD.org (Postfix) with SMTP id 5641D43FAF for ; Thu, 13 Feb 2003 07:25:27 -0800 (PST) (envelope-from rtdean@lumina.cytherianage.net) Received: (qmail 43374 invoked by uid 1000); 13 Feb 2003 15:30:28 -0000 Message-Id: <20030213153028.43372.qmail@lumina.cytherianage.net> Date: 13 Feb 2003 15:30:28 -0000 From: "Ryan T.Dean" Reply-To: "Ryan T.Dean" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48245: (maintainer) update port: net/naim to version 0.11.5.4 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48245 >Category: ports >Synopsis: (maintainer) update port: net/naim to version 0.11.5.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 13 07:30:03 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: ports/net/naim is currently at version 0.11.5.2. Latest naim release is 0.11.5.4. This PR updates ports/net/naim to 0.11.5.4. A brief summary of the changes is listed below. 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. Major feature additions: History scrollback now leaves the cursor at the end of the line, without affecting partial matching. Various Lily-related UI cleanups, to make naim much more familiar to "old school" Lily users. Persistent scrollback files (~/.naimlog/*) are now flushed periodically, in the event naim is abruptly terminated. New /tagbuddy command to leave reminder notes to yourself. You no longer need to enter paste mode in order to paste multi-line messages, they will automatically be consolidated. Similarly, embedded Tabs will be escaped if naim believes you are pasting something. >How-To-Repeat: >Fix: --- naim-0.11.5.4-patch begins here --- Index: naim/Makefile =================================================================== RCS file: /home/ncvs/ports/net/naim/Makefile,v retrieving revision 1.28 diff -u -u -r1.28 Makefile --- naim/Makefile 18 Jan 2003 22:05:48 -0000 1.28 +++ naim/Makefile 13 Feb 2003 15:09:44 -0000 @@ -6,7 +6,7 @@ # PORTNAME= naim -PORTVERSION= 0.11.5.2 +PORTVERSION= 0.11.5.4 CATEGORIES= net MASTER_SITES= http://www.acm.rpi.edu/~n/naim/ \ http://128.113.139.111/~n/.naim_archive/0/11/ Index: naim/distinfo =================================================================== RCS file: /home/ncvs/ports/net/naim/distinfo,v retrieving revision 1.13 diff -u -u -r1.13 distinfo --- naim/distinfo 18 Jan 2003 22:05:48 -0000 1.13 +++ naim/distinfo 13 Feb 2003 15:09:44 -0000 @@ -1 +1 @@ -MD5 (naim-0.11.5.2.tar.gz) = a1ab157f20f0f2ed3026adb3d9ea0284 +MD5 (naim-0.11.5.4.tar.gz) = 456fe59664a0862760bf9575f31f383d Index: naim/pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/naim/pkg-plist,v retrieving revision 1.8 diff -u -u -r1.8 pkg-plist --- naim/pkg-plist 18 Jan 2003 22:05:48 -0000 1.8 +++ naim/pkg-plist 13 Feb 2003 15:09:44 -0000 @@ -4,10 +4,10 @@ lib/naim/libnsocket.so.0 lib/naim/libnsocket.so lib/naim/libnsocket.la +@dirrm lib/naim 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%%@dirrm share/doc/naim +@dirrm share/doc/naim --- naim-0.11.5.4-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