From owner-svn-ports-all@freebsd.org Wed Jul 29 16:26:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C2369AEF5F; Wed, 29 Jul 2015 16:26:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCF481A41; Wed, 29 Jul 2015 16:26:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6TGQTNk022000; Wed, 29 Jul 2015 16:26:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6TGQTGV021999; Wed, 29 Jul 2015 16:26:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507291626.t6TGQTGV021999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 29 Jul 2015 16:26:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393174 - head/sysutils/heartbeat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 16:26:30 -0000 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