svn commit: r547178 - head/mail/policyd2

Mathieu Arnold mat at FreeBSD.org
Mon Aug 31 13:11:45 UTC 2020


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 \


More information about the svn-ports-head mailing list