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) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name gconf-editor 6 version 2.22.0 6 version 2.24.0.1 7 set branch [join [lrange [split ${version} .] 0 1] .] 7 8 description gconf-editor is a gconf database editor for GNOME 2.0. 8 9 long_description gconf-editor is a gconf database editor for \ 9 10 GNOME 2.0. It is similar to regedit on Windows … … 11 12 categories gnome 12 13 platforms darwin 13 14 homepage http://www.gnome.org/projects/gconf/ 14 master_sites gnome:sources/gconf-editor/ 2.22/15 master_sites gnome:sources/gconf-editor/${branch}/ 15 16 16 checksums md5 7ca99aec214dd855b5de7dacc8937055\17 sha1 7ca44dbb09136203b37d7dd5398b62bcf15ee528\18 rmd160 c1ac899ac48a907420af28295de8fa66c1d45add 17 checksums md5 e2e1cddbebda87e794fabdbe3928ef6f \ 18 sha1 090e80d050a9c4bb67361575e838cf0b8e3d978e \ 19 rmd160 a840a4eec9d63c84cc63cbe26a9e839a7e556894 19 20 20 21 depends_lib \ 22 port:libgnome \ 21 23 port:libgnomeui \ 22 port: startup-notification\23 port:dbus \ 24 port:dbus-glib 24 port:gconf \ 25 port:gtk2 26 25 27 depends_build \ 26 28 port:gnome-doc-utils 27 29 … … 80 82 81 83 } 82 84 85 livecheck.check regex 86 livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ 87 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}