From owner-svn-ports-head@freebsd.org Sat Nov 14 18:59:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2838A2F0C5; Sat, 14 Nov 2015 18:59:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5F53A19E8; Sat, 14 Nov 2015 18:59:49 +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 tAEIxmXu011752; Sat, 14 Nov 2015 18:59:48 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEIxmrh011751; Sat, 14 Nov 2015 18:59:48 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201511141859.tAEIxmrh011751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sat, 14 Nov 2015 18:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401583 - head/net-im/toxic X-SVN-Group: ports-head 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.20 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: Sat, 14 Nov 2015 18:59:49 -0000 Author: thierry Date: Sat Nov 14 18:59:48 2015 New Revision: 401583 URL: https://svnweb.freebsd.org/changeset/ports/401583 Log: Add a missing dependency: libqrencode. Submitted by: herbert (at) oslo.ath.cx Modified: head/net-im/toxic/Makefile Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Sat Nov 14 18:08:21 2015 (r401582) +++ head/net-im/toxic/Makefile Sat Nov 14 18:59:48 2015 (r401583) @@ -3,6 +3,7 @@ PORTNAME= toxic PORTVERSION= 0.7.0.151113 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -17,6 +18,7 @@ LIB_DEPENDS= libvpx.so:${PORTSDIR}/multi libopus.so:${PORTSDIR}/audio/opus \ libcurl.so:${PORTSDIR}/ftp/curl \ libv4l2.so:${PORTSDIR}/multimedia/libv4l \ + libqrencode.so:${PORTSDIR}/graphics/libqrencode \ libconfig.so:${PORTSDIR}/devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox