From owner-svn-ports-all@freebsd.org Sat Jul 30 16:23:11 2016 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 3465FBA7112; Sat, 30 Jul 2016 16:23:11 +0000 (UTC) (envelope-from pawel@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 EE22D10FC; Sat, 30 Jul 2016 16:23:10 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6UGNACe004091; Sat, 30 Jul 2016 16:23:10 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6UGN9QP004084; Sat, 30 Jul 2016 16:23:09 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607301623.u6UGN9QP004084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 30 Jul 2016 16:23:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419326 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 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: Sat, 30 Jul 2016 16:23:11 -0000 Author: pawel Date: Sat Jul 30 16:23:09 2016 New Revision: 419326 URL: https://svnweb.freebsd.org/changeset/ports/419326 Log: Update to version 0.9.7 PR: 211443 Submitted by: Chris Hutchinson (maintainer) Modified: head/net-im/uTox/Makefile head/net-im/uTox/distinfo head/net-im/uTox/files/patch-Makefile head/net-im/uTox/files/patch-src_main.h head/net-im/uTox/files/patch-src_ui.c head/net-im/uTox/files/patch-src_xlib_main.c head/net-im/uTox/files/patch-src_xlib_video.c Modified: head/net-im/uTox/Makefile ============================================================================== --- head/net-im/uTox/Makefile Sat Jul 30 16:12:04 2016 (r419325) +++ head/net-im/uTox/Makefile Sat Jul 30 16:23:09 2016 (r419326) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= uTox -PORTVERSION= 0.9.5.20160530 -PORTREVISION= 1 +PORTVERSION= 0.9.7.20160729 CATEGORIES= net-im net-p2p MAINTAINER= portmaster@BSDforge.com @@ -24,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore USE_GITHUB= yes GH_ACCOUNT= GrayHatter -GH_TAGNAME= c85c747 +GH_TAGNAME= d800600 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 Sat Jul 30 16:12:04 2016 (r419325) +++ head/net-im/uTox/distinfo Sat Jul 30 16:23:09 2016 (r419326) @@ -1,2 +1,2 @@ -SHA256 (GrayHatter-uTox-0.9.5.20160530-c85c747_GH0.tar.gz) = 43aaad041c7a830bc7e422908855f314f396c4c9e30577e86c225a3b5377c93e -SIZE (GrayHatter-uTox-0.9.5.20160530-c85c747_GH0.tar.gz) = 2020325 +SHA256 (GrayHatter-uTox-0.9.7.20160729-d800600_GH0.tar.gz) = 6cf1355f8e034744b93d59c49b3835a28794e053827c558dba556a09c754236b +SIZE (GrayHatter-uTox-0.9.7.20160729-d800600_GH0.tar.gz) = 2357312 Modified: head/net-im/uTox/files/patch-Makefile ============================================================================== --- head/net-im/uTox/files/patch-Makefile Sat Jul 30 16:12:04 2016 (r419325) +++ head/net-im/uTox/files/patch-Makefile Sat Jul 30 16:23:09 2016 (r419326) @@ -1,17 +1,5 @@ ---- Makefile.orig 2016-05-30 04:33:35 UTC +--- Makefile.orig 2016-07-26 23:53:18 UTC +++ Makefile -@@ -2,9 +2,9 @@ - # set to anything else to disable them - DBUS = 1 - V4LCONVERT = 1 --FILTER_AUDIO = 0 -+FILTER_AUDIO = 1 - UNITY = 0 --XP = 0 -+XP = 0 - - DEPS = libtoxav libtoxcore openal vpx libsodium - @@ -54,6 +54,40 @@ ifeq ($(UNAME_S), Linux) TRAY_OBJ = icons/utox-128x128.o Modified: head/net-im/uTox/files/patch-src_main.h ============================================================================== --- head/net-im/uTox/files/patch-src_main.h Sat Jul 30 16:12:04 2016 (r419325) +++ head/net-im/uTox/files/patch-src_main.h Sat Jul 30 16:23:09 2016 (r419326) @@ -1,6 +1,6 @@ ---- src/main.h.orig 2016-05-13 18:05:27.586256000 +0300 -+++ src/main.h 2016-05-13 18:06:21.738883000 +0300 -@@ -74,7 +74,7 @@ +--- src/main.h.orig 2016-07-26 23:53:18 UTC ++++ src/main.h +@@ -45,7 +45,7 @@ #define volatile(x) (*((volatile typeof(x)*)&x)) #endif */ Modified: head/net-im/uTox/files/patch-src_ui.c ============================================================================== --- head/net-im/uTox/files/patch-src_ui.c Sat Jul 30 16:12:04 2016 (r419325) +++ head/net-im/uTox/files/patch-src_ui.c Sat Jul 30 16:23:09 2016 (r419326) @@ -1,6 +1,6 @@ ---- src/ui.c.orig 2016-05-10 07:09:15 UTC +--- src/ui.c.orig 2016-07-26 23:53:18 UTC +++ src/ui.c -@@ -271,16 +271,9 @@ static void draw_settings_header(int UNU +@@ -298,16 +298,9 @@ static void draw_settings_header(int UNU setfont(FONT_SELF_NAME); drawstr(MAIN_LEFT + SCALE(10), SCALE(10), UTOX_SETTINGS); #ifdef GIT_VERSION Modified: head/net-im/uTox/files/patch-src_xlib_main.c ============================================================================== --- head/net-im/uTox/files/patch-src_xlib_main.c Sat Jul 30 16:12:04 2016 (r419325) +++ head/net-im/uTox/files/patch-src_xlib_main.c Sat Jul 30 16:23:09 2016 (r419326) @@ -1,6 +1,6 @@ ---- src/xlib/main.c.orig 2016-05-13 17:52:03.371614000 +0300 -+++ src/xlib/main.c 2016-05-13 17:53:38.294993000 +0300 -@@ -73,8 +73,9 @@ +--- src/xlib/main.c.orig 2016-07-26 23:53:18 UTC ++++ src/xlib/main.c +@@ -73,8 +73,9 @@ void postmessage(uint32_t msg, uint16_t XFlush(display); } @@ -11,7 +11,7 @@ FILE *ptt_keyboard_handle; Display *ptt_display; void init_ptt(void){ -@@ -100,6 +101,7 @@ +@@ -100,6 +101,7 @@ _Bool check_ptt_key(void){ int ptt_key; /* First, we try for direct access to the keyboard. */ @@ -19,7 +19,7 @@ ptt_key = KEY_LEFTCTRL; // TODO allow user to change this... if (ptt_keyboard_handle) { /* Nice! we have direct access to the keyboard! */ -@@ -117,6 +119,7 @@ +@@ -117,6 +119,7 @@ _Bool check_ptt_key(void){ return 0; } } Modified: head/net-im/uTox/files/patch-src_xlib_video.c ============================================================================== --- head/net-im/uTox/files/patch-src_xlib_video.c Sat Jul 30 16:12:04 2016 (r419325) +++ head/net-im/uTox/files/patch-src_xlib_video.c Sat Jul 30 16:23:09 2016 (r419326) @@ -1,6 +1,6 @@ ---- src/xlib/video.c.orig 2016-05-13 18:12:01.175591000 +0300 -+++ src/xlib/video.c 2016-05-13 18:12:27.944571000 +0300 -@@ -152,6 +152,9 @@ +--- src/xlib/video.c.orig 2016-07-26 23:53:18 UTC ++++ src/xlib/video.c +@@ -152,6 +152,9 @@ _Bool native_video_init(void *handle) { if(isdesktop(handle)) { utox_v4l_fd = -1;