Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #13080: bzr-python25.diff

File bzr-python25.diff, 1.0 KB (added by ramercer@…, 13 months ago)

patch to use python25 portgroup

  • devel/bazaar-ng/Portfile

    === modified file 'devel/bazaar-ng/Portfile'
     
    11# $Id: Portfile 30192 2007-10-22 20:37:59Z jmpp@macports.org $ 
    22 
    33PortSystem    1.0 
    4 PortGroup     python24 1.0 
     4PortGroup     python25 1.0 
    55 
    66name          bazaar-ng 
    77version       0.91 
     8revision      1 
    89categories    devel python 
    910platforms     darwin 
    10 maintainers   ramercer@gmail.com openmaintainer 
     11maintainers   gmail.com:ramercer openmaintainer 
    1112 
    1213description   The next-generation distributed version control system 
    1314long_description  Bazaar is an open source distributed version control \ 
     
    2829 
    2930patchfiles    patch-setup.py 
    3031 
    31 depends_lib   port:py-celementtree \ 
    32               port:py-paramiko \ 
    33               port:py-crypto 
     32depends_lib-append  port:py25-paramiko \ 
     33                    port:py25-crypto \ 
     34                    port:py25-hashlib 
    3435 
    3536test.run      yes 
    3637test.cmd      make