Date: Tue, 2 Jun 2015 23:29:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r388404 - branches/2015Q2/www/py-imdbpy Message-ID: <201506022329.t52NTl1v027178@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 2 23:29:46 2015 New Revision: 388404 URL: https://svnweb.freebsd.org/changeset/ports/388404 Log: MFH: r387012 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/py-imdbpy/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/py-imdbpy/Makefile ============================================================================== --- branches/2015Q2/www/py-imdbpy/Makefile Tue Jun 2 23:28:48 2015 (r388403) +++ branches/2015Q2/www/py-imdbpy/Makefile Tue Jun 2 23:29:46 2015 (r388404) @@ -3,6 +3,7 @@ PORTNAME= imdbpy PORTVERSION= 5.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= SF/${PORTNAME}/IMDbPY/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml OPTIONS_DEFINE= DOCS -USES= python:2 +USES= python:2 shebangfix +SHEBANG_FILES= docs/goodies/reduce.sh USE_PYTHON= distutils autoplist DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506022329.t52NTl1v027178>