New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81768


Ignore:
Timestamp:
08/04/11 12:18:06 (4 years ago)
Author:
markd@…
Message:

Update to 1.4.5. Closes #30133.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/rrdtool/Portfile

    r75328 r81768  
    44 
    55name                    rrdtool 
    6 version                 1.4.4 
    7 revision                1 
     6version                 1.4.5 
    87categories              net 
    9 maintainers             markd 
     8maintainers             markd openmaintainer 
    109description             Round Robin Database 
    1110long_description        RRDtool is a system to store and display time-series data 
     
    1312platforms               darwin 
    1413master_sites            ${homepage}pub/ 
    15 checksums               md5 93ad2fc2e9ddcd7d99c611fe30284a54 
     14checksums               md5 4d116dba9a0888d8aaac179e35d3980a \ 
     15                        sha1 56638e8aedd5d5522152e86746e382b75dc48c35 \ 
     16                        rmd160 9c45c3be7bcb8e17260055a33e936f307884914f 
    1617 
    1718depends_build   port:pkgconfig 
     
    4445build.type              gnu 
    4546 
    46 variant python description {Python bindings for RRDtool} { 
    47         depends_lib-append      port:python24 
     47variant python25 description {Python bindings for RRDtool} conflicts python26 python27 { 
     48        depends_lib-append      port:python25 
     49        configure.args-delete   --disable-python 
     50        configure.args-append   --enable-python 
     51} 
     52 
     53variant python26 description {Python bindings for RRDtool} conflicts python25 python27 { 
     54        depends_lib-append      port:python26 
     55        configure.args-delete   --disable-python 
     56        configure.args-append   --enable-python 
     57} 
     58 
     59variant python27 description {Python bindings for RRDtool} conflicts python25 python26 { 
     60        depends_lib-append      port:python27 
    4861        configure.args-delete   --disable-python 
    4962        configure.args-append   --enable-python 
Note: See TracChangeset for help on using the changeset viewer.