From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 21:53:31 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDB976F5; Wed, 11 Jun 2014 21:53:31 +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 BA6002BA6; Wed, 11 Jun 2014 21:53:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5BLrVxD021590; Wed, 11 Jun 2014 21:53:31 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5BLrUEs021584; Wed, 11 Jun 2014 21:53:30 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201406112153.s5BLrUEs021584@svn.freebsd.org> From: Thierry Thomas Date: Wed, 11 Jun 2014 21:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357544 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 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, 11 Jun 2014 21:53:32 -0000 Author: thierry Date: Wed Jun 11 21:53:30 2014 New Revision: 357544 URL: http://svnweb.freebsd.org/changeset/ports/357544 QAT: https://qat.redports.org/buildarchive/r357544/ Log: Refresh. 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/venom/Makefile head/net-im/venom/distinfo Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Wed Jun 11 21:43:58 2014 (r357543) +++ head/net-im/tox/Makefile Wed Jun 11 21:53:30 2014 (r357544) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ProjectTox-Core -PORTVERSION= 0.140601 -PORTREVISION= 1 +PORTVERSION= 0.140611 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org @@ -22,10 +21,11 @@ USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ProjectTox-Core GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 9684339 +GH_COMMIT= 63f25f8 USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake AUTOMAKE_ARGS= -a -c -f +CONFIGURE_ARGS= --enable-testing USES= pkgconfig pathfix libtool USE_SDL= yes USE_LDCONFIG= yes Modified: head/net-im/tox/distinfo ============================================================================== --- head/net-im/tox/distinfo Wed Jun 11 21:43:58 2014 (r357543) +++ head/net-im/tox/distinfo Wed Jun 11 21:53:30 2014 (r357544) @@ -1,2 +1,2 @@ -SHA256 (ProjectTox-Core-0.140601.tar.gz) = aba9ffbad2d26059905f88101ae73df9eaed6f6edbd121bcea3ca21adc60500b -SIZE (ProjectTox-Core-0.140601.tar.gz) = 272908 +SHA256 (ProjectTox-Core-0.140611.tar.gz) = 86b3576a705742153f18a5ccb77b9506d4fc2ee505620da6271c907d716b8ea4 +SIZE (ProjectTox-Core-0.140611.tar.gz) = 269950 Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Wed Jun 11 21:43:58 2014 (r357543) +++ head/net-im/toxic/Makefile Wed Jun 11 21:53:30 2014 (r357544) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.4.0.140602 +PORTVERSION= 0.4.0.140611 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= f9e15cd +GH_COMMIT= 328e7f8 WRKSRC= ${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT} SUB_FILES= pkg-message Modified: head/net-im/toxic/distinfo ============================================================================== --- head/net-im/toxic/distinfo Wed Jun 11 21:43:58 2014 (r357543) +++ head/net-im/toxic/distinfo Wed Jun 11 21:53:30 2014 (r357544) @@ -1,2 +1,2 @@ -SHA256 (toxic-0.4.0.140602.tar.gz) = e9d6e7eedd8c8ae5b19b8709030787f6e02ad124199241f738e9e3e6363271bb -SIZE (toxic-0.4.0.140602.tar.gz) = 77316 +SHA256 (toxic-0.4.0.140611.tar.gz) = 3124965b56a4ed42b80af08f58a126d8c4f0035084393bcf9297b35290f1994f +SIZE (toxic-0.4.0.140611.tar.gz) = 78177 Modified: head/net-im/venom/Makefile ============================================================================== --- head/net-im/venom/Makefile Wed Jun 11 21:43:58 2014 (r357543) +++ head/net-im/venom/Makefile Wed Jun 11 21:53:30 2014 (r357544) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Venom -PORTVERSION= 0.2.0.140601 +PORTVERSION= 0.2.0.140611 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore USE_GITHUB= yes GH_ACCOUNT= naxuroqa GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 3be4588 +GH_COMMIT= 91b1f35 USES= cmake desktop-file-utils pkgconfig USE_GNOME= glib20 gtk30 Modified: head/net-im/venom/distinfo ============================================================================== --- head/net-im/venom/distinfo Wed Jun 11 21:43:58 2014 (r357543) +++ head/net-im/venom/distinfo Wed Jun 11 21:53:30 2014 (r357544) @@ -1,2 +1,2 @@ -SHA256 (Venom-0.2.0.140601.tar.gz) = 38762f9c78d60be9b7e86601d6d1f9bbb7586465964a7254ca660f73d0c2f78a -SIZE (Venom-0.2.0.140601.tar.gz) = 145711 +SHA256 (Venom-0.2.0.140611.tar.gz) = 6b6c0422531d207761553950c06e4f84638e32d46cdfc8f14e29402bb1374fbb +SIZE (Venom-0.2.0.140611.tar.gz) = 148241