Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2017 08:52:18 +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: r439742 - head/net-im/tox
Message-ID:  <201704290852.v3T8qIFM055333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sat Apr 29 08:52:18 2017
New Revision: 439742
URL: https://svnweb.freebsd.org/changeset/ports/439742

Log:
  Upgrade to v0.1.8.
  
  Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.8>.
  
  PR:		218947
  Submitted by:	Yuri Victorovich

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

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Sat Apr 29 07:51:08 2017	(r439741)
+++ head/net-im/tox/Makefile	Sat Apr 29 08:52:18 2017	(r439742)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	toxcore
-PORTVERSION=	0.1.5
-PORTREVISION=	2
+PORTVERSION=	0.1.8
 DISTVERSIONPREFIX=	v
 PORTEPOCH=	1
 CATEGORIES=	net-im net-p2p
@@ -18,7 +17,8 @@ LIB_DEPENDS=	libvpx.so:multimedia/libvpx
 		libsndfile.so:audio/libsndfile		\
 		libsodium.so:security/libsodium		\
 		libopencv_core.so:graphics/opencv-core	\
-		libopus.so:audio/opus
+		libopus.so:audio/opus			\
+		libconfig.so:devel/libconfig
 TEST_DEPENDS=	${LOCALBASE}/lib/libmsgpackc.so:devel/msgpack	\
 		${LOCALBASE}/lib/libportaudio.so:audio/portaudio
 

Modified: head/net-im/tox/distinfo
==============================================================================
--- head/net-im/tox/distinfo	Sat Apr 29 07:51:08 2017	(r439741)
+++ head/net-im/tox/distinfo	Sat Apr 29 08:52:18 2017	(r439742)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487003216
-SHA256 (TokTok-c-toxcore-v0.1.5_GH0.tar.gz) = 32ee841e91594a95d6193e4a29d61b0935e4e145ffb2ddb9009c7d79ff9efa3b
-SIZE (TokTok-c-toxcore-v0.1.5_GH0.tar.gz) = 431390
+TIMESTAMP = 1493418049
+SHA256 (TokTok-c-toxcore-v0.1.8_GH0.tar.gz) = f8b44a54b775a4cb3b6f5efb37d5954bdc6f142c982169f1fad3300c6bf25639
+SIZE (TokTok-c-toxcore-v0.1.8_GH0.tar.gz) = 445922



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