Ticket #28306: gnome-desktop-Portfile.diff
File gnome-desktop-Portfile.diff, 1.4 KB (added by rmstonecipher@…, 14 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name gnome-desktop 7 version 2.30.2 8 revision 2 7 version 2.32.1 9 8 set branch [join [lrange [split ${version} .] 0 1] .] 10 9 maintainers devans openmaintainer 11 10 categories gnome … … 21 20 master_sites gnome:sources/${name}/${branch}/ 22 21 use_bzip2 yes 23 22 24 checksums md5 49f06f91b0579c6e5a07ff8195945629\25 sha1 92ace7dd3c017a71c9ac90d2df486ebc2ba3d2ba\26 rmd160 bcdcc3c0483cfb438b2ae30c8f8a840a39967dc523 checksums md5 5c80d628a240eb9d9ff78913b31f2f67 \ 24 sha1 95767b6696ebc406b4349b383366b9aff32e39f4 \ 25 rmd160 c7f8ecea70d023cda1fff30253812b9ae5813f85 27 26 28 27 depends_build port:pkgconfig \ 29 28 port:intltool \ … … 33 32 depends_lib port:gconf \ 34 33 port:startup-notification \ 35 34 port:xorg-libXrandr \ 36 port:py2 6-gtk35 port:py27-gtk 37 36 38 37 depends_run port:gnome-themes 39 38 … … 45 44 --x-libraries=${prefix}/lib \ 46 45 --disable-scrollkeeper 47 46 48 configure.python ${prefix}/bin/python2. 647 configure.python ${prefix}/bin/python2.7 49 48 50 49 post-activate { 51 50 system "${prefix}/bin/scrollkeeper-update"