diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-09-04 03:19:32 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-09-04 03:19:32 +0800 |
commit | 88e4c88ab7ac56aa9801b1f72ab367a0ebcefbca (patch) | |
tree | 59e8e399a7175271d80aa67e75ec7ddd32bd93a5 /net-im | |
parent | c555ad66be22095d22e9bc7e4ff07b073410ca3e (diff) | |
download | freebsd-ports-graphics-88e4c88ab7ac56aa9801b1f72ab367a0ebcefbca.tar.gz freebsd-ports-graphics-88e4c88ab7ac56aa9801b1f72ab367a0ebcefbca.tar.zst freebsd-ports-graphics-88e4c88ab7ac56aa9801b1f72ab367a0ebcefbca.zip |
- Update net-im/gloox to 1.0.17
- Chase shlib version bump in dependent ports
PR: 212338
Submitted by: Demetris Procopiou <dem.procopiou at gmail.com>
(maintainer)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gloox/Makefile | 2 | ||||
-rw-r--r-- | net-im/gloox/distinfo | 6 | ||||
-rw-r--r-- | net-im/gloox/pkg-plist | 4 | ||||
-rw-r--r-- | net-im/licq-jabber/Makefile | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index 9f9f2331089..7f527bf3a3f 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gloox -PORTVERSION= 1.0.16 +PORTVERSION= 1.0.17 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ diff --git a/net-im/gloox/distinfo b/net-im/gloox/distinfo index d185ee497ef..0534cde8c27 100644 --- a/net-im/gloox/distinfo +++ b/net-im/gloox/distinfo @@ -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 diff --git a/net-im/gloox/pkg-plist b/net-im/gloox/pkg-plist index f0c8d032518..26c72f43b00 100644 --- a/net-im/gloox/pkg-plist +++ b/net-im/gloox/pkg-plist @@ -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 diff --git a/net-im/licq-jabber/Makefile b/net-im/licq-jabber/Makefile index ae2be51b410..2457c4ec4dd 100644 --- a/net-im/licq-jabber/Makefile +++ b/net-im/licq-jabber/Makefile @@ -2,7 +2,7 @@ PORTNAME= jabber PORTVERSION= 1.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org |