View | Details | Raw Unified | Return to bug 212338
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gloox
4
PORTNAME=	gloox
5
PORTVERSION=	1.0.16
5
PORTVERSION=	1.0.17
6
CATEGORIES=	net-im
6
CATEGORIES=	net-im
7
MASTER_SITES=	http://camaya.net/download/
7
MASTER_SITES=	http://camaya.net/download/
8
8
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1470286277
1
TIMESTAMP = 1472843591
2
SHA256 (gloox-1.0.16.tar.bz2) = fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef
2
SHA256 (gloox-1.0.17.tar.bz2) = 31a7825b975b2dbe43974e78b42f22b7328df1058f0be26970a7665bb20c8025
3
SIZE (gloox-1.0.16.tar.bz2) = 697791
3
SIZE (gloox-1.0.17.tar.bz2) = 698239
(-)files/patch-src__examples__e2ee_client.cpp (-1 / +1 lines)
Lines 1-4 Link Here
1
--- src/examples/e2ee_client.cpp.orig	2015-08-11 14:37:51 UTC
1
--- src/examples/e2ee_client.cpp.orig	2016-08-23 13:55:51 UTC
2
+++ src/examples/e2ee_client.cpp
2
+++ src/examples/e2ee_client.cpp
3
@@ -24,8 +24,8 @@
3
@@ -24,8 +24,8 @@
4
 using namespace gloox;
4
 using namespace gloox;
(-)files/patch-src__examples__e2ee_server.cpp (-1 / +1 lines)
Lines 1-4 Link Here
1
--- src/examples/e2ee_server.cpp.orig	2015-08-11 14:37:51 UTC
1
--- src/examples/e2ee_server.cpp.orig	2016-08-23 13:55:51 UTC
2
+++ src/examples/e2ee_server.cpp
2
+++ src/examples/e2ee_server.cpp
3
@@ -24,8 +24,8 @@
3
@@ -24,8 +24,8 @@
4
 using namespace gloox;
4
 using namespace gloox;
(-)files/patch-src__examples__ft_recv.cpp (-1 / +1 lines)
Lines 1-4 Link Here
1
--- src/examples/ft_recv.cpp.orig	2015-08-11 14:37:51 UTC
1
--- src/examples/ft_recv.cpp.orig	2016-08-23 13:55:51 UTC
2
+++ src/examples/ft_recv.cpp
2
+++ src/examples/ft_recv.cpp
3
@@ -23,7 +23,7 @@
3
@@ -23,7 +23,7 @@
4
 using namespace gloox;
4
 using namespace gloox;
(-)files/patch-src__examples__linklocal_example.cpp (-1 / +1 lines)
Lines 1-4 Link Here
1
--- src/examples/linklocal_example.cpp.orig	2015-08-11 14:37:51 UTC
1
--- src/examples/linklocal_example.cpp.orig	2016-08-23 13:55:51 UTC
2
+++ src/examples/linklocal_example.cpp
2
+++ src/examples/linklocal_example.cpp
3
@@ -111,15 +111,15 @@ class LinkLocalExample : public LinkLoca
3
@@ -111,15 +111,15 @@ class LinkLocalExample : public LinkLoca
4
       for( ; it != services.end(); ++it )
4
       for( ; it != services.end(); ++it )
(-)files/patch-src__linklocalclient.cpp (-1 / +1 lines)
Lines 1-4 Link Here
1
--- src/linklocalclient.cpp.orig	2015-08-11 14:37:51 UTC
1
--- src/linklocalclient.cpp.orig	2016-08-23 13:55:51 UTC
2
+++ src/linklocalclient.cpp
2
+++ src/linklocalclient.cpp
3
@@ -55,7 +55,7 @@ namespace gloox
3
@@ -55,7 +55,7 @@ namespace gloox
4
     bool Client::connect( const std::string& service, const std::string& type,
4
     bool Client::connect( const std::string& service, const std::string& type,
(-)files/patch-src__linklocalmanager.cpp (-1 / +1 lines)
Lines 1-4 Link Here
1
--- src/linklocalmanager.cpp.orig	2015-08-11 14:37:51 UTC
1
--- src/linklocalmanager.cpp.orig	2016-08-23 13:55:51 UTC
2
+++ src/linklocalmanager.cpp
2
+++ src/linklocalmanager.cpp
3
@@ -197,7 +197,7 @@ namespace gloox
3
@@ -197,7 +197,7 @@ namespace gloox
4
 
4
 
(-)pkg-plist (-2 / +2 lines)
Lines 150-155 Link Here
150
include/gloox/xhtmlim.h
150
include/gloox/xhtmlim.h
151
lib/libgloox.a
151
lib/libgloox.a
152
lib/libgloox.so
152
lib/libgloox.so
153
lib/libgloox.so.14
153
lib/libgloox.so.15
154
lib/libgloox.so.14.0.0
154
lib/libgloox.so.15.0.0
155
libdata/pkgconfig/gloox.pc
155
libdata/pkgconfig/gloox.pc

Return to bug 212338