From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 18:38:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C2979EA; Thu, 5 Feb 2015 18:38:20 +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 D228F77C; Thu, 5 Feb 2015 18:38:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15IcJW3074923; Thu, 5 Feb 2015 18:38:19 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15IcJj2074920; Thu, 5 Feb 2015 18:38:19 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502051838.t15IcJj2074920@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 5 Feb 2015 18:38:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378483 - in head/net-im/uTox: . 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 05 Feb 2015 18:38:20 -0000 Author: thierry Date: Thu Feb 5 18:38:18 2015 New Revision: 378483 URL: https://svnweb.freebsd.org/changeset/ports/378483 QAT: https://qat.redports.org/buildarchive/r378483/ Log: Update to git20150204 v0.2.l . PR: ports/197347 Submitted by: Ivan Klymenko (maintainer) Added: head/net-im/uTox/files/ head/net-im/uTox/files/patch-Makefile (contents, props changed) Modified: head/net-im/uTox/Makefile head/net-im/uTox/distinfo Modified: head/net-im/uTox/Makefile ============================================================================== --- head/net-im/uTox/Makefile Thu Feb 5 17:50:02 2015 (r378482) +++ head/net-im/uTox/Makefile Thu Feb 5 18:38:18 2015 (r378483) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= uTox -DISTVERSION= 0.1.9.git20150114 +DISTVERSION= 0.2.l.git20150204 CATEGORIES= net-im net-p2p MAINTAINER= fidaj@ukr.net @@ -15,14 +15,15 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxco LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \ - libvpx.so:${PORTSDIR}/multimedia/libvpx + libvpx.so:${PORTSDIR}/multimedia/libvpx \ + libfilteraudio.so:${PORTSDIR}/audio/filter_audio RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= notsecure GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= a78a756 +GH_COMMIT= 621727d USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig USE_XORG= x11 xext xrender Modified: head/net-im/uTox/distinfo ============================================================================== --- head/net-im/uTox/distinfo Thu Feb 5 17:50:02 2015 (r378482) +++ head/net-im/uTox/distinfo Thu Feb 5 18:38:18 2015 (r378483) @@ -1,2 +1,2 @@ -SHA256 (uTox-0.1.9.git20150114.tar.gz) = 13ecdc34efd0cec358301c5c3cdf24f9e2bac2ff8941fd621ebe108301e3394c -SIZE (uTox-0.1.9.git20150114.tar.gz) = 744372 +SHA256 (uTox-0.2.l.git20150204.tar.gz) = c66f1d9751bcfa3d82e7b895dc52cb200a761f11bd4e7d3a957b2c4bfd519dc5 +SIZE (uTox-0.2.l.git20150204.tar.gz) = 753374 Added: head/net-im/uTox/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/uTox/files/patch-Makefile Thu Feb 5 18:38:18 2015 (r378483) @@ -0,0 +1,21 @@ +--- Makefile.orig 2015-01-28 12:42:36.939246000 +0200 ++++ Makefile 2015-01-28 12:44:04.733423000 +0200 +@@ -15,10 +15,6 @@ + DEPS += libv4lconvert + endif + +-ifeq ($(FILTER_AUDIO), 1) +- DEPS += filteraudio +-endif +- + UNAME_S := $(shell uname -s) + + CFLAGS += -g -Wall -Wshadow -pthread -std=gnu99 +@@ -36,6 +32,7 @@ + + ifeq ($(FILTER_AUDIO), 1) + CFLAGS += -DAUDIO_FILTERING ++ LDFLAGS += -lfilteraudio + endif + + ifeq ($(UNAME_S), Linux)