diff options
author | pawel <pawel@FreeBSD.org> | 2016-08-06 10:12:29 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-08-06 10:12:29 +0800 |
commit | edacd4040afdf4223a05b7181c2d8c0a6a05c187 (patch) | |
tree | ea4ae8e3430c11e02d94fc72a58dce0f98136361 | |
parent | bb0630eb6387719480032dfec892868c20592cc7 (diff) | |
download | freebsd-ports-gnome-edacd4040afdf4223a05b7181c2d8c0a6a05c187.tar.gz freebsd-ports-gnome-edacd4040afdf4223a05b7181c2d8c0a6a05c187.tar.zst freebsd-ports-gnome-edacd4040afdf4223a05b7181c2d8c0a6a05c187.zip |
- Update to version 1.0.16
- Take maintainership
PR: 211605
Submitted by: Demetris Procopiou
-rw-r--r-- | net-im/gloox/Makefile | 4 | ||||
-rw-r--r-- | net-im/gloox/distinfo | 5 | ||||
-rw-r--r-- | net-im/gloox/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index 55158bc29805..9f9f2331089a 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -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 diff --git a/net-im/gloox/distinfo b/net-im/gloox/distinfo index 796af06b8116..d185ee497ef2 100644 --- a/net-im/gloox/distinfo +++ b/net-im/gloox/distinfo @@ -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 diff --git a/net-im/gloox/pkg-descr b/net-im/gloox/pkg-descr index 8d29bbae000e..8c712c563c29 100644 --- a/net-im/gloox/pkg-descr +++ b/net-im/gloox/pkg-descr @@ -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 |