Date: Thu, 20 Apr 2017 09:28:04 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438937 - head/net/py-zsi Message-ID: <201704200928.v3K9S4gB005989@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Apr 20 09:28:04 2017 New Revision: 438937 URL: https://svnweb.freebsd.org/changeset/ports/438937 Log: - Fix shebang Modified: head/net/py-zsi/Makefile Modified: head/net/py-zsi/Makefile ============================================================================== --- head/net/py-zsi/Makefile Thu Apr 20 09:17:37 2017 (r438936) +++ head/net/py-zsi/Makefile Thu Apr 20 09:28:04 2017 (r438937) @@ -3,6 +3,7 @@ PORTNAME= zsi DISTVERSION= 2.1-a1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net python MASTER_SITES= SF/pywebsvcs/ZSI/ZSI-${DISTVERSION:S,-,_,} @@ -12,9 +13,34 @@ DISTNAME= ${PORTNAME:tu}-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Pure Python implementation of SOAP 1.1 -USES= python:2 +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 \ + test/wsdl2py/servers/*.py PORTDOCS= * PORTEXAMPLES= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704200928.v3K9S4gB005989>