svn commit: r439186 - head/net/py-netaddr/files

Martin Wilke miwi at FreeBSD.org
Sat Apr 22 18:02:01 UTC 2017


Author: miwi
Date: Sat Apr 22 18:02:00 2017
New Revision: 439186
URL: https://svnweb.freebsd.org/changeset/ports/439186

Log:
  - Added missing patch to fix shebangs

Added:
  head/net/py-netaddr/files/
  head/net/py-netaddr/files/patch-setup.py   (contents, props changed)

Added: head/net/py-netaddr/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-netaddr/files/patch-setup.py	Sat Apr 22 18:02:00 2017	(r439186)
@@ -0,0 +1,14 @@
+--- setup.py.orig	2017-04-21 11:40:00 UTC
++++ setup.py
+@@ -62,11 +62,6 @@ def main():
+         scripts          = release.scripts,
+         url              = release.url,
+         version          = release.version,
+-        options = {
+-            'build_scripts': {
+-                'executable': '/usr/bin/env python',
+-            },
+-        },
+     )
+ 
+     setup(**setup_options)


More information about the svn-ports-all mailing list