Changeset 99485


Ignore:
Timestamp:
Nov 7, 2012, 1:59:45 PM (11 years ago)
Author:
phw@…
Message:

Port updated: py-urwid

File:
1 edited

Legend:

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

    r97932 r99485  
    66
    77name                    py-urwid
    8 version                 1.0.2
     8version                 1.1.0
    99platforms               darwin
    1010license                 LGPL-2.1+
     
    2020distname                urwid-${version}
    2121
    22 checksums           sha1    1f689120731c6e7eb44bf7a724b86265c89f6600 \
    23                     rmd160  c588597bd12eb6878206cc7f657c410dfac7d471
     22checksums           sha1    9ee97c4cd93edf552db04f4b095edefc4a736f06 \
     23                    rmd160  b6c24456815b6775b64b1af9d0d25ca3563e53d3
    2424
    2525python.versions 24 25 26 27 31 32
     
    2727if {$subport != $name} {
    2828    post-destroot {
    29         xinstall -m 644 ${worksrcpath}/reference.html \
    30             ${destroot}${prefix}/share/doc/${subport}
    31         xinstall -m 644 -W ${worksrcpath} browse.py calc.py edit.py fib.py tour.py \
     29        #xinstall -m 644 ${worksrcpath}/reference.html \
     30        #    ${destroot}${prefix}/share/doc/${subport}
     31        xinstall -m 644 -W ${worksrcpath}/examples browse.py calc.py edit.py fib.py tour.py \
    3232            ${destroot}${prefix}/share/doc/${subport}/examples
    3333    }
Note: See TracChangeset for help on using the changeset viewer.