From yasu@home.utahime.org  Thu Sep 26 05:34:51 2013
Return-Path: <yasu@home.utahime.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id ABD57BCA
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Sep 2013 05:34:51 +0000 (UTC)
	(envelope-from yasu@home.utahime.org)
Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210])
	by mx1.freebsd.org (Postfix) with ESMTP id 7C3E22C2E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Sep 2013 05:34:51 +0000 (UTC)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by gate.utahime.jp (Postfix) with ESMTP id 27BED61F9D;
	Thu, 26 Sep 2013 14:34:50 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 004084E653;
	Thu, 26 Sep 2013 14:34:49 +0900 (JST)
Received: from rolling-vm-freebsd1.home.utahime.org (rolling-vm-freebsd1.home.utahime.org [192.168.174.51])
	by eastasia.home.utahime.org (Postfix) with ESMTP id D8FA34E62F;
	Thu, 26 Sep 2013 14:34:49 +0900 (JST)
Received: by rolling-vm-freebsd1.home.utahime.org (Postfix, from userid 1000)
	id D4B9F1C2AE7; Thu, 26 Sep 2013 14:34:49 +0900 (JST)
Message-Id: <20130926053449.D4B9F1C2AE7@rolling-vm-freebsd1.home.utahime.org>
Date: Thu, 26 Sep 2013 14:34:49 +0900 (JST)
From: Yasuhiro KIMURA <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] japanese/ebnetd: add staging support and etc.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         182393
>Category:       ports
>Synopsis:       [MAINTAINER] japanese/ebnetd: add staging support and etc.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 26 05:40:00 UTC 2013
>Closed-Date:    Thu Sep 26 14:19:33 UTC 2013
>Last-Modified:  Thu Sep 26 14:20:00 UTC 2013
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE-p7 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0 r255449: Tue Sep 10 22:52:11 JST 2013 xxxx amd64


	
>Description:
	
	- Add staging support.
	- Add Created-by header in Makefile.
	- Convert to new LIB_DEPENDS format.
	- Use @dirrmtry instead of @unexec rmdir.

>How-To-Repeat:
	
>Fix:

	

--- patch-ja-ebnetd begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 328328)
+++ Makefile	(working copy)
@@ -1,3 +1,4 @@
+# Created by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
 # $FreeBSD$
 
 PORTNAME=	ebnetd
@@ -11,7 +12,7 @@
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	eb:${PORTSDIR}/japanese/eb
+LIB_DEPENDS=	libeb.so:${PORTSDIR}/japanese/eb
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
@@ -26,10 +27,4 @@
 
 INFO=		ebnetd ebnetd-ja
 
-NO_STAGE=	yes
-post-install:
-	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-	@${ECHO}
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 328328)
+++ pkg-plist	(working copy)
@@ -15,4 +15,4 @@
 sbin/ndtpcontrol
 sbin/ndtpd
 @exec mkdir -m 0755 -p %%EBNETD_RUNDIR%%
-@unexec rmdir %%EBNETD_RUNDIR%%
+@dirrmtry %%EBNETD_RUNDIR%%
--- patch-ja-ebnetd ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Thu Sep 26 12:55:59 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182393 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Thu Sep 26 14:19:33 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182393 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182393: commit references a PR
Date: Thu, 26 Sep 2013 14:18:34 +0000 (UTC)

 Author: wg
 Date: Thu Sep 26 14:18:25 2013
 New Revision: 328365
 URL: http://svnweb.freebsd.org/changeset/ports/328365
 
 Log:
   japanese/ebnetd: allow staging
   
   - Allow staging
   - Add Created by in Makefile header
   - Convert lib depends to new format
   
   PR:		ports/182393
   Submitted by:	Yasuhiro KIMURA <yasu utahime.org> (maintainer)
 
 Modified:
   head/japanese/ebnetd/Makefile
   head/japanese/ebnetd/pkg-plist   (contents, props changed)
 Directory Properties:
   head/japanese/ebnetd/distinfo   (props changed)
 
 Modified: head/japanese/ebnetd/Makefile
 ==============================================================================
 --- head/japanese/ebnetd/Makefile	Thu Sep 26 14:14:43 2013	(r328364)
 +++ head/japanese/ebnetd/Makefile	Thu Sep 26 14:18:25 2013	(r328365)
 @@ -1,3 +1,4 @@
 +# Created by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
  # $FreeBSD$
  
  PORTNAME=	ebnetd
 @@ -11,7 +12,7 @@ COMMENT=	Servers for accessing CD-ROM bo
  
  LICENSE=	GPLv2
  
 -LIB_DEPENDS=	eb:${PORTSDIR}/japanese/eb
 +LIB_DEPENDS=	libeb.so:${PORTSDIR}/japanese/eb
  
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS=	--localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
 @@ -26,10 +27,4 @@ PLIST_SUB=	EBNETD_RUNDIR=${RUNDIR}/${POR
  
  INFO=		ebnetd ebnetd-ja
  
 -NO_STAGE=	yes
 -post-install:
 -	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 -	@${ECHO}
 -	@${CAT} ${PKGMESSAGE}
 -
  .include <bsd.port.mk>
 
 Modified: head/japanese/ebnetd/pkg-plist
 ==============================================================================
 --- head/japanese/ebnetd/pkg-plist	Thu Sep 26 14:14:43 2013	(r328364)
 +++ head/japanese/ebnetd/pkg-plist	Thu Sep 26 14:18:25 2013	(r328365)
 @@ -1,4 +1,3 @@
 -@comment $FreeBSD$
  etc/ebnetd.conf.sample
  libexec/ebhtstat
  libexec/ebnstat
 @@ -15,4 +14,4 @@ sbin/ndtpcheck
  sbin/ndtpcontrol
  sbin/ndtpd
  @exec mkdir -m 0755 -p %%EBNETD_RUNDIR%%
 -@unexec rmdir %%EBNETD_RUNDIR%%
 +@dirrmtry %%EBNETD_RUNDIR%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
