svn commit: r439046 - head/sysutils/cluster-glue

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 10:35:48 UTC 2017


Author: amdmi3
Date: Fri Apr 21 10:35:47 2017
New Revision: 439046
URL: https://svnweb.freebsd.org/changeset/ports/439046

Log:
  - Fix shebangs

Modified:
  head/sysutils/cluster-glue/Makefile

Modified: head/sysutils/cluster-glue/Makefile
==============================================================================
--- head/sysutils/cluster-glue/Makefile	Fri Apr 21 10:35:34 2017	(r439045)
+++ head/sysutils/cluster-glue/Makefile	Fri Apr 21 10:35:47 2017	(r439046)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cluster-glue
 PORTVERSION=	1.0.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://hg.linux-ha.org/glue/archive/
 DISTNAME=	0a7add1d9996
@@ -29,7 +29,9 @@ USES=		autoreconf gettext gmake libtool 
 SHEBANG_FILES=	lib/plugins/stonith/external/ibmrsa-telnet \
 		lib/plugins/stonith/external/vmware \
 		lib/plugins/stonith/external/xen0-ha.in \
-		lib/plugins/stonith/external/xen0-ha-dom0-stonith-helper
+		lib/plugins/stonith/external/xen0-ha-dom0-stonith-helper \
+		lib/plugins/stonith/external/riloe \
+		lib/plugins/stonith/external/dracmc-telnet
 USE_GNOME=	glib20 libxml2
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	ha_logd


More information about the svn-ports-head mailing list