svn commit: r388401 - branches/2015Q2/www/py-pysearch

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 23:26:40 UTC 2015


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


More information about the svn-ports-branches mailing list