diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-11 16:54:52 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-11 16:54:52 +0800 |
commit | 274f6b3c4817541c9609f0d4b5374a1787f96f10 (patch) | |
tree | dfab5d1344068e1bf0893b1f286ae1ef10a0ca0c /net-im/telepathy-gabble | |
parent | 42676f3edf39ef6ca89e4182140224fedb28faeb (diff) | |
download | marcuscom-ports-274f6b3c4817541c9609f0d4b5374a1787f96f10.tar marcuscom-ports-274f6b3c4817541c9609f0d4b5374a1787f96f10.tar.gz marcuscom-ports-274f6b3c4817541c9609f0d4b5374a1787f96f10.tar.bz2 marcuscom-ports-274f6b3c4817541c9609f0d4b5374a1787f96f10.tar.lz marcuscom-ports-274f6b3c4817541c9609f0d4b5374a1787f96f10.tar.xz marcuscom-ports-274f6b3c4817541c9609f0d4b5374a1787f96f10.tar.zst marcuscom-ports-274f6b3c4817541c9609f0d4b5374a1787f96f10.zip |
Various updates to the telepathy stack:
- Make the touched telepathy ports stage compliant
- Fix $MCom$ tag in some of them
- Upgrade -gabble to 0.17.3, -idle to 0.1.14, -logger to 0.8.0, -mission-control to 5.14.0
- Because of the lib bump in -logger, increase PORTREVISION to it and dependant ports in MC (gnome-shell and empathy3)
- While here do some lib_depends fixing to gnome-shell to the new format
- Do some USE_GNOME sorting and add pkgconfig to USES
- Fix -gabble's lib_depend
- Fix -mission-control post-patch so it installs the gtk-doc in the right place honouring $PREFIX
Reviewed by: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18791 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-gabble')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 12 | ||||
-rw-r--r-- | net-im/telepathy-gabble/distinfo | 4 | ||||
-rw-r--r-- | net-im/telepathy-gabble/pkg-plist | 1 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index 84c64b86c..0080f3d5c 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -1,8 +1,9 @@ +# Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/net-im/telepathy-gabble/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom$ PORTNAME= telepathy-gabble -PORTVERSION= 0.16.6 +PORTVERSION= 0.17.3 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -17,22 +18,21 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth -RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ + libnice-gst1>=0:${PORTSDIR}/net-im/libnice-gst1 PORTSCOUT= limitw:1,even -NO_STAGE= yes GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig USE_GNOME= glib20 libxslt:build USE_SQLITE= yes USE_OPENSSL= yes USE_PYTHON_BUILD= yes +MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt CONFIGURE_ENV= LIBS="-pthread" -MAN8= telepathy-gabble.8 - PLIST_SUB= PVERSION=${PORTVERSION} .if defined(WITH_OPENSSL_BASE) diff --git a/net-im/telepathy-gabble/distinfo b/net-im/telepathy-gabble/distinfo index 1b77e5bbc..16eca14a1 100644 --- a/net-im/telepathy-gabble/distinfo +++ b/net-im/telepathy-gabble/distinfo @@ -1,2 +1,2 @@ -SHA256 (telepathy-gabble-0.16.6.tar.gz) = 0a4726241f3e0ef6a42281eca954ff63948c44d2faa264242faa3a92fb02b792 -SIZE (telepathy-gabble-0.16.6.tar.gz) = 2434346 +SHA256 (telepathy-gabble-0.17.3.tar.gz) = b75f28d3645f2bd8046ad1a4754e3bc164fd44f62cf3b1cbe34c71d4542b94c9 +SIZE (telepathy-gabble-0.17.3.tar.gz) = 2710882 diff --git a/net-im/telepathy-gabble/pkg-plist b/net-im/telepathy-gabble/pkg-plist index 62bf393ca..112df99da 100644 --- a/net-im/telepathy-gabble/pkg-plist +++ b/net-im/telepathy-gabble/pkg-plist @@ -12,6 +12,7 @@ lib/telepathy/gabble-0/plugins/libconsole.so lib/telepathy/gabble-0/plugins/libgateways.la lib/telepathy/gabble-0/plugins/libgateways.so libexec/telepathy-gabble +man/man8/telepathy-gabble.8.gz share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service %%DOCSDIR%%/muc-bytestream.html %%DOCSDIR%%/olpc.html |