Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 14:03:42 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490135 - head/net-im/tox
Message-ID:  <201901131403.x0DE3gxV007846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Jan 13 14:03:42 2019
New Revision: 490135
URL: https://svnweb.freebsd.org/changeset/ports/490135

Log:
  Upgrade to v0.2.9.
  
  Release notes at <https://github.com/TokTok/c-toxcore/releases>.
  
  Note: tests are now an option.

Modified:
  head/net-im/tox/Makefile
  head/net-im/tox/distinfo

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Sun Jan 13 13:40:16 2019	(r490134)
+++ head/net-im/tox/Makefile	Sun Jan 13 14:03:42 2019	(r490135)
@@ -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 
 
 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}

Modified: head/net-im/tox/distinfo
==============================================================================
--- head/net-im/tox/distinfo	Sun Jan 13 13:40:16 2019	(r490134)
+++ head/net-im/tox/distinfo	Sun Jan 13 14:03:42 2019	(r490135)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901131403.x0DE3gxV007846>