diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-02 23:37:19 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-02 23:37:19 +0800 |
commit | 11bc22f45271c4f1113637466582a02077d291aa (patch) | |
tree | 014a3f6c3097562f27f163653e9061eba5d58b32 /net-im/folks | |
parent | a374acb969cb764eb7e6369821b9d87b96493782 (diff) | |
download | freebsd-ports-gnome-11bc22f45271c4f1113637466582a02077d291aa.tar.gz freebsd-ports-gnome-11bc22f45271c4f1113637466582a02077d291aa.tar.zst freebsd-ports-gnome-11bc22f45271c4f1113637466582a02077d291aa.zip |
Update zeitgeist to 0.9.14 [1]
This version of zeitgeist now bundles libzeitgeist in the port. The
new libzeitgeist was bumped to libzeitgeist-1.0.so -> libzeitgeist-2.0.so.
* deskutils/cairo-dock-plugins: supports both zeitgeist versions.
* net-im/folks: Only supports the new 2.0 libzeitgeist library version. And
this went unnoticed, woops.
* sysutils/libzeitgeist: Remove since it is now bundled in zeitgeist.
* sysutils/qzeitgeist: Update the port for the new zeitgeist API.
* www/midori: Mark the zeitgeist option (non-default) broken until midori
can be updated to a version that supports the new libzeitgeist 2.0
PR: 190729 [1]
Submitted by: olivierd@ [1]
Diffstat (limited to 'net-im/folks')
-rw-r--r-- | net-im/folks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index a3d6b63359f6..452bb21ddb02 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -3,7 +3,7 @@ PORTNAME= folks PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= GNOME @@ -13,7 +13,7 @@ COMMENT= library to aggregates people from multiple sources BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \ libgcr-3.so:${PORTSDIR}/security/gcr \ - libzeitgeist-1.0.so:${PORTSDIR}/sysutils/libzeitgeist \ + libzeitgeist-2.0.so:${PORTSDIR}/sysutils/zeitgeist \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib CONFLICTS= folks-0.4.[0-9]* |