View | Details | Raw Unified | Return to bug 221073 | Differences between
and this patch

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.18
5
PORTVERSION=	1.0.20
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 = 1486377427
1
TIMESTAMP = 1501258635
2
SHA256 (gloox-1.0.18.tar.bz2) = 16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e
2
SHA256 (gloox-1.0.20.tar.bz2) = 0243086c0f4f0440d6d8e55705f83249a4463a1d75a034be42b5312e8886dea8
3
SIZE (gloox-1.0.18.tar.bz2) = 700080
3
SIZE (gloox-1.0.20.tar.bz2) = 701114
(-)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	2017-02-21 12:32:57 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	2017-02-21 12:32:57 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	2017-02-21 12:32:57 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	2017-02-21 12:32:57 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	2017-02-21 12:32:57 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	2017-02-21 12:32:58 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.15
153
lib/libgloox.so.17
154
lib/libgloox.so.15.0.0
154
lib/libgloox.so.17.0.0
155
libdata/pkgconfig/gloox.pc
155
libdata/pkgconfig/gloox.pc

Return to bug 221073