From owner-svn-ports-head@freebsd.org Sat Sep 3 19:19:33 2016 Return-Path: Delivered-To: svn-ports-head@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 E5FD7BCE210; Sat, 3 Sep 2016 19:19:33 +0000 (UTC) (envelope-from madpilot@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 9C3776E9; Sat, 3 Sep 2016 19:19:33 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u83JJWjp003665; Sat, 3 Sep 2016 19:19:32 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u83JJW5o003660; Sat, 3 Sep 2016 19:19:32 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201609031919.u83JJW5o003660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 3 Sep 2016 19:19:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421296 - in head: games/0ad net-im/gloox net-im/licq-jabber 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.22 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: Sat, 03 Sep 2016 19:19:34 -0000 Author: madpilot Date: Sat Sep 3 19:19:32 2016 New Revision: 421296 URL: https://svnweb.freebsd.org/changeset/ports/421296 Log: - Update net-im/gloox to 1.0.17 - Chase shlib version bump in dependent ports PR: 212338 Submitted by: Demetris Procopiou (maintainer) Modified: head/games/0ad/Makefile head/net-im/gloox/Makefile head/net-im/gloox/distinfo head/net-im/gloox/pkg-plist head/net-im/licq-jabber/Makefile Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Sat Sep 3 16:03:35 2016 (r421295) +++ head/games/0ad/Makefile Sat Sep 3 19:19:32 2016 (r421296) @@ -2,6 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.20 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/zero-ad/releases \ http://releases.wildfiregames.com/ Modified: head/net-im/gloox/Makefile ============================================================================== --- head/net-im/gloox/Makefile Sat Sep 3 16:03:35 2016 (r421295) +++ head/net-im/gloox/Makefile Sat Sep 3 19:19:32 2016 (r421296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gloox -PORTVERSION= 1.0.16 +PORTVERSION= 1.0.17 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ Modified: head/net-im/gloox/distinfo ============================================================================== --- head/net-im/gloox/distinfo Sat Sep 3 16:03:35 2016 (r421295) +++ head/net-im/gloox/distinfo Sat Sep 3 19:19:32 2016 (r421296) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470286277 -SHA256 (gloox-1.0.16.tar.bz2) = fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef -SIZE (gloox-1.0.16.tar.bz2) = 697791 +TIMESTAMP = 1472843591 +SHA256 (gloox-1.0.17.tar.bz2) = 31a7825b975b2dbe43974e78b42f22b7328df1058f0be26970a7665bb20c8025 +SIZE (gloox-1.0.17.tar.bz2) = 698239 Modified: head/net-im/gloox/pkg-plist ============================================================================== --- head/net-im/gloox/pkg-plist Sat Sep 3 16:03:35 2016 (r421295) +++ head/net-im/gloox/pkg-plist Sat Sep 3 19:19:32 2016 (r421296) @@ -150,6 +150,6 @@ include/gloox/vcardupdate.h include/gloox/xhtmlim.h lib/libgloox.a lib/libgloox.so -lib/libgloox.so.14 -lib/libgloox.so.14.0.0 +lib/libgloox.so.15 +lib/libgloox.so.15.0.0 libdata/pkgconfig/gloox.pc Modified: head/net-im/licq-jabber/Makefile ============================================================================== --- head/net-im/licq-jabber/Makefile Sat Sep 3 16:03:35 2016 (r421295) +++ head/net-im/licq-jabber/Makefile Sat Sep 3 19:19:32 2016 (r421296) @@ -2,7 +2,7 @@ PORTNAME= jabber PORTVERSION= 1.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org