From owner-svn-ports-head@freebsd.org Wed May 17 18:46:36 2017 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 7AFDFD71E8B; Wed, 17 May 2017 18:46:36 +0000 (UTC) (envelope-from tcberner@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 41F89B2F; Wed, 17 May 2017 18:46:36 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4HIkZSO073960; Wed, 17 May 2017 18:46:35 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4HIkZ3a073959; Wed, 17 May 2017 18:46:35 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705171846.v4HIkZ3a073959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 17 May 2017 18:46:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441113 - head/devel/tesla 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.23 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: Wed, 17 May 2017 18:46:36 -0000 Author: tcberner Date: Wed May 17 18:46:35 2017 New Revision: 441113 URL: https://svnweb.freebsd.org/changeset/ports/441113 Log: Fix shebangs * Add python:run to USES -- as it installs python scripts. Reviewed by: brooks Approved by: brooks (maintainer), rakuco (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10775 Modified: head/devel/tesla/Makefile Modified: head/devel/tesla/Makefile ============================================================================== --- head/devel/tesla/Makefile Wed May 17 18:04:40 2017 (r441112) +++ head/devel/tesla/Makefile Wed May 17 18:46:35 2017 (r441113) @@ -2,18 +2,20 @@ PORTNAME= tesla DISTVERSION= 0.0.20140425 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel lang MAINTAINER= brooks@FreeBSD.org COMMENT= Temporally Enhanced Security Logic Assertions -USES= cmake:outsource execinfo ninja +USES= cmake:outsource execinfo ninja python:run shebangfix BUILD_DEPENDS= clang33:lang/clang33 RUN_DEPENDS= clang33:lang/clang33 LIB_DEPENDS= libprotobuf.so:devel/protobuf +SHEBANG_FILES= scripts/highlight-transitions + USE_GITHUB= yes GH_ACCOUNT= CTSRD-TESLA GH_PROJECT= TESLA