Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 30699

Show
Ignore:
Timestamp:
2007-11-04 13:46:52 (13 months ago)
Author:
ryandesign@…
Message:

bazaar-ng: maintainer update to use python25 portgroup; see #13080

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/bazaar-ng/Portfile

    r30192 r30699  
    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 
     
    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