diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-13 14:52:43 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-13 14:52:43 +0800 |
commit | 001cd5fef0c85354778bef8f040d9c7f34a40f3a (patch) | |
tree | abd391f3fa31c9d7a27fe2702889bb088d072aa8 /net-im | |
parent | 0408b2854b100eaccd496ddece3dabb668784ee2 (diff) | |
download | marcuscom-ports-001cd5fef0c85354778bef8f040d9c7f34a40f3a.tar marcuscom-ports-001cd5fef0c85354778bef8f040d9c7f34a40f3a.tar.gz marcuscom-ports-001cd5fef0c85354778bef8f040d9c7f34a40f3a.tar.bz2 marcuscom-ports-001cd5fef0c85354778bef8f040d9c7f34a40f3a.tar.lz marcuscom-ports-001cd5fef0c85354778bef8f040d9c7f34a40f3a.tar.xz marcuscom-ports-001cd5fef0c85354778bef8f040d9c7f34a40f3a.tar.zst marcuscom-ports-001cd5fef0c85354778bef8f040d9c7f34a40f3a.zip |
Update folks to 0.10.0. Remove an unneeded reinplace, folks
compiles fine against tracker 1.x
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19856 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/folks/Makefile | 8 | ||||
-rw-r--r-- | net-im/folks/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index 817d51389..b96eea8eb 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= folks -PORTVERSION= 0.9.8 +PORTVERSION= 0.10.0 CATEGORIES= net-im MASTER_SITES= GNOME @@ -30,7 +30,7 @@ INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.freedesktop.folks.gschema.xml -PLIST_SUB= LIBVER=25 VERSION=42 LIBVERLONG=25.17.1 +PLIST_SUB= LIBVER=25 VERSION=42 LIBVERLONG=25.17.2 OPTIONS_SUB= yes OPTIONS_DEFINE= SOCIALWEB TRACKER @@ -43,8 +43,8 @@ TRACKER_CONFIGURE_ENABLE= tracker-backend TRACKER_LIB_DEPENDS= libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker post-patch: - @${REINPLACE_CMD} -e 's|TRACKER_SPARQL_MAJOR=0.16|TRACKER_SPARQL_MAJOR=1.0|g' \ - ${WRKSRC}/configure +# @${REINPLACE_CMD} -e 's|TRACKER_SPARQL_MAJOR=0.16|TRACKER_SPARQL_MAJOR=1.0|g' \ +# ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|--fatal-warnings||g' \ ${WRKSRC}/configure diff --git a/net-im/folks/distinfo b/net-im/folks/distinfo index 8a7fdf85c..d3dd7620c 100644 --- a/net-im/folks/distinfo +++ b/net-im/folks/distinfo @@ -1,2 +1,2 @@ -SHA256 (folks-0.9.8.tar.xz) = d2d1da6ba107aa077efdcb05df6250ddc225f1ac7275f47888976b06e3d08b25 -SIZE (folks-0.9.8.tar.xz) = 1862184 +SHA256 (folks-0.10.0.tar.xz) = 66e76bb9d095b6c0ba41e37e791e11762c67fd36498511a65085d7a39b771cc2 +SIZE (folks-0.10.0.tar.xz) = 1868128 |