Changes between Initial Version and Version 3 of Ticket #3889


Ignore:
Timestamp:
Mar 24, 2016, 3:13:28 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3889

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port cvs2svn added
  • Ticket #3889 – Description

    initial v3  
    33attached patch updates things so that the newer python is used.
    44
     5{{{
    56--- Portfile.orig       Thu Jul  7 07:51:00 2005
    67+++ Portfile    Thu Jul  7 07:53:26 2005
     
    1617 destroot               {
    1718                                xinstall -m 755 ${worksrcpath}/cvs2svn ${destroot}${prefix}/bin
    18 -                               xinstall -m 755 -d ${destroot}${prefix}/lib/python2.3/site-packages/
    19 cvs2svn_rcsparse/
    20 +                               xinstall -m 755 -d ${destroot}${prefix}/lib/python2.4/site-packages/
    21 cvs2svn_rcsparse/
     19-                               xinstall -m 755 -d ${destroot}${prefix}/lib/python2.3/site-packages/cvs2svn_rcsparse/
     20+                               xinstall -m 755 -d ${destroot}${prefix}/lib/python2.4/site-packages/cvs2svn_rcsparse/
    2221                                xinstall -m 644 -W ${worksrcpath}/cvs2svn_rcsparse __init__.py \
    2322                                        common.py compat.py debug.py default.py texttools.py \
     
    2524+                                       ${destroot}${prefix}/lib/python2.4/site-packages/cvs2svn_rcsparse
    2625                        }
     26}}}