From owner-svn-ports-all@freebsd.org Wed Jun 7 11:43:31 2017 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 6337FC0A34B; Wed, 7 Jun 2017 11:43:31 +0000 (UTC) (envelope-from cpm@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 31C9E70E26; Wed, 7 Jun 2017 11:43:31 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v57BhU4U061814; Wed, 7 Jun 2017 11:43:30 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v57BhUvs061813; Wed, 7 Jun 2017 11:43:30 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201706071143.v57BhUvs061813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 7 Jun 2017 11:43:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442830 - head/textproc/py-sphinx-hieroglyph 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.23 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, 07 Jun 2017 11:43:31 -0000 Author: cpm Date: Wed Jun 7 11:43:30 2017 New Revision: 442830 URL: https://svnweb.freebsd.org/changeset/ports/442830 Log: - Fix shebangs - Bump PORTREVISION Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'lib/python2.7/site-packages/hieroglyph/themes/slides2/static/scripts/md/render.py' PR: 219809 Submitted by: cpm Approved by: Andreas Sommer (maintainer) Modified: head/textproc/py-sphinx-hieroglyph/Makefile Modified: head/textproc/py-sphinx-hieroglyph/Makefile ============================================================================== --- head/textproc/py-sphinx-hieroglyph/Makefile Wed Jun 7 11:35:51 2017 (r442829) +++ head/textproc/py-sphinx-hieroglyph/Makefile Wed Jun 7 11:43:30 2017 (r442830) @@ -3,6 +3,7 @@ PORTNAME= sphinx-hieroglyph PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +19,9 @@ USE_GITHUB= yes GH_ACCOUNT= nyergler GH_PROJECT= hieroglyph -USES= python +USES= python shebangfix USE_PYTHON= autoplist distutils +SHEBANG_FILES= src/hieroglyph/themes/slides2/static/scripts/md/render.py NO_ARCH= yes