From owner-svn-ports-head@freebsd.org Fri May 13 17:59:14 2016 Return-Path: Delivered-To: svn-ports-head@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 5D956B399CD; Fri, 13 May 2016 17:59:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2B42A1374; Fri, 13 May 2016 17:59:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4DHxDOp039706; Fri, 13 May 2016 17:59:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4DHxDGt039705; Fri, 13 May 2016 17:59:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605131759.u4DHxDGt039705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 13 May 2016 17:59:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415118 - head/net-mgmt/crmsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2016 17:59:14 -0000 Author: amdmi3 Date: Fri May 13 17:59:13 2016 New Revision: 415118 URL: https://svnweb.freebsd.org/changeset/ports/415118 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Modified: head/net-mgmt/crmsh/Makefile Modified: head/net-mgmt/crmsh/Makefile ============================================================================== --- head/net-mgmt/crmsh/Makefile Fri May 13 17:53:58 2016 (r415117) +++ head/net-mgmt/crmsh/Makefile Fri May 13 17:59:13 2016 (r415118) @@ -3,7 +3,7 @@ PORTNAME= crmsh PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt python MAINTAINER= dpejesh@yahoo.com @@ -23,8 +23,12 @@ GH_TAGNAME= 2.2.0 USES= autoreconf gmake python:2 shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ocf-root=${PREFIX}/etc/ocf +NO_ARCH= yes -SHEBANG_FILES= crm +SHEBANG_FILES= crm \ + test/cib-tests.sh \ + utils/crm_pkg.py \ + utils/crm_rpmcheck.py OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT=MANPAGES