aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2019-01-13 22:03:42 +0800
committerthierry <thierry@FreeBSD.org>2019-01-13 22:03:42 +0800
commit377a9828bbf065104e305ed9198d25e82586cf69 (patch)
tree82262ad7afbc89ed2cbd96f17328fc0387f70856 /net-im
parentad174b4809276d9630c9fa2f306a2c28b4df7709 (diff)
downloadfreebsd-ports-gnome-377a9828bbf065104e305ed9198d25e82586cf69.tar.gz
freebsd-ports-gnome-377a9828bbf065104e305ed9198d25e82586cf69.tar.zst
freebsd-ports-gnome-377a9828bbf065104e305ed9198d25e82586cf69.zip
Upgrade to v0.2.9.
Release notes at <https://github.com/TokTok/c-toxcore/releases>. Note: tests are now an option.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/tox/Makefile12
-rw-r--r--net-im/tox/distinfo6
2 files changed, 9 insertions, 9 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index 64b897d3e967..84fd830ef5c3 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= toxcore
-PORTVERSION= 0.2.8
-PORTREVISION= 1
+PORTVERSION= 0.2.9
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= net-im net-p2p
@@ -13,7 +12,8 @@ COMMENT= ProjectTox-Core library, a decentralized and secure messenger
LICENSE= GPLv3
-BUILD_DEPENDS= checkmk:devel/check
+BUILD_DEPENDS= checkmk:devel/check \
+ gtest:sysutils/coreutils
LIB_DEPENDS= libvpx.so:multimedia/libvpx \
libmsgpackc.so:devel/msgpack \
libsndfile.so:audio/libsndfile \
@@ -33,14 +33,15 @@ USES= cmake compiler:c11 libtool pathfix pkgconfig
USE_LDCONFIG= yes
PLIST_SUB= VER=${PORTVERSION:C/0.//}.0 SO=2
-OPTIONS_DEFINE= DAEMON
+OPTIONS_DEFINE= DAEMON TEST
OPTIONS_SUB= yes
DAEMON_DESC= Bootstrap daemon
DAEMON_CMAKE_ON= -DBOOTSTRAP_DAEMON=on
DAEMON_LIB_DEPENDS= libconfig.so:devel/libconfig
-TEST_TARGET= test
+TEST_CMAKE_ON= -DAUTOTEST=on
+TEST_TARGET= test
.include <bsd.port.options.mk>
@@ -56,7 +57,6 @@ PKGMESSAGE= ${PKGDIR}/pkg-message.daemon
post-install:
.if ${PORT_OPTIONS:MDAEMON}
- ${INSTALL_PROGRAM} ${WRKSRC}/tox-bootstrapd ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/other/bootstrap_daemon/tox-bootstrapd.conf \
${STAGEDIR}${PREFIX}/etc/tox-bootstrapd.conf.sample
${MKDIR} ${STAGEDIR}${KEYS_DIR}
diff --git a/net-im/tox/distinfo b/net-im/tox/distinfo
index 42cb7a209111..f0edfdaf7420 100644
--- a/net-im/tox/distinfo
+++ b/net-im/tox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538995287
-SHA256 (TokTok-c-toxcore-v0.2.8_GH0.tar.gz) = 47fe125d8558775a03a3ded58e9faa07a01cfecd65257e24b544b4b5698d9362
-SIZE (TokTok-c-toxcore-v0.2.8_GH0.tar.gz) = 502907
+TIMESTAMP = 1547381833
+SHA256 (TokTok-c-toxcore-v0.2.9_GH0.tar.gz) = a8c962709447fb9b0cbb1a90ec1945a1b2d272b4d322356c48a4e3882b1267e7
+SIZE (TokTok-c-toxcore-v0.2.9_GH0.tar.gz) = 510806