Ticket #28306: gnome-desktop-Portfile.diff

File gnome-desktop-Portfile.diff, 1.4 KB (added by rmstonecipher@…, 13 years ago)
  • Portfile

    old new  
    44PortSystem      1.0
    55
    66name            gnome-desktop
    7 version         2.30.2
    8 revision        2
     7version         2.32.1
    98set branch      [join [lrange [split ${version} .] 0 1] .]
    109maintainers     devans openmaintainer
    1110categories      gnome
     
    2120master_sites    gnome:sources/${name}/${branch}/
    2221use_bzip2       yes
    2322
    24 checksums       md5     49f06f91b0579c6e5a07ff8195945629 \
    25                 sha1    92ace7dd3c017a71c9ac90d2df486ebc2ba3d2ba \
    26                 rmd160  bcdcc3c0483cfb438b2ae30c8f8a840a39967dc5
     23checksums           md5     5c80d628a240eb9d9ff78913b31f2f67 \
     24                    sha1    95767b6696ebc406b4349b383366b9aff32e39f4 \
     25                    rmd160  c7f8ecea70d023cda1fff30253812b9ae5813f85
    2726
    2827depends_build   port:pkgconfig \
    2928                port:intltool \
     
    3332depends_lib     port:gconf \
    3433                port:startup-notification \
    3534                port:xorg-libXrandr \
    36                 port:py26-gtk
     35                port:py27-gtk
    3736
    3837depends_run     port:gnome-themes
    3938
     
    4544                --x-libraries=${prefix}/lib \
    4645                --disable-scrollkeeper
    4746
    48 configure.python  ${prefix}/bin/python2.6
     47configure.python  ${prefix}/bin/python2.7
    4948
    5049post-activate {
    5150    system "${prefix}/bin/scrollkeeper-update"