svn commit: r442830 - head/textproc/py-sphinx-hieroglyph

Carlos J. Puga Medina cpm at FreeBSD.org
Wed Jun 7 11:43:31 UTC 2017


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 at 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
 


More information about the svn-ports-all mailing list