From owner-svn-ports-head@FreeBSD.ORG Mon Apr 27 20:28:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BA21979; Mon, 27 Apr 2015 20:28:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 176F818F2; Mon, 27 Apr 2015 20:28:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3RKSFQj074482; Mon, 27 Apr 2015 20:28:15 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3RKSDRR074471; Mon, 27 Apr 2015 20:28:13 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201504272028.t3RKSDRR074471@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 27 Apr 2015 20:28:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384870 - in head: . audio/filter_audio audio/libfilteraudio net-im/qTox net-im/qTox/files net-im/tox 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: Mon, 27 Apr 2015 20:28:16 -0000 Author: thierry Date: Mon Apr 27 20:28:13 2015 New Revision: 384870 URL: https://svnweb.freebsd.org/changeset/ports/384870 Log: - Update of qTox and toxcore after their new API is eventually fixed (this unbreak qTox) - Rename audio/filter_audio to audio/libfilteraudio. PR: ports/199726 Submitted by: yuri (at) rawbw.com Added: head/audio/libfilteraudio/ - copied from r384800, head/audio/filter_audio/ Deleted: head/audio/filter_audio/ Modified: head/MOVED head/audio/libfilteraudio/Makefile head/audio/libfilteraudio/distinfo head/net-im/qTox/Makefile head/net-im/qTox/distinfo head/net-im/qTox/files/patch-qtox.pro head/net-im/tox/Makefile head/net-im/tox/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Mon Apr 27 20:09:10 2015 (r384869) +++ head/MOVED Mon Apr 27 20:28:13 2015 (r384870) @@ -7568,3 +7568,4 @@ java/eclipse-pmd||2015-04-18|Has expired textproc/nltk|textproc/py-nltk|2015-04-19|Renamed for consistency devel/rubygem-inline|devel/rubygem-rubyinline|2015-04-21|Rename to match our rubygems naming devel/p5-Devel-Profiler|devel/p5-Devel-NYTProf|2015-04-24|Devel::DProf was removed form Perl, use Devel::NYTProf +audio/filter_audio|audio/libfilteraudio|2015-04-27|audio/filter-audio is renamed into audio/libfilteraudio Modified: head/audio/libfilteraudio/Makefile ============================================================================== --- head/audio/filter_audio/Makefile Sun Apr 26 16:32:34 2015 (r384800) +++ head/audio/libfilteraudio/Makefile Mon Apr 27 20:28:13 2015 (r384870) @@ -1,8 +1,8 @@ # Created by: Yuri Victorovich # $FreeBSD$ -PORTNAME= filter_audio -PORTVERSION= 0.150317 +PORTNAME= libfilteraudio +PORTVERSION= 0.150426 CATEGORIES= audio DIST_SUBDIR= ${PORTNAME}-${GH_COMMIT} @@ -13,9 +13,8 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= irungentoo -GH_PROJECT= filter_audio -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 2ebc753 +GH_PROJECT= libfilteraudio +GH_TAGNAME= d64d957 USES= gmake USE_LDCONFIG= yes Modified: head/audio/libfilteraudio/distinfo ============================================================================== --- head/audio/filter_audio/distinfo Sun Apr 26 16:32:34 2015 (r384800) +++ head/audio/libfilteraudio/distinfo Mon Apr 27 20:28:13 2015 (r384870) @@ -1,2 +1,2 @@ -SHA256 (filter_audio-2ebc753/filter_audio-0.150317.tar.gz) = d58a831b0489229fbe60bb991655baefea00720b3b7ae9b4bd80fb37ffd706cc -SIZE (filter_audio-2ebc753/filter_audio-0.150317.tar.gz) = 171180 +SHA256 (libfilteraudio-/irungentoo-libfilteraudio-0.150426-d64d957_GH0.tar.gz) = b25d0fdd2434499f9c036214a2930c0881d448444ce70f7bda63bd13a74affa9 +SIZE (libfilteraudio-/irungentoo-libfilteraudio-0.150426-d64d957_GH0.tar.gz) = 191873 Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Mon Apr 27 20:09:10 2015 (r384869) +++ head/net-im/qTox/Makefile Mon Apr 27 20:28:13 2015 (r384870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qTox -PORTVERSION= 0.150317 +PORTVERSION= 0.150426 CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com @@ -10,21 +10,18 @@ COMMENT= Qt 5 based Tox client LICENSE= GPLv3 -BROKEN= Fails to build - BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv \ libopencv_core.so:${PORTSDIR}/graphics/opencv-core \ libvpx.so:${PORTSDIR}/multimedia/libvpx \ - libfilteraudio.so:${PORTSDIR}/audio/filter_audio \ + libfilteraudio.so:${PORTSDIR}/audio/libfilteraudio \ libsodium.so:${PORTSDIR}/security/libsodium \ libqrencode.so:${PORTSDIR}/graphics/libqrencode RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= tux3 -GH_COMMIT= de42357 -GH_TAGNAME= ${GH_COMMIT} +GH_TAGNAME= 25329d3 USES= compiler:c++11-lib desktop-file-utils openal:soft qmake gmake USE_GNOME= glib20 gtk20 cairo gdkpixbuf2 Modified: head/net-im/qTox/distinfo ============================================================================== --- head/net-im/qTox/distinfo Mon Apr 27 20:09:10 2015 (r384869) +++ head/net-im/qTox/distinfo Mon Apr 27 20:28:13 2015 (r384870) @@ -1,2 +1,2 @@ -SHA256 (qTox-0.150317.tar.gz) = f89c7c149cd9dc1b934f545e6bfff0b40f3af0205a213dcba2ad7d466a127468 -SIZE (qTox-0.150317.tar.gz) = 4633713 +SHA256 (tux3-qTox-0.150426-25329d3_GH0.tar.gz) = aa8615a0e57fce5dd4ed4bf19a9934b8e1d8f34bf6dbaeb1d16ece2ef9405869 +SIZE (tux3-qTox-0.150426-25329d3_GH0.tar.gz) = 4643786 Modified: head/net-im/qTox/files/patch-qtox.pro ============================================================================== --- head/net-im/qTox/files/patch-qtox.pro Mon Apr 27 20:09:10 2015 (r384869) +++ head/net-im/qTox/files/patch-qtox.pro Mon Apr 27 20:28:13 2015 (r384870) @@ -1,10 +1,9 @@ ---- qtox.pro +--- qtox.pro.orig 2015-04-27 03:03:27 UTC +++ qtox.pro -@@ -451,3 +451,15 @@ - src/widget/gui.h \ - src/toxme.h \ - src/misc/qrwidget.h -+ +@@ -433,6 +433,18 @@ SOURCES += \ + src/profilelocker.cpp \ + src/avatarbroadcaster.cpp + +unix { + target.path = $$PREFIX/bin + @@ -16,3 +15,7 @@ + + INSTALLS = target desktop icon +} ++ + HEADERS += \ + src/audio.h \ + src/core/core.h \ Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Mon Apr 27 20:09:10 2015 (r384869) +++ head/net-im/tox/Makefile Mon Apr 27 20:28:13 2015 (r384870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxcore -PORTVERSION= 0.150401 +PORTVERSION= 0.150426 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org @@ -19,7 +19,7 @@ LIB_DEPENDS= libvpx.so:${PORTSDIR}/multi USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ${PORTNAME} -GH_TAGNAME= a47fad1 +GH_TAGNAME= 6a1efc3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tests Modified: head/net-im/tox/distinfo ============================================================================== --- head/net-im/tox/distinfo Mon Apr 27 20:09:10 2015 (r384869) +++ head/net-im/tox/distinfo Mon Apr 27 20:28:13 2015 (r384870) @@ -1,2 +1,2 @@ -SHA256 (irungentoo-toxcore-0.150401-a47fad1_GH0.tar.gz) = 1e70291f91d1664607e6bf4230d8a077ee1d8dbdea4796ccdfa069a1f3f4679c -SIZE (irungentoo-toxcore-0.150401-a47fad1_GH0.tar.gz) = 347407 +SHA256 (irungentoo-toxcore-0.150426-6a1efc3_GH0.tar.gz) = 57ae059afa408a93df290d019f5fda578cb7d13bdfdb8631d827eb055d181f25 +SIZE (irungentoo-toxcore-0.150426-6a1efc3_GH0.tar.gz) = 369215