Date: Thu, 26 Sep 2013 14:34:49 +0900 (JST) From: Yasuhiro KIMURA <yasu@utahime.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/182393: [MAINTAINER] japanese/ebnetd: add staging support and etc. Message-ID: <20130926053449.D4B9F1C2AE7@rolling-vm-freebsd1.home.utahime.org> Resent-Message-ID: <201309260540.r8Q5e0gu009270@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182393 >Category: ports >Synopsis: [MAINTAINER] japanese/ebnetd: add staging support and etc. >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: Thu Sep 26 05:40:00 UTC 2013 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130926053449.D4B9F1C2AE7>