From owner-svn-ports-head@freebsd.org Sat Feb 3 17:06:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1F11EDBFB0; Sat, 3 Feb 2018 17:06:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9386C71FDC; Sat, 3 Feb 2018 17:06:46 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E9B05E0A; Sat, 3 Feb 2018 17:06:46 +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 w13H6kW0006917; Sat, 3 Feb 2018 17:06:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w13H6kDx006915; Sat, 3 Feb 2018 17:06:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802031706.w13H6kDx006915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 3 Feb 2018 17:06:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460827 - in head/accessibility: py-speech-dispatcher speech-dispatcher X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/accessibility: py-speech-dispatcher speech-dispatcher X-SVN-Commit-Revision: 460827 X-SVN-Commit-Repository: ports 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.25 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: Sat, 03 Feb 2018 17:06:47 -0000 Author: amdmi3 Date: Sat Feb 3 17:06:46 2018 New Revision: 460827 URL: https://svnweb.freebsd.org/changeset/ports/460827 Log: - Fix shebangs for py-speech-dispatcher Approved by: portmgr blanket Modified: head/accessibility/py-speech-dispatcher/Makefile head/accessibility/speech-dispatcher/Makefile Modified: head/accessibility/py-speech-dispatcher/Makefile ============================================================================== --- head/accessibility/py-speech-dispatcher/Makefile Sat Feb 3 17:06:14 2018 (r460826) +++ head/accessibility/py-speech-dispatcher/Makefile Sat Feb 3 17:06:46 2018 (r460827) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= accessibility audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Sat Feb 3 17:06:14 2018 (r460826) +++ head/accessibility/speech-dispatcher/Makefile Sat Feb 3 17:06:46 2018 (r460827) @@ -91,7 +91,8 @@ post-install: PORTSCOUT= ignore:1 NO_ARCH= yes -USES+= python:3.3+ +USES+= python:3.3+ shebangfix +SHEBANG_FILES= src/api/python/speechd_config/spd-conf USE_PYTHON= flavors LIB_DEPENDS+= libspeechd.so:accessibility/speech-dispatcher RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${FLAVOR}