Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2017 18:26:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439119 - head/net/py-zsi
Message-ID:  <201704211826.v3LIQELm033442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 21 18:26:14 2017
New Revision: 439119
URL: https://svnweb.freebsd.org/changeset/ports/439119

Log:
  Simplify and sort SHEBANG_FILES

Modified:
  head/net/py-zsi/Makefile

Modified: head/net/py-zsi/Makefile
==============================================================================
--- head/net/py-zsi/Makefile	Fri Apr 21 18:25:01 2017	(r439118)
+++ head/net/py-zsi/Makefile	Fri Apr 21 18:26:14 2017	(r439119)
@@ -16,30 +16,9 @@ COMMENT=	Pure Python implementation of S
 USES=		python:2 shebangfix
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
-SHEBANG_FILES=	test/wsdl2py/*.py test/*.py \
-		doc/examples/server/send_response/complex/manual/*.py \
-		doc/examples/server/send_response/complex/wsdl2py/*.py \
-		doc/examples/server/send_response/complex/client/*.py \
-		doc/examples/server/send_response/simple/no_typecode/*.py \
-		doc/examples/server/send_response/simple/wsdl2py/*.py \
-		doc/examples/server/receive_request/simple/standalone/*.py \
-		doc/examples/client/receive_response/simple/wsdl2py/*.py \
-		doc/examples/client/receive_response/simple/ServiceProxy/*.py \
-		doc/examples/client/receive_response/simple/server/*.py \
-		doc/examples/server/receive_request/simple/client/*.py \
-		doc/examples/server/receive_request/complex/wsdl2py/*.py \
-		doc/examples/client/receive_response/complex/wsdl2py/*.py \
-		doc/examples/client/receive_response/complex/manual/*.py \
-		doc/examples/client/receive_response/complex/server/*.py \
-		doc/examples/client/send_request/complex/wsdl2py/*.py \
-		doc/examples/client/send_request/complex/manual/*.py \
-		doc/examples/client/send_request/complex/server/*.py \
-		doc/examples/client/send_request/simple/Binding/*.py \
-		doc/examples/client/send_request/simple/wsdl2py/*.py \
-		doc/examples/client/send_request/simple/server/*.py \
-		doc/examples/client/send_request/simple/ServiceProxy/*.py \
-		doc/examples/server/receive_request/complex/manual/*.py \
-		doc/examples/server/receive_request/complex/client/*.py \
+SHEBANG_FILES=	doc/examples/*/*/*/*/*.py \
+		test/*.py \
+		test/wsdl2py/*.py \
 		test/wsdl2py/servers/*.py
 
 PORTDOCS=	*



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