From owner-svn-ports-head@FreeBSD.ORG Sun Oct 12 13:47:25 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FE29E6; Sun, 12 Oct 2014 13:47:25 +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 E4B29A25; Sun, 12 Oct 2014 13:47:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9CDlOZs060090; Sun, 12 Oct 2014 13:47:24 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9CDlMLM060072; Sun, 12 Oct 2014 13:47:22 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201410121347.s9CDlMLM060072@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 12 Oct 2014 13:47:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370699 - in head/net-im: tox tox/files toxic venom 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: Sun, 12 Oct 2014 13:47:25 -0000 Author: thierry Date: Sun Oct 12 13:47:22 2014 New Revision: 370699 URL: https://svnweb.freebsd.org/changeset/ports/370699 QAT: https://qat.redports.org/buildarchive/r370699/ Log: Refresh to a newer snapshot. Deleted: head/net-im/tox/files/ Modified: head/net-im/tox/Makefile head/net-im/tox/distinfo head/net-im/toxic/Makefile head/net-im/toxic/distinfo head/net-im/toxic/pkg-plist head/net-im/venom/Makefile head/net-im/venom/distinfo head/net-im/venom/pkg-plist Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Sun Oct 12 13:13:56 2014 (r370698) +++ head/net-im/tox/Makefile Sun Oct 12 13:47:22 2014 (r370699) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= toxcore -PORTVERSION= 0.140924 -PORTREVISION= 1 +PORTVERSION= 0.141012 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org @@ -21,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 744f51e +GH_COMMIT= 0444ca1 USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake AUTOMAKE_ARGS= -a -c -f Modified: head/net-im/tox/distinfo ============================================================================== --- head/net-im/tox/distinfo Sun Oct 12 13:13:56 2014 (r370698) +++ head/net-im/tox/distinfo Sun Oct 12 13:47:22 2014 (r370699) @@ -1,2 +1,2 @@ -SHA256 (toxcore-0.140924.tar.gz) = 8c0937938f0d91ce63f3b941c726d1cb588e67d71b33a4a948f635c761cb8109 -SIZE (toxcore-0.140924.tar.gz) = 326683 +SHA256 (toxcore-0.141012.tar.gz) = 6b1ec20bc036ad63ca5633ccde4aa0e15109930d38f2618b4573fcb2a3bcd48e +SIZE (toxcore-0.141012.tar.gz) = 333266 Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Sun Oct 12 13:13:56 2014 (r370698) +++ head/net-im/toxic/Makefile Sun Oct 12 13:47:22 2014 (r370699) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.5.1.140924 +PORTVERSION= 0.5.2.141012 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore USE_GITHUB= yes GH_ACCOUNT= tox GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= dc3b2e0 +GH_COMMIT= f7d46f1 OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 Modified: head/net-im/toxic/distinfo ============================================================================== --- head/net-im/toxic/distinfo Sun Oct 12 13:13:56 2014 (r370698) +++ head/net-im/toxic/distinfo Sun Oct 12 13:47:22 2014 (r370699) @@ -1,2 +1,2 @@ -SHA256 (toxic-0.5.1.140924.tar.gz) = dc4ceb30fea82238b91c1b80523f1d0f10be865c3e1eb1d6cc8761518f239ecc -SIZE (toxic-0.5.1.140924.tar.gz) = 4077711 +SHA256 (toxic-0.5.2.141012.tar.gz) = 34f7e541f4eb195b093b7424c10c7b5db2326da1d5c136223368156323cd6a1c +SIZE (toxic-0.5.2.141012.tar.gz) = 1095642 Modified: head/net-im/toxic/pkg-plist ============================================================================== --- head/net-im/toxic/pkg-plist Sun Oct 12 13:13:56 2014 (r370698) +++ head/net-im/toxic/pkg-plist Sun Oct 12 13:47:22 2014 (r370699) @@ -7,15 +7,13 @@ man/man5/toxic.conf.5.gz %%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%%/sounds/ToxicContactOffline.wav +%%DATADIR%%/sounds/ToxicContactOnline.wav +%%DATADIR%%/sounds/ToxicError.wav +%%DATADIR%%/sounds/ToxicIncomingCall.wav +%%DATADIR%%/sounds/ToxicOutgoingCall.wav +%%DATADIR%%/sounds/ToxicRecvMessage.wav +%%DATADIR%%/sounds/ToxicTransferComplete.wav +%%DATADIR%%/sounds/ToxicTransferStart.wav %%DATADIR%%/toxic.conf.example %%DATADIR%%/toxic.conf.example-e Modified: head/net-im/venom/Makefile ============================================================================== --- head/net-im/venom/Makefile Sun Oct 12 13:13:56 2014 (r370698) +++ head/net-im/venom/Makefile Sun Oct 12 13:47:22 2014 (r370699) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Venom -PORTVERSION= 0.2.0.140908 -PORTREVISION= 1 +PORTVERSION= 0.2.0.141012 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -20,9 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore USE_GITHUB= yes GH_ACCOUNT= naxuroqa GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 7fa007d +GH_COMMIT= a9bff73 -USES= cmake desktop-file-utils pkgconfig gettext +USES= cmake desktop-file-utils gettext pkgconfig USE_GNOME= glib20 gtk30 USE_SQLITE= yes INSTALLS_ICONS= yes Modified: head/net-im/venom/distinfo ============================================================================== --- head/net-im/venom/distinfo Sun Oct 12 13:13:56 2014 (r370698) +++ head/net-im/venom/distinfo Sun Oct 12 13:47:22 2014 (r370699) @@ -1,2 +1,2 @@ -SHA256 (Venom-0.2.0.140908.tar.gz) = 266143d2a938b2713ff03024ae39f9e9148db18c7d6f01d3afcde80b4cfb28b9 -SIZE (Venom-0.2.0.140908.tar.gz) = 177885 +SHA256 (Venom-0.2.0.141012.tar.gz) = 5d661404306504ea28fe8472f11fe74edce6c5d9855d8e6ef3349ff276d9184b +SIZE (Venom-0.2.0.141012.tar.gz) = 250443 Modified: head/net-im/venom/pkg-plist ============================================================================== --- head/net-im/venom/pkg-plist Sun Oct 12 13:13:56 2014 (r370698) +++ head/net-im/venom/pkg-plist Sun Oct 12 13:47:22 2014 (r370699) @@ -8,10 +8,9 @@ share/icons/hicolor/48x48/apps/venom.png share/icons/hicolor/64x64/apps/venom.png share/icons/hicolor/scalable/apps/venom.svg share/locale/de/LC_MESSAGES/Venom.mo +share/locale/es/LC_MESSAGES/Venom.mo share/locale/it/LC_MESSAGES/Venom.mo share/locale/ru/LC_MESSAGES/Venom.mo share/locale/zh_CN/LC_MESSAGES/Venom.mo share/pixmaps/venom.png share/venom/theme/default.css -@dirrmtry share/venom/theme -@dirrmtry share/venom