From owner-svn-ports-all@FreeBSD.ORG Wed Apr 1 20:37:01 2015 Return-Path: Delivered-To: svn-ports-all@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 5C0BCBA3; Wed, 1 Apr 2015 20:37:01 +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 471E7752; Wed, 1 Apr 2015 20:37:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31Kb1Hh090213; Wed, 1 Apr 2015 20:37:01 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31Kaxlt090192; Wed, 1 Apr 2015 20:36:59 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201504012036.t31Kaxlt090192@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 1 Apr 2015 20:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382954 - in head/net-im: tox toxic 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.18-1 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: Wed, 01 Apr 2015 20:37:01 -0000 Author: thierry Date: Wed Apr 1 20:36:58 2015 New Revision: 382954 URL: https://svnweb.freebsd.org/changeset/ports/382954 Log: Refresh. Modified: head/net-im/tox/Makefile head/net-im/tox/distinfo head/net-im/tox/pkg-plist head/net-im/toxic/Makefile head/net-im/toxic/distinfo Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Wed Apr 1 20:35:16 2015 (r382953) +++ head/net-im/tox/Makefile Wed Apr 1 20:36:58 2015 (r382954) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxcore -PORTVERSION= 0.150317 +PORTVERSION= 0.150401 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org @@ -19,8 +19,7 @@ LIB_DEPENDS= libvpx.so:${PORTSDIR}/multi USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ${PORTNAME} -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 4ad7649 +GH_TAGNAME= a47fad1 USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake AUTOMAKE_ARGS= -a -c -f @@ -54,7 +53,7 @@ DAEMON_LIB_DEPENDS= libconfig.so:${PORTS .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 USE_GCC= yes -BROKEN_i386= '__stack_chk_fail_local' isn't defined +BROKEN_i386= '__stack_chk_fail_local' is not defined .endif .if ${PORT_OPTIONS:MDAEMON} Modified: head/net-im/tox/distinfo ============================================================================== --- head/net-im/tox/distinfo Wed Apr 1 20:35:16 2015 (r382953) +++ head/net-im/tox/distinfo Wed Apr 1 20:36:58 2015 (r382954) @@ -1,2 +1,2 @@ -SHA256 (toxcore-0.150317.tar.gz) = bfff413a0d254eb42bb86cc1b4d3bfd21e6969b5ab091f9420ec8838abee7d3b -SIZE (toxcore-0.150317.tar.gz) = 352871 +SHA256 (irungentoo-toxcore-0.150401-a47fad1_GH0.tar.gz) = 1e70291f91d1664607e6bf4230d8a077ee1d8dbdea4796ccdfa069a1f3f4679c +SIZE (irungentoo-toxcore-0.150401-a47fad1_GH0.tar.gz) = 347407 Modified: head/net-im/tox/pkg-plist ============================================================================== --- head/net-im/tox/pkg-plist Wed Apr 1 20:35:16 2015 (r382953) +++ head/net-im/tox/pkg-plist Wed Apr 1 20:36:58 2015 (r382954) @@ -2,6 +2,7 @@ bin/DHT_bootstrap %%DAEMON%%bin/tox-bootstrapd %%DAEMON%%@sample etc/tox-bootstrapd.conf.sample include/tox/tox.h +include/tox/tox_old.h include/tox/toxav.h include/tox/toxdns.h include/tox/toxencryptsave.h Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Wed Apr 1 20:35:16 2015 (r382953) +++ head/net-im/toxic/Makefile Wed Apr 1 20:36:58 2015 (r382954) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.5.2.150319 +PORTVERSION= 0.6.0.150401 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -18,8 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore USE_GITHUB= yes GH_ACCOUNT= tox -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= a64b8ca +GH_TAGNAME= e998c8a OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 @@ -28,9 +27,6 @@ X11_USE= XORG=x11 X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 X11_LIB_DEPENDS=libnotify.so:${PORTSDIR}/devel/libnotify -WRKSRC= ${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT} -BUILD_WRKSRC= ${WRKSRC}/build -INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}" SUB_FILES= pkg-message Modified: head/net-im/toxic/distinfo ============================================================================== --- head/net-im/toxic/distinfo Wed Apr 1 20:35:16 2015 (r382953) +++ head/net-im/toxic/distinfo Wed Apr 1 20:36:58 2015 (r382954) @@ -1,2 +1,2 @@ -SHA256 (toxic-0.5.2.150319.tar.gz) = 0d75e88e361c1ecd4ce61b1324c9fc55fb23598a18ae5964db5e7c00f8b4cd27 -SIZE (toxic-0.5.2.150319.tar.gz) = 1106896 +SHA256 (tox-toxic-0.6.0.150401-e998c8a_GH0.tar.gz) = 24d1ac72300d239d49e6003ad8b7eb90167130323108c0457d54b2c18ad0ef77 +SIZE (tox-toxic-0.6.0.150401-e998c8a_GH0.tar.gz) = 1107441