svn commit: r393174 - head/sysutils/heartbeat

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 29 16:26:30 UTC 2015


Author: amdmi3
Date: Wed Jul 29 16:26:28 2015
New Revision: 393174
URL: https://svnweb.freebsd.org/changeset/ports/393174

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/sysutils/heartbeat/Makefile

Modified: head/sysutils/heartbeat/Makefile
==============================================================================
--- head/sysutils/heartbeat/Makefile	Wed Jul 29 16:26:18 2015	(r393173)
+++ head/sysutils/heartbeat/Makefile	Wed Jul 29 16:26:28 2015	(r393174)
@@ -3,7 +3,7 @@
 
 PORTNAME=	heartbeat
 PORTVERSION=	2.1.4
-PORTREVISION=	25
+PORTREVISION=	26
 CATEGORIES=	sysutils
 #MASTER_SITES=	http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2
 MASTER_SITES=	LOCAL/kuriyama/heartbeat
@@ -25,7 +25,11 @@ BUILD_DEPENDS=	bison:${PORTSDIR}/devel/b
 
 USES=		autoreconf cpe gettext gmake libtool perl5 pkgconfig python tar:bzip2 \
 		shebangfix
-SHEBANG_FILES=	ldirectord/ldirectord.in
+SHEBANG_FILES=	ldirectord/ldirectord.in \
+		lib/plugins/stonith/external/ibmrsa-telnet \
+		lib/plugins/stonith/external/vmware \
+		lib/plugins/stonith/external/xen0-ha-dom0-stonith-helper \
+		lib/plugins/stonith/external/xen0-ha.in
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list