Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 14:18:25 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328365 - head/japanese/ebnetd
Message-ID:  <201309261418.r8QEIPlR059421@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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%%



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