Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2006 19:54:48 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97554: [Maintainer Update] japanese/ebnetd: One of MASTER_SITES has disappeared
Message-ID:  <20060521105448.A8F681F@eastasia.home.utahime.org>
Resent-Message-ID: <200605211100.k4LB0Y69040918@freefall.freebsd.org>

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

>Number:         97554
>Category:       ports
>Synopsis:       [Maintainer Update] japanese/ebnetd: One of MASTER_SITES has disappeared
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 21 11:00:33 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 20 00:54:07 JST 2006 xxxx i386


	
>Description:
	- One of MASTER_SITES has disappeared.
	- Use @dirrmtry instead of @unexec rmdir.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-ebnetd begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/japanese/ebnetd/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- Makefile	2 Jan 2006 23:10:34 -0000	1.37
+++ Makefile	21 May 2006 10:41:57 -0000
@@ -9,8 +9,7 @@
 PORTVERSION=	1.0
 PORTREVISION=	2
 CATEGORIES=	japanese ipv6
-MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/ \
-		ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/eb/
+MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/
 
 MAINTAINER=	yasu@utahime.org
 COMMENT=	Servers for accessing CD-ROM books via TCP/IP
Index: pkg-plist
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/japanese/ebnetd/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- pkg-plist	31 Oct 2004 21:56:07 -0000	1.9
+++ pkg-plist	21 May 2006 10:40:50 -0000
@@ -16,4 +16,4 @@
 sbin/ndtpcontrol
 sbin/ndtpd
 @exec /bin/mkdir -m 0755 -p /var/run/ebnetd
-@unexec rmdir /var/run/ebnetd
+@dirrmtry /var/run/ebnetd
--- patch-ebnetd ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060521105448.A8F681F>