Ticket #58049: tclreadline-2.3.2-mp-update.diff

File tclreadline-2.3.2-mp-update.diff, 2.0 KB (added by DanielO (Daniel O'Connor), 5 years ago)
  • tclreadline/Portfile

    diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/tclreadline/Portfile tclreadline/Portfile
    old new  
    33PortSystem                  1.0
    44PortGroup                   github 1.0
    55
    6 github.setup                flightaware tclreadline 2.3.1 v
    7 revision                    1
     6name                        tclreadline
     7version                     2.3.2
     8revision                    0
     9
    810categories                  devel
    911platforms                   darwin
    10 maintainers                 {dons.net.au:darius @DanielO}
     12maintainers                 dons.net.au:darius
    1113license                     BSD
    1214
    1315description                 An interactive readline for tcl shells.
     
    2325                            In this case the ::tclreadline::readline read \
    2426                            command has to be called explicitly.
    2527
     28github.setup                flightaware tclreadline ${version} v
     29
     30homepage                    https://github.com/flightaware/tclreadline
    2631
    27 checksums                   rmd160  7973aa63fa521c8437b43712ce1798c9f66b050b \
    28                             sha256  d702e3b8acfebd588b93348e220fc98f4181346c7f9a56ea7aeda334f107bbc5 \
    29                             size    153243
     32checksums                   sha1    417bccd37804b436ef82651d05a710001b1f4819 \
     33                            rmd160  9f4a7a83f702492f132a0619865335f3549b9de6 \
     34                            sha256  f7117ac68ba97e3cf701d1b93b003c3faba98a2fc24529d5ab75a74eae895621 \
     35                            size    280523
    3036
    3137depends_lib                 port:readline \
    3238                            port:tcl
     
    3440use_autoreconf              yes
    3541
    3642configure.args-append       --with-tcl=${prefix}/lib/ \
    37                             --with-readline-includes=${prefix}/include/readline
     43                            --with-readline-includes=${prefix}/include/readline
     44