diff options
author | thierry <thierry@FreeBSD.org> | 2017-01-12 04:58:08 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-01-12 04:58:08 +0800 |
commit | 4963a0ab5d2cc3d4fce3afe7d0e0698f4ed33120 (patch) | |
tree | c04cb85573624033b990b9af99a01d4ec8224bdb | |
parent | f09f8d3ca8a5bfbbddb63b2b731f86bc0dcf6a14 (diff) | |
download | freebsd-ports-gnome-4963a0ab5d2cc3d4fce3afe7d0e0698f4ed33120.tar.gz freebsd-ports-gnome-4963a0ab5d2cc3d4fce3afe7d0e0698f4ed33120.tar.zst freebsd-ports-gnome-4963a0ab5d2cc3d4fce3afe7d0e0698f4ed33120.zip |
- Upgrade to v0.1.3
Changelog at https://github.com/TokTok/c-toxcore/releases/tag/v0.1.3
- As reported by Sean C. Farley, msgpack and portaudio are only needed
for tests.
-rw-r--r-- | net-im/tox/Makefile | 8 | ||||
-rw-r--r-- | net-im/tox/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index 56c41cdf1a8f..03e13e4956cd 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxcore -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 PORTEPOCH= 1 CATEGORIES= net-im net-p2p @@ -13,12 +13,12 @@ LICENSE= GPLv3 BUILD_DEPENDS= checkmk:devel/libcheck LIB_DEPENDS= libvpx.so:multimedia/libvpx \ - libmsgpackc.so:devel/msgpack \ libsndfile.so:audio/libsndfile \ libsodium.so:security/libsodium \ - libportaudio.so:audio/portaudio \ libopencv_core.so:graphics/opencv2-core \ libopus.so:audio/opus +TEST_TARGET= libmsgpackc.so:devel/msgpack \ + libportaudio.so:audio/portaudio USE_GITHUB= yes GH_ACCOUNT= TokTok @@ -35,6 +35,8 @@ DAEMON_DESC= Bootstrap daemon DAEMON_CMAKE_ON= -DBOOTSTRAP_DAEMON=on DAEMON_LIB_DEPENDS= libconfig.so:devel/libconfig +TEST_TARGET= test + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDAEMON} diff --git a/net-im/tox/distinfo b/net-im/tox/distinfo index 04a7ae7c43d8..47abf1bc0ffe 100644 --- a/net-im/tox/distinfo +++ b/net-im/tox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482696004 -SHA256 (TokTok-c-toxcore-0.1.2-v0.1.2_GH0.tar.gz) = 605a462f77b497009217b8dbd01108d112e9a8b018473826379f9f4ffa5c0b66 -SIZE (TokTok-c-toxcore-0.1.2-v0.1.2_GH0.tar.gz) = 417957 +TIMESTAMP = 1484166863 +SHA256 (TokTok-c-toxcore-0.1.3-v0.1.3_GH0.tar.gz) = 741d2d943b7c17c79a24d21611709aae2b835cd2e265b712b5626798ef4e815b +SIZE (TokTok-c-toxcore-0.1.3-v0.1.3_GH0.tar.gz) = 421846 |