diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-08-27 07:08:44 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-08-27 07:08:44 +0000 |
commit | 8d2e6ab41968936f3c4b720624d2426f738c1524 (patch) | |
tree | 80f091c23b5e3c58d8ac9cecbafdd0ce5fff9603 /databases/pg_activity/files/patch-setup.py | |
parent | convert to USES, and adoption of optionsNG styling, add CCACHE as configurabl... (diff) |
- update to 1.0.2
- properly support DOCS, and add option
Notes
Notes:
svn path=/head/; revision=325431
Diffstat (limited to 'databases/pg_activity/files/patch-setup.py')
-rw-r--r-- | databases/pg_activity/files/patch-setup.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/databases/pg_activity/files/patch-setup.py b/databases/pg_activity/files/patch-setup.py index d0b0b427f6aa..49c842f2197e 100644 --- a/databases/pg_activity/files/patch-setup.py +++ b/databases/pg_activity/files/patch-setup.py @@ -1,11 +1,8 @@ ---- ./setup.py.orig 2013-04-13 22:35:31.000000000 -0700 -+++ ./setup.py 2013-04-13 22:37:21.000000000 -0700 -@@ -17,7 +17,5 @@ - "psutil >= 0.4.1", +--- ./setup.py.orig 2013-08-22 23:42:26.000000000 -0700 ++++ ./setup.py 2013-08-22 23:42:36.000000000 -0700 +@@ -27,4 +27,5 @@ "psycopg2 >= 2.2.1", ], -- data_files = [ -- ('/usr/share/man/man1', ['docs/man/pg_activity.1']) -- ], + data_files = data_files, + zip_safe=False, ) |