Ticket #16712: patch-gconf-editor-Portfile.diff

File patch-gconf-editor-Portfile.diff, 1.3 KB (added by dbevans (David B. Evans), 16 years ago)

Patch for Portfile

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            gconf-editor
    6 version         2.22.0
     6version         2.24.0.1
     7set branch      [join [lrange [split ${version} .] 0 1] .]
    78description     gconf-editor is a gconf database editor for GNOME 2.0.
    89long_description        gconf-editor is a gconf database editor for \
    910                        GNOME 2.0.  It is similar to regedit on Windows
     
    1112categories      gnome
    1213platforms       darwin
    1314homepage        http://www.gnome.org/projects/gconf/
    14 master_sites    gnome:sources/gconf-editor/2.22/
     15master_sites    gnome:sources/gconf-editor/${branch}/
    1516
    16 checksums       md5 7ca99aec214dd855b5de7dacc8937055 \
    17                 sha1 7ca44dbb09136203b37d7dd5398b62bcf15ee528 \
    18                 rmd160 c1ac899ac48a907420af28295de8fa66c1d45add
     17checksums       md5     e2e1cddbebda87e794fabdbe3928ef6f \
     18                sha1    090e80d050a9c4bb67361575e838cf0b8e3d978e \
     19                rmd160  a840a4eec9d63c84cc63cbe26a9e839a7e556894
    1920
    2021depends_lib \
     22        port:libgnome \
    2123        port:libgnomeui \
    22         port:startup-notification \
    23         port:dbus \
    24         port:dbus-glib
     24        port:gconf \
     25        port:gtk2
     26
    2527depends_build \
    2628        port:gnome-doc-utils
    2729
     
    8082
    8183}
    8284
     85livecheck.check regex
     86livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
     87livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}