From owner-svn-ports-head@freebsd.org Wed Jul 22 04:15:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CADE9A6FEF; Wed, 22 Jul 2015 04:15:05 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.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 020C71C0B; Wed, 22 Jul 2015 04:15:05 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M4F4B7029882; Wed, 22 Jul 2015 04:15:04 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M4F48n029881; Wed, 22 Jul 2015 04:15:04 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507220415.t6M4F48n029881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 22 Jul 2015 04:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392660 - head/security/samba-virusfilter 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.20 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: Wed, 22 Jul 2015 04:15:05 -0000 Author: kuriyama Date: Wed Jul 22 04:15:03 2015 New Revision: 392660 URL: https://svnweb.freebsd.org/changeset/ports/392660 Log: - Fix ksh shebang - Add missing dependency on ksh - Cosmetic whitespace fixes PR: ports/201536 Submitted by: amdmi3 Modified: head/security/samba-virusfilter/Makefile Modified: head/security/samba-virusfilter/Makefile ============================================================================== --- head/security/samba-virusfilter/Makefile Wed Jul 22 03:39:42 2015 (r392659) +++ head/security/samba-virusfilter/Makefile Wed Jul 22 04:15:03 2015 (r392660) @@ -2,6 +2,7 @@ PORTNAME= samba-virusfilter PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://cloud.github.com/downloads/fumiyas/samba-virusfilter/ @@ -10,12 +11,14 @@ COMMENT= On-access anti-virus filter for PATCH_DEPENDS= smbclient:${PORTSDIR}/net/${SAMBA_PORT} BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/${SAMBA_PORT}:configure +RUN_DEPENDS= ksh:${PORTSDIR}/shells/pdksh GNU_CONFIGURE= yes -USES= tar:bzip2 gmake -ALL_TARGET= # should empty +USES= gmake shebangfix tar:bzip2 +SHEBANG_FILES= bin/svf-notify.ksh +ALL_TARGET= # should empty CONFIGURE_ARGS= --with-samba-source=`cd ${PORTSDIR}/net/${SAMBA_PORT}; ${MAKE} -VWRKSRC` \ - --with-clamd=${PREFIX}/sbin/clamd --with-savdid=${PREFIX}/bin/savdid + --with-clamd=${PREFIX}/sbin/clamd --with-savdid=${PREFIX}/bin/savdid SAMBA_PORT?= samba36 USE_AUTOTOOLS= autoconf autoheader # for net/${SAMBA_PORT} configure MAKE_ARGS= SAMBA_DATADIR=${PREFIX}