From owner-svn-ports-all@freebsd.org Thu Dec 5 15:38:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 31F061CC78F; Thu, 5 Dec 2019 15:38:55 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47TKdC0R58z4L7Q; Thu, 5 Dec 2019 15:38:55 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E55F81B0D1; Thu, 5 Dec 2019 15:38:54 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB5FcsqA056424; Thu, 5 Dec 2019 15:38:54 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB5FcsOD056423; Thu, 5 Dec 2019 15:38:54 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201912051538.xB5FcsOD056423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 5 Dec 2019 15:38:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519086 - head/math/teyjus X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/math/teyjus X-SVN-Commit-Revision: 519086 X-SVN-Commit-Repository: ports 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.29 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: Thu, 05 Dec 2019 15:38:55 -0000 Author: tobik Date: Thu Dec 5 15:38:54 2019 New Revision: 519086 URL: https://svnweb.freebsd.org/changeset/ports/519086 Log: math/teyjus: Spell SHEBANG_GLOB correctly Drop no longer needed post-patch. Modified: head/math/teyjus/Makefile Modified: head/math/teyjus/Makefile ============================================================================== --- head/math/teyjus/Makefile Thu Dec 5 15:37:05 2019 (r519085) +++ head/math/teyjus/Makefile Thu Dec 5 15:38:54 2019 (r519086) @@ -18,14 +18,11 @@ BUILD_DEPENDS= ocamlopt:lang/ocaml \ USES= dos2unix shebangfix DOS2UNIX_FILES= source/OMakefile -SHBANG_GLOB= run_test +SHEBANG_GLOB= run_test USE_GITHUB= yes EXES= tjcc tjdepend tjdis tjlink tjsim PLIST_FILES= ${EXES:S/^/bin\//} - -post-patch: - @${FIND} ${WRKSRC} -name run_test | ${XARGS} ${REINPLACE_CMD} 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|' do-build: @cd ${WRKSRC} && omake