Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2001 07:07:26 +0800 (CST)
From:      Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gslin@infomath.math.nctu.edu.tw
Subject:   ports/30714: [MAINTAINER] Update net/ntalk
Message-ID:  <20010921230726.5B2E23D86@infomath.math.nctu.edu.tw>

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

>Number:         30714
>Category:       ports
>Synopsis:       [MAINTAINER] Update net/ntalk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 21 16:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #3: Fri Sep 21 18:13:19 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/usr/src/sys/compile/InFoMath i386


	
>Description:
	
	- Upgrade to 0.4.
>How-To-Repeat:
	
	N/A
>Fix:

	
diff -ruN /usr/ports/net/ntalk/Makefile ntalk/Makefile
--- /usr/ports/net/ntalk/Makefile	Wed Aug 29 18:56:13 2001
+++ ntalk/Makefile	Sat Sep 22 07:02:13 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ntalk
-PORTVERSION=	0.3.1
+PORTVERSION=	0.4
 CATEGORIES=	net
 MASTER_SITES=	http://kab.w.interia.pl/
 
@@ -14,6 +14,8 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+ALL_TARGET=	${PORTNAME}
+
 post-patch:
 	@${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/Makefile
 
@@ -21,7 +23,7 @@
 	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for FILE in COPYING ChangeLog INSTALL README
+.for FILE in AUTHORS COPYING ChangeLog INSTALL README
 	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
 .endfor
 .endif
diff -ruN /usr/ports/net/ntalk/distinfo ntalk/distinfo
--- /usr/ports/net/ntalk/distinfo	Wed Aug 29 18:56:13 2001
+++ ntalk/distinfo	Sat Sep 22 06:57:49 2001
@@ -1 +1 @@
-MD5 (ntalk-0.3.1.tar.gz) = 52c599ad8e1ff7b71e186cf39cc5b3cb
+MD5 (ntalk-0.4.tar.gz) = 394bbe8b7875c931cee3ae0fc35f4134
diff -ruN /usr/ports/net/ntalk/files/patch-ntalk.c ntalk/files/patch-ntalk.c
--- /usr/ports/net/ntalk/files/patch-ntalk.c	Wed Aug 29 18:56:13 2001
+++ ntalk/files/patch-ntalk.c	Thu Jan  1 08:00:00 1970
@@ -1,11 +0,0 @@
---- ntalk.c.orig	Sun Aug 26 08:02:08 2001
-+++ ntalk.c	Sun Aug 26 08:02:22 2001
-@@ -16,7 +16,7 @@
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <unistd.h>
--#include <ncurses/ncurses.h>
-+#include <curses.h>
- 
- #define MESSAGE 	0   
- #define NICK      	1
diff -ruN /usr/ports/net/ntalk/pkg-plist ntalk/pkg-plist
--- /usr/ports/net/ntalk/pkg-plist	Wed Aug 29 18:56:13 2001
+++ ntalk/pkg-plist	Sat Sep 22 07:01:02 2001
@@ -1,4 +1,5 @@
 bin/ntalk
+%%PORTDOCS%%share/doc/ntalk/AUTHORS
 %%PORTDOCS%%share/doc/ntalk/COPYING
 %%PORTDOCS%%share/doc/ntalk/ChangeLog
 %%PORTDOCS%%share/doc/ntalk/INSTALL
>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?20010921230726.5B2E23D86>