[BACK]Return to patch-setup_py CVS log [TXT][DIR] Up to [local] / ports / security / denyhosts / patches

Diff for /ports/security/denyhosts/patches/patch-setup_py between version 1.1 and 1.2

version 1.1, 2014/01/29 09:22:18 version 1.2, 2014/01/29 10:15:27
Line 1 
Line 1 
 $OpenBSD$  $OpenBSD$
 --- setup.py.orig       Wed Apr  5 03:53:02 2006  --- setup.py.orig       Wed Apr  5 03:53:02 2006
 +++ setup.py    Wed Jan 29 12:51:40 2014  +++ setup.py    Wed Jan 29 13:41:25 2014
 @@ -8,7 +8,7 @@ import sys  @@ -8,7 +8,7 @@ import sys
  from glob import glob   from glob import glob
   
Line 10 
Line 10 
  scriptspath = "%s/scripts" % libpath   scriptspath = "%s/scripts" % libpath
  pluginspath = "%s/plugins" % libpath   pluginspath = "%s/plugins" % libpath
   
 @@ -24,7 +24,6 @@ setup(name="DenyHosts",  @@ -24,8 +24,6 @@ setup(name="DenyHosts",
        package_dir={'DenyHosts': 'DenyHosts'},         package_dir={'DenyHosts': 'DenyHosts'},
        packages=["DenyHosts"],         packages=["DenyHosts"],
        data_files=[(libpath, glob("denyhosts.cfg-dist")),         data_files=[(libpath, glob("denyhosts.cfg-dist")),
 -                  (libpath, glob("setup.py")),  -                  (libpath, glob("setup.py")),
                    (libpath, glob("daemon-control-dist")),  -                  (libpath, glob("daemon-control-dist")),
                    (libpath, glob("CHANGELOG.txt")),                     (libpath, glob("CHANGELOG.txt")),
                    (libpath, glob("README.txt")),                     (libpath, glob("README.txt")),
                      (scriptspath, glob("scripts/*")),

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb