summaryrefslogtreecommitdiff
path: root/net/py-beanstalkc/files
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2012-07-22 11:57:35 +0000
committerNicola Vitale <nivit@FreeBSD.org>2012-07-22 11:57:35 +0000
commit0cf666c696b0f4951eb1c1168bc0d6bdb0add577 (patch)
treeff876521c9072314b9c4bdeb472212249829d51c /net/py-beanstalkc/files
parent- Upgrade to 0.02. (diff)
- Convert to the new options framework
- Add zip_safe=False to setup() (with files/patch-setup.py) - Add pkg-plist Buildlog@redports: http://goo.gl/X3Ah4 PR: ports/169856 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=301322
Diffstat (limited to 'net/py-beanstalkc/files')
-rw-r--r--net/py-beanstalkc/files/patch-setup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/py-beanstalkc/files/patch-setup.py b/net/py-beanstalkc/files/patch-setup.py
new file mode 100644
index 000000000000..d188cf06a012
--- /dev/null
+++ b/net/py-beanstalkc/files/patch-setup.py
@@ -0,0 +1,8 @@
+--- ./setup.py.orig 2012-07-15 01:01:36.000000000 +1000
++++ ./setup.py 2012-07-15 01:01:49.000000000 +1000
+@@ -30,4 +30,5 @@
+ 'Programming Language :: Python',
+ 'Topic :: Software Development :: Libraries :: Python Modules',
+ ],
++ zip_safe=False,
+ )