Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 1999 20:10:35 +0900 (JST)
From:      takamune@avrl.mei.co.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13659: Update: japanese/ndtpd, japanese/eb
Message-ID:  <199909091110.UAA00818@dream.avrl.mei.co.jp>

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

>Number:         13659
>Category:       ports
>Synopsis:       Update: japanese/ndtpd, japanese/eb
>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:   Thu Sep  9 04:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Kazutoki TAKAMUNE
>Release:        FreeBSD 3.3-RC i386
>Organization:
Matsushita Electric Industrial Co., Ltd.
>Environment:
FreeBSD 3.3-RC(Thu Sep  9 14:44:32 JST 1999)
ports/Mk/bsd.port.mk,v 1.318 1999/09/08 06:04:43

>Description:
Please apply this patch to upgrade ports (of which I'm the maintainer).

  - Updates japanese/ndtpd for the latest version ja-ndtpd-2.3.3.
  - Updates japanese/eb for the latest version ja-eb-2.3.3.
  - These ports should be simultaneously upgraded.

Removed files:
  - ndtpd/patches/patch-aa
  - eb/patches/patch-aa
	Author has imported these patches into distfiles.

Removed directories:
  - ndtpd/patches/
  - eb/patches/

>How-To-Repeat:
>Fix:
diff -x CVS -Nur /usr/ports/japanese/ndtpd/Makefile japanese/ndtpd/Makefile
--- /usr/ports/japanese/ndtpd/Makefile	Thu Aug 26 10:18:02 1999
+++ japanese/ndtpd/Makefile	Wed Sep  8 17:00:00 1999
@@ -1,13 +1,13 @@
 # New ports collection makefile for:	ndtpd
-# Version required:		2.3.2
+# Version required:		2.3.3
 # Date created:			4 Aug 1998
 # Whom:				Motoyuki Kasahara <m-kasahr@sra.co.jp>
 #
 # $FreeBSD: /home/ncvs/ports/japanese/ndtpd/Makefile,v 1.10 1999/08/25 05:25:46 obrien Exp $
 #
 
-DISTNAME=	ndtpd-2.3.2
-PKGNAME=	ja-ndtpd-2.3.2
+DISTNAME=	ndtpd-2.3.3
+PKGNAME=	ja-ndtpd-2.3.3
 CATEGORIES=	japanese
 MASTER_SITES=	ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ \
 		ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/old/ \
diff -x CVS -Nur /usr/ports/japanese/ndtpd/files/md5 japanese/ndtpd/files/md5
--- /usr/ports/japanese/ndtpd/files/md5	Fri Aug 20 10:08:51 1999
+++ japanese/ndtpd/files/md5	Wed Sep  8 17:00:00 1999
@@ -1 +1 @@
-MD5 (ndtpd-2.3.2.tar.gz) = c189248feffbbe5e61b2ecece3a355ea
+MD5 (ndtpd-2.3.3.tar.gz) = 6ff399fa4d8f685b8315fa1fd358f939
diff -x CVS -Nur /usr/ports/japanese/ndtpd/patches/patch-aa japanese/ndtpd/patches/patch-aa
--- /usr/ports/japanese/ndtpd/patches/patch-aa	Thu Aug 19 19:50:17 1999
+++ japanese/ndtpd/patches/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,115 +0,0 @@
---- ./ndtpd/ndtpd.c.org	Fri May 28 19:02:50 1999
-+++ ./ndtpd/ndtpd.c	Wed Aug 11 05:23:02 1999
-@@ -497,9 +497,9 @@
-      * Set `once_started' flag.
-      */
-     if (once_started)
--	syslog(LOG_NOTICE, "server restarted");
-+	syslog(LOG_INFO, "server restarted");
-     else
--	syslog(LOG_NOTICE, "server started");
-+	syslog(LOG_INFO, "server started");
-     once_started = 1;
- 
-     /*
-@@ -626,13 +626,13 @@
-      */
-     if (max_clients != 0) {
- 	if (get_ticket(&connection_ticket_stock) < 0) {
--	    syslog(LOG_NOTICE, "full of clients");
-+	    syslog(LOG_INFO, "full of clients");
- 	    shutdown(accepted_file, 2);
- 	    exit(0);
- 	}
-     }
- 
--    syslog(LOG_NOTICE, "connected: user=%s, host=%s(%s)", client_user,
-+    syslog(LOG_INFO, "connected: user=%s, host=%s(%s)", client_user,
- 	client_hostname, client_address);
- 
-     /*
-@@ -660,7 +660,7 @@
-     clear_line_buffer(&line_buffer);
-     clear_ticket_stock(&connection_ticket_stock);
- 
--    syslog(LOG_ERR, "the child server process exits");
-+    syslog(LOG_INFO, "the child server process exits");
-     exit(0);
- 
-     /*
-@@ -777,12 +777,12 @@
- 	bind_ticket_stock(&connection_ticket_stock, connection_lock_filename,
- 	    max_clients);
- 	if (get_ticket(&connection_ticket_stock) < 0) {
--	    syslog(LOG_NOTICE, "full of clients");
-+	    syslog(LOG_INFO, "full of clients");
- 	    goto die;
- 	}
-     }
- 
--    syslog(LOG_NOTICE, "connected: user=%s, host=%s(%s)", client_user,
-+    syslog(LOG_INFO, "connected: user=%s, host=%s(%s)", client_user,
- 	client_hostname, client_address);
- 
-     /*
-@@ -810,7 +810,7 @@
-     clear_line_buffer(&line_buffer);
-     clear_ticket_stock(&connection_ticket_stock);
- 
--    syslog(LOG_NOTICE, "the server exits");
-+    syslog(LOG_INFO, "the server exits");
-     exit(0);
- 
-     /*
-@@ -826,7 +826,7 @@
-     clear_line_buffer(&line_buffer);
-     clear_ticket_stock(&connection_ticket_stock);
- 
--    syslog(LOG_NOTICE, "the server exits");
-+    syslog(LOG_INFO, "the server exits");
-     exit(1);
- }
- 
-@@ -875,7 +875,7 @@
-     openlog(program_name, LOG_NDELAY | LOG_PID);
- #endif
- 
--    syslog(LOG_NOTICE, "connected: user=%s, host=%s(%s)", client_user,
-+    syslog(LOG_INFO, "connected: user=%s, host=%s(%s)", client_user,
- 	client_hostname, client_address);
- 
-     /*
-@@ -1100,12 +1100,12 @@
- {
-     alarm(0);
-     if (sig == SIGALRM) {
--	syslog(LOG_NOTICE, "the server process exits, timeout");
-+	syslog(LOG_INFO, "the server process exits, timeout");
-     } else if (server_mode == SERVER_MODE_STANDALONE) {
--	syslog(LOG_CRIT, "the server process exits, receives SIG%s",
-+	syslog(LOG_INFO, "the server process exits, receives SIG%s",
- 	    signal_name(sig));
-     } else {
--	syslog(LOG_ERR, "the server process exits, receives SIG%s",
-+	syslog(LOG_INFO, "the server process exits, receives SIG%s",
- 	    signal_name(sig));
-     }
- 
-@@ -1157,7 +1157,7 @@
-     int sig;
- {
-     alarm(0);
--    syslog(LOG_ERR, "the child server process exits, receives SIG%s",
-+    syslog(LOG_INFO, "the child server process exits, receives SIG%s",
- 	signal_name(sig));
-     shutdown(accepted_file, 2);
- 
-@@ -1191,7 +1191,7 @@
-     int status;
- #endif
- 
--    syslog(LOG_NOTICE, "receives SIGCHLD");
-+    syslog(LOG_INFO, "receives SIGCHLD");
- 
- #ifdef HAVE_WAITPID
-     while (0 < waitpid(-1, &status, WNOHANG))

diff -x CVS -Nur /usr/ports/japanese/eb/Makefile japanese/eb/Makefile
--- /usr/ports/japanese/eb/Makefile	Tue Sep  7 10:32:06 1999
+++ japanese/eb/Makefile	Wed Sep  8 17:00:00 1999
@@ -1,13 +1,13 @@
 # New ports collection makefile for:	eb
-# Version required:		2.3.2
+# Version required:		2.3.3
 # Date created:			20 Jan 1999
 # Whom:				Motoyuki Kasahara <m-kasahr@sra.co.jp>
 #
 # $FreeBSD: /home/ncvs/ports/japanese/eb/Makefile,v 1.6 1999/09/06 19:19:14 taoka Exp $
 #
 
-DISTNAME=	eb-2.3.2
-PKGNAME=	ja-eb-2.3.2
+DISTNAME=	eb-2.3.3
+PKGNAME=	ja-eb-2.3.3
 CATEGORIES=	japanese
 MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/appendix/ \
 		ftp://ftp.sra.co.jp/pub/misc/eb/appendix/old/ \
diff -x CVS -Nur /usr/ports/japanese/eb/files/md5 japanese/eb/files/md5
--- /usr/ports/japanese/eb/files/md5	Tue Sep  7 10:32:06 1999
+++ japanese/eb/files/md5	Wed Sep  8 17:00:00 1999
@@ -1,4 +1,4 @@
-MD5 (eb/eb-2.3.2.tar.gz) = 92e17f181b2287f0cb00af0e4920c2d9
+MD5 (eb/eb-2.3.3.tar.gz) = f4d988441fe9eb8d82c8015c3a5cd462
 MD5 (eb/cencro-1.0.tar.gz) = 1c93a68fae90990b631bd5302349d199
 MD5 (eb/chujiten-2.3.tar.gz) = 750c15b8e94faca7cb4b15b98d1fbb19
 MD5 (eb/chujiten2-2.0.tar.gz) = 62a86bdb51a38b554bc6c3bb40da443a
diff -x CVS -Nur /usr/ports/japanese/eb/patches/patch-aa japanese/eb/patches/patch-aa
--- /usr/ports/japanese/eb/patches/patch-aa	Thu Aug 19 19:50:28 1999
+++ japanese/eb/patches/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- ./configure.org	Sat Jun 19 20:26:46 1999
-+++ ./configure	Thu Aug 19 03:38:17 1999
-@@ -797,7 +797,7 @@
- 
- 
- 
--LIBEB_VERSION_INFO=2:2:1
-+LIBEB_VERSION_INFO=3:0:2
- 
- 
- MAILING_ADDRESS='m-kasahr@sra.co.jp'

>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?199909091110.UAA00818>