Commits
David B. Evans authored 889420179a7
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup gobject_introspection 1.0 |
5 5 | |
6 6 | name folks |
7 - | version 0.11.3 |
8 - | revision 1 |
7 + | version 0.11.4 |
9 8 | epoch 1 |
10 9 | license LGPL-2.1 |
11 10 | set branch [join [lrange [split ${version} .] 0 1] .] |
12 11 | categories gnome comms |
13 12 | platforms darwin |
14 13 | maintainers {devans @dbevans} openmaintainer |
15 14 | description A library that aggregates people from multiple sources to create metacontacts. |
16 15 | |
17 16 | long_description Folks provides a library (libfolks) that aggregates people from multiple \ |
18 17 | sources (e.g. Telepathy connection managers for IM contacts, Evolution Data Server \ |
19 18 | for local contacts, libsocialweb for web service contacts, etc.) to create metacontacts. \ |
20 19 | It's written in Vala, which generates C code when compiled. |
21 20 | |
22 21 | homepage https://wiki.gnome.org/Projects/Folks |
23 22 | master_sites gnome:sources/${name}/${branch}/ |
24 23 | |
25 24 | use_xz yes |
26 25 | |
27 - | checksums rmd160 927dd2c95e77ce7adae7f398574580f80dcb3db3 \ |
28 - | sha256 2a2828a7c87fd39e5786f8f2cf0ebe47576a74974f1355c478a6dc747d7bcb64 |
26 + | checksums rmd160 61f5302a764df931ebe2f996b49878ae8021dcd5 \ |
27 + | sha256 a7b03ed30373e29f62fc3e6f498adce2d4909b852608fc2058a02fda9f80189a |
29 28 | |
30 29 | depends_build port:pkgconfig \ |
31 30 | port:intltool \ |
32 31 | port:autoconf \ |
33 32 | port:automake \ |
34 33 | port:libtool |
35 34 | |
36 35 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
37 36 | port:dbus-glib \ |
38 37 | port:libgee \ |