From owner-svn-ports-head@FreeBSD.ORG Sat Oct 18 07:13:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDADFEBB; Sat, 18 Oct 2014 07:13:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FEB5BEA; Sat, 18 Oct 2014 07:13:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9I7DXpA066347; Sat, 18 Oct 2014 07:13:33 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9I7DXli066345; Sat, 18 Oct 2014 07:13:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410180713.s9I7DXli066345@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 18 Oct 2014 07:13:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371094 - head/japanese/ebnetd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 07:13:33 -0000 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 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%%