diff options
author | thierry <thierry@FreeBSD.org> | 2014-03-26 06:07:48 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-03-26 06:07:48 +0800 |
commit | 8bf83d5c520ca20b106dfc148d4bffae9b400dda (patch) | |
tree | 2aac152ce4504bd34ea133ce0faf1176f5c88f6f /net-im | |
parent | f896c68a0f33c3ae8f54a514588c91e239c8d807 (diff) | |
download | freebsd-ports-gnome-8bf83d5c520ca20b106dfc148d4bffae9b400dda.tar.gz freebsd-ports-gnome-8bf83d5c520ca20b106dfc148d4bffae9b400dda.tar.zst freebsd-ports-gnome-8bf83d5c520ca20b106dfc148d4bffae9b400dda.zip |
Update to today's snapshot.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tox/Makefile | 5 | ||||
-rw-r--r-- | net-im/tox/distinfo | 4 | ||||
-rw-r--r-- | net-im/tox/files/patch-libtoxcore.pc.in | 10 | ||||
-rw-r--r-- | net-im/tox/pkg-message | 2 | ||||
-rw-r--r-- | net-im/tox/pkg-plist | 8 | ||||
-rw-r--r-- | net-im/venom/Makefile | 11 | ||||
-rw-r--r-- | net-im/venom/distinfo | 4 |
7 files changed, 17 insertions, 27 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index f76b8889ad18..f5ab25ad97c3 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ProjectTox-Core -PORTVERSION= 0.140314 +PORTVERSION= 0.140325 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ProjectTox-Core GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 3acf43b +GH_COMMIT= 90d7eb4 USE_AUTOTOOLS= automake autoconf libtoolize USES= pkgconfig @@ -28,6 +28,7 @@ OPTIONS_RADIO= CRYPTO OPTIONS_RADIO_CRYPTO= SODIUM NACL OPTIONS_DEFINE= PHONE OPTIONS_DEFAULT= PHONE SODIUM +OPTIONS_SUB= yes PHONE_DESC= Enable phone test PHONE_CONFIGURE_ENABLE= phone diff --git a/net-im/tox/distinfo b/net-im/tox/distinfo index d7926021f690..3f06bb8d503c 100644 --- a/net-im/tox/distinfo +++ b/net-im/tox/distinfo @@ -1,2 +1,2 @@ -SHA256 (ProjectTox-Core-0.140314.tar.gz) = 1630cbfd5fd1c71fbe1af79044c07033deec1dc46fd054e1a0507f91f4cdae83 -SIZE (ProjectTox-Core-0.140314.tar.gz) = 254700 +SHA256 (ProjectTox-Core-0.140325.tar.gz) = 5b762890cc52ec4518af8aa97cd39d75a4b443e61faa732510748bb09747f085 +SIZE (ProjectTox-Core-0.140325.tar.gz) = 258472 diff --git a/net-im/tox/files/patch-libtoxcore.pc.in b/net-im/tox/files/patch-libtoxcore.pc.in deleted file mode 100644 index a6881256bfa7..000000000000 --- a/net-im/tox/files/patch-libtoxcore.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- libtoxcore.pc.in.orig 2014-02-22 23:52:26.000000000 +0100 -+++ libtoxcore.pc.in 2014-02-25 09:32:35.000000000 +0100 -@@ -7,6 +7,6 @@ - Description: Tox protocol library - Requires: - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -ltoxcore @LIBS@ -+Libs: -L${libdir} -ltoxcore @NACL_LIBS@ @LIBS@ - Cflags: -I${includedir} - diff --git a/net-im/tox/pkg-message b/net-im/tox/pkg-message deleted file mode 100644 index 9cebbb6b66fd..000000000000 --- a/net-im/tox/pkg-message +++ /dev/null @@ -1,2 +0,0 @@ -Warning: due to NaCl weirdness, if you switch your config from libsodium -to libnacl, you will have to rebuild the consumers of libtoxcore. diff --git a/net-im/tox/pkg-plist b/net-im/tox/pkg-plist index d6fbe7a1f249..37e8a9923d02 100644 --- a/net-im/tox/pkg-plist +++ b/net-im/tox/pkg-plist @@ -3,12 +3,12 @@ include/tox/tox.h include/tox/toxav.h lib/libtoxav.a lib/libtoxav.la -lib/libtoxav.so -lib/libtoxav.so.0 +%%SODIUM%%lib/libtoxav.so +%%SODIUM%%lib/libtoxav.so.0 lib/libtoxcore.a lib/libtoxcore.la -lib/libtoxcore.so -lib/libtoxcore.so.0 +%%SODIUM%%lib/libtoxcore.so +%%SODIUM%%lib/libtoxcore.so.0 libdata/pkgconfig/libtoxav.pc libdata/pkgconfig/libtoxcore.pc @dirrm include/tox diff --git a/net-im/venom/Makefile b/net-im/venom/Makefile index 835f5b71df0a..a9675867a1b8 100644 --- a/net-im/venom/Makefile +++ b/net-im/venom/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Venom -PORTVERSION= 0.2.0.140314 +PORTVERSION= 0.2.0.140325 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -10,15 +10,16 @@ COMMENT= A cross-platform GUI for Tox written in Vala using GTK+ LICENSE= GPLv3 -BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala -LIB_DEPENDS= libtoxcore.so:${PORTSDIR}/net-im/tox \ - libgee-0.8.so:${PORTSDIR}/devel/libgee \ +BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala \ + ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox +LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib +RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= naxuroqa GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 86f4e45 +GH_COMMIT= 0165df4 USES= cmake desktop-file-utils pkgconfig USE_GNOME= glib20 gtk30 diff --git a/net-im/venom/distinfo b/net-im/venom/distinfo index 80608cf3b67e..37cde0cddc57 100644 --- a/net-im/venom/distinfo +++ b/net-im/venom/distinfo @@ -1,2 +1,2 @@ -SHA256 (Venom-0.2.0.140314.tar.gz) = ab77271be2453cefcc161d654b7c374a5d9e7b3680e969a56c965b986d7c30f4 -SIZE (Venom-0.2.0.140314.tar.gz) = 134964 +SHA256 (Venom-0.2.0.140325.tar.gz) = 1159b1f07c3e6e295f9bcd1eb294c99dcf119704439a3a9ae2af2547bafd19cd +SIZE (Venom-0.2.0.140325.tar.gz) = 135863 |