From owner-svn-ports-head@freebsd.org Wed Mar 7 20:56:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96250F2FE17; Wed, 7 Mar 2018 20:56:38 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43FB76E297; Wed, 7 Mar 2018 20:56:38 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3ED5326EC7; Wed, 7 Mar 2018 20:56:38 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w27KucsY041165; Wed, 7 Mar 2018 20:56:38 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w27KucoK041164; Wed, 7 Mar 2018 20:56:38 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201803072056.w27KucoK041164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 7 Mar 2018 20:56:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463828 - head/net-im/uTox X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/net-im/uTox X-SVN-Commit-Revision: 463828 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2018 20:56:38 -0000 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