Date: Tue, 2 Jun 2015 23:26:39 +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: r388401 - branches/2015Q2/www/py-pysearch Message-ID: <201506022326.t52NQdMl026366@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 2 23:26:39 2015 New Revision: 388401 URL: https://svnweb.freebsd.org/changeset/ports/388401 Log: MFH: r387009 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/py-pysearch/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/py-pysearch/Makefile ============================================================================== --- branches/2015Q2/www/py-pysearch/Makefile Tue Jun 2 23:25:36 2015 (r388400) +++ branches/2015Q2/www/py-pysearch/Makefile Tue Jun 2 23:26:39 2015 (r388401) @@ -3,6 +3,7 @@ PORTNAME= pysearch PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= SF/${PORTNAME}/pYsearch/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,9 @@ DISTNAME= pYsearch-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Yahoo Search Web Services SDK for Python -USES= python +USES= python shebangfix +SHEBANG_FILES= examples/profile.py \ + examples/websearch.py USE_PYTHON= distutils PYDISTUTILS_PKGNAME= pYsearch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506022326.t52NQdMl026366>