New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79380


Ignore:
Timestamp:
06/11/11 20:40:29 (4 years ago)
Author:
ryandesign@…
Message:

py26-cherrypy: new port version 2.3.0 based on py25-cherrypy; see #28639

Location:
trunk/dports/python/py26-cherrypy
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py26-cherrypy/Portfile

    r44419 r79380  
    33 
    44PortSystem          1.0 
    5 PortGroup           python25 1.0 
     5PortGroup           python26 1.0 
    66 
    7 name                py25-cherrypy 
     7name                py26-cherrypy 
    88version             2.3.0 
    99categories          python www 
    10 maintainers         akitada openmaintainer 
     10maintainers         gmail.com:freespace openmaintainer 
    1111description         Object-Oriented HTTP framework 
    1212long_description    CherryPy is a pythonic, object-oriented web \ 
     
    2727        CHANGELOG.txt CHERRYPYTEAM.txt README.txt \ 
    2828        ${destroot}${prefix}/share/doc/${name} 
    29     move ${destroot}${prefix}/lib/python2.5/site-packages/cherrypy/tutorial \ 
     29    move ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/cherrypy/tutorial \ 
    3030        ${destroot}${prefix}/share/doc/${name} 
    3131} 
Note: See TracChangeset for help on using the changeset viewer.