Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2018 20:56:38 +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: r463828 - head/net-im/uTox
Message-ID:  <201803072056.w27KucoK041164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Mar  7 20:56:37 2018
New Revision: 463828
URL: https://svnweb.freebsd.org/changeset/ports/463828

Log:
  Make it depend on net-im/tox12 for the moment.
  
  See https://github.com/uTox/uTox/pull/1157
  
  Reported by:	yuri

Modified:
  head/net-im/uTox/Makefile

Modified: head/net-im/uTox/Makefile
==============================================================================
--- head/net-im/uTox/Makefile	Wed Mar  7 20:55:44 2018	(r463827)
+++ head/net-im/uTox/Makefile	Wed Mar  7 20:56:37 2018	(r463828)
@@ -2,7 +2,7 @@
 
 PORTNAME=	uTox
 PORTVERSION=	0.11.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	portmaster@BSDforge.com
@@ -11,7 +11,7 @@ COMMENT=	Lightweight Tox client
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libtoxcore.a:net-im/tox \
+BUILD_DEPENDS=	${LOCALBASE}/lib/libtoxcore.a:net-im/tox12 \
 		${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig \
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libvpx.so:multimedia/libvpx \
 		libfilteraudio.so:audio/libfilteraudio\
 		libopus.so:audio/opus
-RUN_DEPENDS=	${LOCALBASE}/lib/libtoxcore.a:net-im/tox
+RUN_DEPENDS=	${LOCALBASE}/lib/libtoxcore.a:net-im/tox12
 
 USE_GITHUB=	yes
 GH_TAGNAME=	1835eae



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