Ticket #20104: patch.evolution-data-server.diff
File patch.evolution-data-server.diff, 1.5 KB (added by dbevans (David B. Evans), 15 years ago) |
---|
-
Portfile
5 5 6 6 name evolution-data-server 7 7 version 2.26.2 8 revision 1 8 9 set branch [join [lrange [split ${version} .] 0 1] .] 9 10 description Addressbook and calender libs for GNOME. 10 11 long_description Evolution Data Server provides a central location for \ … … 19 20 sha1 ca60a350259c6bc297cc0c324c5908a3d08ac4e3 \ 20 21 rmd160 c8ede51a8537dc9db96a796a0904f0fedcc25f37 21 22 23 depends_build port:pkgconfig \ 24 port:intltool \ 25 port:p5-xml-parser \ 26 port:gtk-doc 27 22 28 depends_lib port:libgnomeui \ 23 29 port:libgweather \ 24 30 port:libical \ … … 42 48 --with-nspr-libs=${prefix}/lib/nspr \ 43 49 --with-nss-includes=${prefix}/include/nss \ 44 50 --with-nss-libs=${prefix}/lib/nss \ 45 --with-krb5=/usr 51 --with-krb5=/usr \ 52 --disable-schemas-install 46 53 47 54 platform darwin 8 { 48 55 post-patch { … … 55 62 configure.args-append --enable-gtk-doc 56 63 } 57 64 65 post-activate { 66 system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ 67 gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas" 68 } 69 58 70 livecheck.check regex 59 71 livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ 60 72 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}