Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2020 13:11:44 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547178 - head/mail/policyd2
Message-ID:  <202008311311.07VDBiMf026081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Aug 31 13:11:44 2020
New Revision: 547178
URL: https://svnweb.freebsd.org/changeset/ports/547178

Log:
  Fix shebangs on a few scripts.

Modified:
  head/mail/policyd2/Makefile   (contents, props changed)

Modified: head/mail/policyd2/Makefile
==============================================================================
--- head/mail/policyd2/Makefile	Mon Aug 31 12:48:28 2020	(r547177)
+++ head/mail/policyd2/Makefile	Mon Aug 31 13:11:44 2020	(r547178)
@@ -3,7 +3,7 @@
 
 PORTNAME=	policyd2
 PORTVERSION=	2.0.14
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	http://download.policyd.org/v${PORTVERSION}/
 DISTNAME=	cluebringer-v${PORTVERSION}
@@ -23,7 +23,7 @@ RUN_DEPENDS=	p5-Net-Server>=0:net/p5-Net-Server \
 USES=		perl5 shebangfix tar:xz
 NO_BUILD=	yes
 USE_RC_SUBR=	policyd2
-BASH_CMD=	/bin/sh
+bash_CMD=	/bin/sh
 SHEBANG_FILES=	cbpadmin \
 		cbpolicyd \
 		database/convert-tsql \



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