svn commit: r442971 - head/net-mgmt/resource-agents

Jochen Neumeister joneum at FreeBSD.org
Fri Jun 9 05:05:54 UTC 2017


Author: joneum
Date: Fri Jun  9 05:05:52 2017
New Revision: 442971
URL: https://svnweb.freebsd.org/changeset/ports/442971

Log:
  - net-mgmt/resource-agents: Set correct sh_OLD_CMD
  - Bump PORTREVISION
  
  Reported by:	mat
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11075

Modified:
  head/net-mgmt/resource-agents/Makefile

Modified: head/net-mgmt/resource-agents/Makefile
==============================================================================
--- head/net-mgmt/resource-agents/Makefile	Fri Jun  9 03:35:05 2017	(r442970)
+++ head/net-mgmt/resource-agents/Makefile	Fri Jun  9 05:05:52 2017	(r442971)
@@ -3,6 +3,7 @@
 
 PORTNAME=	resource-agents
 PORTVERSION=	4.0.1
+PORTREVISION=	1
 DISTVERSIONPREFIX=v
 CATEGORIES=	net-mgmt
 
@@ -25,7 +26,7 @@ USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 
 SHEBANG_LANG=	sh
-sh_OLD_CMD=	/bin/sh.${SH}
+sh_OLD_CMD=	/bin/sh
 sh_CMD=		${LOCALBASE}/bin/bash
 SHEBANG_FILES=	heartbeat/* \
 		ldirectord/ldirectord.in \


More information about the svn-ports-all mailing list