Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2017 11:43:30 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442830 - head/textproc/py-sphinx-hieroglyph
Message-ID:  <201706071143.v57BhUvs061813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <andreas.sommer87@googlemail.com> (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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706071143.v57BhUvs061813>