Date: Tue, 10 Dec 2002 21:35:03 -0600 (CST) From: "Ryan T. Dean" <rtdean@cytherianage.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46177: Updated port: net/naim (maint. update) to release 0.11.5 Message-ID: <200212110335.gBB3Z31P022718@mahasamatman.cytherianage.net>
next in thread | raw e-mail | index | archive | help
>Number: 46177 >Category: ports >Synopsis: Updated port: net/naim (maint. update) to release 0.11.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Dec 10 19:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Ryan T. Dean >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD ratri.cytherianage.net 4.7-STABLE FreeBSD 4.7-STABLE #4: Thu Nov 28 01:17:59 CST 2002 root@ratri.cytherianage.net:/usr/obj/usr/src/sys/TEMP-RATRI i386 >Description: Darren Reed, the naim author, has released a new naim version - 0.11.5. This patch updates ports/net/naim to that version. >How-To-Repeat: >Fix: --- naim-0.11.5-patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/naim/Makefile,v retrieving revision 1.26 diff -u -u -r1.26 Makefile --- Makefile 2002/11/23 00:35:43 1.26 +++ Makefile 2002/12/11 03:26:08 @@ -6,14 +6,15 @@ # PORTNAME= naim -PORTVERSION= 0.11.4.13 +PORTVERSION= 0.11.5 CATEGORIES= net MASTER_SITES= http://www.acm.rpi.edu/~n/naim/ MAINTAINER= rtdean@cytherianage.net -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/p1//} -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --build=${CONFIGURE_TARGET} MAN1= naim.1 @@ -22,6 +23,7 @@ @ ${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: distinfo =================================================================== RCS file: /home/ncvs/ports/net/naim/distinfo,v retrieving revision 1.11 diff -u -u -r1.11 distinfo --- distinfo 2002/11/23 00:35:43 1.11 +++ distinfo 2002/12/11 03:26:08 @@ -1 +1 @@ -MD5 (naim-0.11.4.13.tar.gz) = 77c32ad1c58d1ab818a742928963c6fe +MD5 (naim-0.11.5.tar.gz) = 9405a77b2965889a9e74e26466edc119 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/naim/pkg-plist,v retrieving revision 1.6 diff -u -u -r1.6 pkg-plist --- pkg-plist 2002/11/23 00:35:43 1.6 +++ pkg-plist 2002/12/11 03:26:08 @@ -1,8 +1,10 @@ bin/naim -lib/naim/libnsocket.so +bin/nirc lib/naim/libnsocket.so.0 +lib/naim/libnsocket.so lib/naim/libnsocket.la @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-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212110335.gBB3Z31P022718>