Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 07:13:33 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371094 - head/japanese/ebnetd
Message-ID:  <201410180713.s9I7DXli066345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Oct 18 07:13:32 2014
New Revision: 371094
URL: https://svnweb.freebsd.org/changeset/ports/371094
QAT: https://qat.redports.org/buildarchive/r371094/

Log:
  japanese/ebnetd: Remove @dirrm, use @sample, use @dir()
  
  The stage-qa checks said 5 files needed perl shebang fixed, but
  USE=shebangfix won't fix it.  The value of PERL was defined for the
  configure target to fix it.  However, a run depends on perl was not
  added as the affected files are probably optional scripts.
  
  PR:		194367
  Submitted by:	maintainer (Yasuhiro KIMURA)

Modified:
  head/japanese/ebnetd/Makefile
  head/japanese/ebnetd/pkg-plist

Modified: head/japanese/ebnetd/Makefile
==============================================================================
--- head/japanese/ebnetd/Makefile	Sat Oct 18 06:47:25 2014	(r371093)
+++ head/japanese/ebnetd/Makefile	Sat Oct 18 07:13:32 2014	(r371094)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ebnetd
 PORTVERSION=	1.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	japanese ipv6
 MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/
 
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libeb.so:${PORTSDIR}/japane
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
+CONFIGURE_ENV=	PERL=${PREFIX}/bin/perl
 
 # Local variables
 LOGDIR=		/var/log
@@ -27,4 +28,7 @@ PLIST_SUB=	EBNETD_RUNDIR=${RUNDIR}/${POR
 
 INFO=		ebnetd ebnetd-ja
 
+post-stage:
+	${MKDIR} -m 0755 ${STAGEDIR}${RUNDIR}/${PORTNAME}
+
 .include <bsd.port.mk>

Modified: head/japanese/ebnetd/pkg-plist
==============================================================================
--- head/japanese/ebnetd/pkg-plist	Sat Oct 18 06:47:25 2014	(r371093)
+++ head/japanese/ebnetd/pkg-plist	Sat Oct 18 07:13:32 2014	(r371094)
@@ -1,4 +1,4 @@
-etc/ebnetd.conf.sample
+@sample etc/ebnetd.conf.sample
 libexec/ebhtstat
 libexec/ebnstat
 libexec/ndtpstat
@@ -13,5 +13,4 @@ sbin/ebnupgrade
 sbin/ndtpcheck
 sbin/ndtpcontrol
 sbin/ndtpd
-@exec mkdir -m 0755 -p %%EBNETD_RUNDIR%%
-@dirrmtry %%EBNETD_RUNDIR%%
+@dir(,,0755) %%EBNETD_RUNDIR%%



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