svn commit: r371094 - head/japanese/ebnetd
John Marino
marino at FreeBSD.org
Sat Oct 18 07:13:33 UTC 2014
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
+ at sample etc/ebnetd.conf.sample
libexec/ebhtstat
libexec/ebnstat
libexec/ndtpstat
@@ -13,5 +13,4 @@ sbin/ebnupgrade
sbin/ndtpcheck
sbin/ndtpcontrol
sbin/ndtpd
- at exec mkdir -m 0755 -p %%EBNETD_RUNDIR%%
- at dirrmtry %%EBNETD_RUNDIR%%
+ at dir(,,0755) %%EBNETD_RUNDIR%%
More information about the svn-ports-all
mailing list