From owner-svn-ports-all@freebsd.org Tue Jan 10 20:52:07 2017 Return-Path: Delivered-To: svn-ports-all@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 17CB2CA94FE; Tue, 10 Jan 2017 20:52:07 +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 BA6A51F8D; Tue, 10 Jan 2017 20:52:06 +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 v0AKq5Ck077266; Tue, 10 Jan 2017 20:52:05 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0AKq5ZW077265; Tue, 10 Jan 2017 20:52:05 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201701102052.v0AKq5ZW077265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 10 Jan 2017 20:52:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431132 - in head/net-im/toxic: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2017 20:52:07 -0000 Author: thierry Date: Tue Jan 10 20:52:05 2017 New Revision: 431132 URL: https://svnweb.freebsd.org/changeset/ports/431132 Log: Chase toxcore and upgrade to 0.7.2. PR: 215399 Deleted: head/net-im/toxic/files/patch-src_misc__tools.c Modified: head/net-im/toxic/Makefile head/net-im/toxic/distinfo Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Tue Jan 10 20:51:38 2017 (r431131) +++ head/net-im/toxic/Makefile Tue Jan 10 20:52:05 2017 (r431132) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTVERSION= 0.7.2 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -15,15 +14,18 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libvpx.so:multimedia/libvpx \ - libopus.so:audio/opus \ + libsodium.so:security/libsodium \ + libpng16.so:graphics/png \ + libopus.so:audio/opus \ libcurl.so:ftp/curl \ - libv4l2.so:multimedia/libv4l \ + libv4l2.so:multimedia/libv4l \ libqrencode.so:graphics/libqrencode \ libconfig.so:devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox USE_GITHUB= yes -GH_ACCOUNT= Tox +GH_ACCOUNT= JFreegman +GH_TAGNAME= v${PORTVERSION} OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 Modified: head/net-im/toxic/distinfo ============================================================================== --- head/net-im/toxic/distinfo Tue Jan 10 20:51:38 2017 (r431131) +++ head/net-im/toxic/distinfo Tue Jan 10 20:52:05 2017 (r431132) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474750604 -SHA256 (Tox-toxic-0.7.1_GH0.tar.gz) = 414ca2cd369e277872c7248c43f82afa0ac2f6c8fa5fc8e93f7c3e8ab6d11b9c -SIZE (Tox-toxic-0.7.1_GH0.tar.gz) = 1137112 +TIMESTAMP = 1482090212 +SHA256 (JFreegman-toxic-0.7.2-v0.7.2_GH0.tar.gz) = a2962aca766caf84b52a52e9a5ce2276a9d3906685f565d2a00551e7c2916c59 +SIZE (JFreegman-toxic-0.7.2-v0.7.2_GH0.tar.gz) = 1136947