Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 15:40:02 -0800 (PST)
From:      "Ryan T. Dean" <rtdean@cytherianage.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47090: Maintainer-update for port net/naim to 0.11.5.2
Message-ID:  <200301152340.h0FNe2Aj083565@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47090; it has been noted by GNATS.

From: "Ryan T. Dean" <rtdean@cytherianage.net>
To: freebsd-gnats-submit@freebsd.org, <rtdean@cytherianage.net>
Cc:  
Subject: Re: ports/47090: Maintainer-update for port net/naim to 0.11.5.2
Date: Wed, 15 Jan 2003 17:33:57 -0600 (CST)

 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 ---
 

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?200301152340.h0FNe2Aj083565>