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

Diff for /ports/graphics/phatch/patches/Attic/patch-setup_py between version 1.1 and 1.2

version 1.1, 2011/10/30 11:08:06 version 1.2, 2014/11/16 21:01:24
Line 1 
Line 1 
 $OpenBSD$  $OpenBSD$
 --- setup.py.orig       Sun Oct 30 14:57:15 2011  --- setup.py.orig       Sun Nov 16 23:57:11 2014
 +++ setup.py    Sun Oct 30 14:57:30 2011  +++ setup.py    Sun Nov 16 23:57:39 2014
 @@ -22,7 +22,7 @@ import sys  @@ -22,7 +22,7 @@ import sys
   
  WINDOWS = sys.platform.startswith('win')   WINDOWS = sys.platform.startswith('win')
Line 10 
Line 10 
   
  NO_WINDOWS = '''   NO_WINDOWS = '''
  Sorry, the use of setup.py is not supported yet for Windows.   Sorry, the use of setup.py is not supported yet for Windows.
   @@ -152,7 +152,7 @@ elif LINUX:
            ('share/phatch/images/icons/48x48',
                glob.glob("images/icons/48x48/*.png")),
            #man page
   -        ('share/man/man1', ['linux/phatch.1']),
   +        ('man/man1', ['linux/phatch.1']),
            #mime type
            ('share/mime/packages', ['linux/phatch.xml']),
        ]

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

CVSweb