From owner-svn-ports-head@FreeBSD.ORG Fri Aug 15 15:59:02 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D8DFFFD; Fri, 15 Aug 2014 15:59:02 +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 5D0862289; Fri, 15 Aug 2014 15:59:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7FFx2VL038854; Fri, 15 Aug 2014 15:59:02 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7FFx1NT038839; Fri, 15 Aug 2014 15:59:01 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201408151559.s7FFx1NT038839@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 15 Aug 2014 15:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364986 - 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-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: Fri, 15 Aug 2014 15:59:02 -0000 Author: thierry Date: Fri Aug 15 15:59:00 2014 New Revision: 364986 URL: http://svnweb.freebsd.org/changeset/ports/364986 QAT: https://qat.redports.org/buildarchive/r364986/ Log: Refresh. Warning: format of the config file has changed! Added: head/net-im/toxic/files/patch-build_Makefile (contents, props changed) head/net-im/toxic/files/patch-src_misc_tools.c (contents, props changed) Modified: head/net-im/toxic/Makefile head/net-im/toxic/distinfo head/net-im/toxic/files/pkg-message.in head/net-im/toxic/pkg-plist Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Fri Aug 15 15:58:08 2014 (r364985) +++ head/net-im/toxic/Makefile Fri Aug 15 15:59:00 2014 (r364986) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.4.5.140717 +PORTVERSION= 0.4.7.140815 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -13,13 +13,15 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \ libopus.so:${PORTSDIR}/audio/opus \ + libalut.so:${PORTSDIR}/audio/freealut \ + libconfig.so:${PORTSDIR}/devel/libconfig \ libopenal.so.1:${PORTSDIR}/audio/openal-soft RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= tox GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= e61d070 +GH_COMMIT= 67f637a WRKSRC= ${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT} BUILD_WRKSRC= ${WRKSRC}/build Modified: head/net-im/toxic/distinfo ============================================================================== --- head/net-im/toxic/distinfo Fri Aug 15 15:58:08 2014 (r364985) +++ head/net-im/toxic/distinfo Fri Aug 15 15:59:00 2014 (r364986) @@ -1,2 +1,2 @@ -SHA256 (toxic-0.4.5.140717.tar.gz) = 02922aab67cad9bc2450302aa31cee767028865c8c88b30c885be5c675a66796 -SIZE (toxic-0.4.5.140717.tar.gz) = 72535 +SHA256 (toxic-0.4.7.140815.tar.gz) = 24017bcd4e14bc5e6b5efc23e339ec818394d0b332eb3a9f0b9c9b446da9941f +SIZE (toxic-0.4.7.140815.tar.gz) = 4070353 Added: head/net-im/toxic/files/patch-build_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/toxic/files/patch-build_Makefile Fri Aug 15 15:59:00 2014 (r364986) @@ -0,0 +1,15 @@ +--- build/Makefile.orig 2014-08-15 03:31:28.000000000 +0200 ++++ build/Makefile 2014-08-15 16:56:36.000000000 +0200 +@@ -4,10 +4,10 @@ + + CFG_DIR = ../cfg + SRC_DIR = ../src +-PREFIX = /usr/local ++#PREFIX = /usr/local + BINDIR = $(PREFIX)/bin + DATADIR = $(PREFIX)/share/toxic +-MANDIR = $(PREFIX)/share/man ++MANDIR = $(PREFIX)/man + + LIBS = libtoxcore ncursesw libconfig + Added: head/net-im/toxic/files/patch-src_misc_tools.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/toxic/files/patch-src_misc_tools.c Fri Aug 15 15:59:00 2014 (r364986) @@ -0,0 +1,18 @@ +--- src/misc_tools.c.orig 2014-08-15 03:31:28.000000000 +0200 ++++ src/misc_tools.c 2014-08-15 16:51:14.000000000 +0200 +@@ -38,6 +38,7 @@ + + static uint64_t current_unix_time; + ++/* Allready defined in libtoxcore + void host_to_net(uint8_t *num, uint16_t numbytes) + { + #ifndef WORDS_BIGENDIAN +@@ -52,6 +53,7 @@ + #endif + return; + } ++*/ + + void update_unix_time(void) + { Modified: head/net-im/toxic/files/pkg-message.in ============================================================================== --- head/net-im/toxic/files/pkg-message.in Fri Aug 15 15:58:08 2014 (r364985) +++ head/net-im/toxic/files/pkg-message.in Fri Aug 15 15:59:00 2014 (r364986) @@ -4,7 +4,7 @@ toxic -4 + if your screen is unreadable, try to set - colour_theme:1; + native_colors=true; in your ~/.config/tox/toxic.conf (more parameters available - see %%DATADIR%%/toxic.conf.example ) Modified: head/net-im/toxic/pkg-plist ============================================================================== --- head/net-im/toxic/pkg-plist Fri Aug 15 15:58:08 2014 (r364985) +++ head/net-im/toxic/pkg-plist Fri Aug 15 15:59:00 2014 (r364986) @@ -4,5 +4,20 @@ man/man1/toxic.1.gz man/man5/toxic.conf.5-e.gz man/man5/toxic.conf.5.gz %%DATADIR%%/DHTnodes +%%DATADIR%%/DHTnodes-e +%%DATADIR%%/DNSservers +%%DATADIR%%/DNSservers-e +%%DATADIR%%/sounds/ContactLogsIn.wav +%%DATADIR%%/sounds/ContactLogsOut.wav +%%DATADIR%%/sounds/Error.wav +%%DATADIR%%/sounds/IncomingCall.wav +%%DATADIR%%/sounds/LogIn.wav +%%DATADIR%%/sounds/LogOut.wav +%%DATADIR%%/sounds/NewMessage.wav +%%DATADIR%%/sounds/OutgoingCall.wav +%%DATADIR%%/sounds/TransferComplete.wav +%%DATADIR%%/sounds/TransferPending.wav %%DATADIR%%/toxic.conf.example +%%DATADIR%%/toxic.conf.example-e +@dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%%