New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82717


Ignore:
Timestamp:
08/18/11 17:16:16 (4 years ago)
Author:
macsforever2000@…
Message:

py*-pmw: Unify into python portgroup.

Location:
trunk/dports/python
Files:
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-pmw/Portfile

    r60037 r82717  
    33 
    44PortSystem          1.0 
    5 PortGroup python24  1.0 
     5PortGroup python    1.0 
    66 
    77name                py-pmw 
    88version             1.3.2 
    9 maintainers         nomaintainer 
     9maintainers         macsforever2000 
    1010platforms           darwin 
     11license             MIT 
    1112 
    1213description         high-level compound widget toolkit 
     
    2223                    rmd160 ad3fca73405a8c8a7e2ec81096b00665e2937964 
    2324 
     25python.versions     24 25 26 27 
     26 
    2427worksrcdir          ${distname}/src 
    2528 
    26 depends_lib-append  port:py-tkinter 
     29if {$subport != $name} { 
     30    depends_lib-append  port:py${python.version}-tkinter 
     31} 
    2732 
    2833livecheck.type      regex 
Note: See TracChangeset for help on using the changeset viewer.