Ticket #42341: patch-py-goocanvas.diff

File patch-py-goocanvas.diff, 719 bytes (added by dbevans (David B. Evans), 10 years ago)

Proposed patch to py-goocanvas Portfile

  • Portfile

     
    55PortGroup               python 1.0
    66
    77name                    py-goocanvas
    8 homepage                http://live.gnome.org/PyGoocanvas
     8homepage                https://wiki.gnome.org/Projects/PyGoocanvas
    99license                 GPL-2+
    1010version                 0.14.1
    1111revision                6
     
    5555    destroot.cmd            make
    5656    destroot.target         install
    5757    destroot.destdir        "DESTDIR=${destroot}"
     58
     59    livecheck.type          gnome
     60    livecheck.name          pygoocanvas
     61} else {
     62    livecheck.type          none
    5863}