diff options
| author | Johann Visagie <wjv@FreeBSD.org> | 2002-02-13 13:43:11 +0000 |
|---|---|---|
| committer | Johann Visagie <wjv@FreeBSD.org> | 2002-02-13 13:43:11 +0000 |
| commit | f4e77320a1a8f7f97e2e97e542a35bf4019f0178 (patch) | |
| tree | aa5ca1ecc600eab8f0edfbd2f3deb7631108c9cc /devel/py-twisted/files/patch-setup.py | |
| parent | Add patch missed in the previous commit (update to 2.3.103). (diff) | |
- Update to version 0.15.0
Notes
Notes:
svn path=/head/; revision=54656
Diffstat (limited to 'devel/py-twisted/files/patch-setup.py')
| -rw-r--r-- | devel/py-twisted/files/patch-setup.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/py-twisted/files/patch-setup.py b/devel/py-twisted/files/patch-setup.py index 3026c2404444..eefb4d5a89df 100644 --- a/devel/py-twisted/files/patch-setup.py +++ b/devel/py-twisted/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig Fri Sep 14 03:22:48 2001 -+++ setup.py Tue Sep 25 16:07:37 2001 -@@ -80,8 +80,10 @@ +--- setup.py.orig Mon Jan 28 11:41:12 2002 ++++ setup.py Wed Feb 13 15:20:01 2002 +@@ -82,8 +82,11 @@ setup_args['platforms'] = "win32 posix" if os.name == 'posix': @@ -9,7 +9,8 @@ + setup_args['scripts'] = ['bin/accepttests', 'bin/cpyrght', 'bin/faucet', + 'bin/gnusto', 'bin/im', 'bin/malyon', + 'bin/manhole', 'bin/mapeditor', 'bin/mktap', -+ 'bin/runtests', 'bin/twistd', 'bin/twistd-debug'] ++ 'bin/runtests', 'bin/t-im', 'bin/twistd', ++ 'bin/twistd-debug'] #'" # for building C banana... |
