From owner-svn-ports-all@freebsd.org Sat Aug 6 02:12:30 2016 Return-Path: Delivered-To: svn-ports-all@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 9E109BB0182; Sat, 6 Aug 2016 02:12:30 +0000 (UTC) (envelope-from pawel@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 4A1161E0D; Sat, 6 Aug 2016 02:12:30 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u762CTiw062959; Sat, 6 Aug 2016 02:12:29 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u762CTp6062955; Sat, 6 Aug 2016 02:12:29 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608060212.u762CTp6062955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 6 Aug 2016 02:12:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419728 - head/net-im/gloox 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.22 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: Sat, 06 Aug 2016 02:12:30 -0000 Author: pawel Date: Sat Aug 6 02:12:29 2016 New Revision: 419728 URL: https://svnweb.freebsd.org/changeset/ports/419728 Log: - Update to version 1.0.16 - Take maintainership PR: 211605 Submitted by: Demetris Procopiou Modified: head/net-im/gloox/Makefile head/net-im/gloox/distinfo head/net-im/gloox/pkg-descr Modified: head/net-im/gloox/Makefile ============================================================================== --- head/net-im/gloox/Makefile Sat Aug 6 02:08:59 2016 (r419727) +++ head/net-im/gloox/Makefile Sat Aug 6 02:12:29 2016 (r419728) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= gloox -PORTVERSION= 1.0.15 +PORTVERSION= 1.0.16 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dem.procopiou@gmail.com COMMENT= Jabber/XMPP client library LICENSE= GPLv3 # with OpenSSL exception Modified: head/net-im/gloox/distinfo ============================================================================== --- head/net-im/gloox/distinfo Sat Aug 6 02:08:59 2016 (r419727) +++ head/net-im/gloox/distinfo Sat Aug 6 02:12:29 2016 (r419728) @@ -1,2 +1,3 @@ -SHA256 (gloox-1.0.15.tar.bz2) = 31e1fe7c0aedc74bf9566c4de68244825df9fbc20eabee5214536b4e3beea311 -SIZE (gloox-1.0.15.tar.bz2) = 697835 +TIMESTAMP = 1470286277 +SHA256 (gloox-1.0.16.tar.bz2) = fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef +SIZE (gloox-1.0.16.tar.bz2) = 697791 Modified: head/net-im/gloox/pkg-descr ============================================================================== --- head/net-im/gloox/pkg-descr Sat Aug 6 02:08:59 2016 (r419727) +++ head/net-im/gloox/pkg-descr Sat Aug 6 02:12:29 2016 (r419728) @@ -1,6 +1,6 @@ gloox is a full-featured Jabber/XMPP client without GUI, written in C++ and implemented as a shared library. It makes writing spec-compliant clients easy and allows for hassle-free integration -of Jabber/XMPP functionality into extisting applications. +of Jabber/XMPP functionality into existing applications. WWW: http://camaya.net/gloox