diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-08-18 03:33:24 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-08-18 03:33:24 +0000 |
commit | d9e8d252bfd34bcf44254d15ebe782c6a4569183 (patch) | |
tree | 67dda422eb0454650fdee68e7620e89e3092a918 /net-im/gloox | |
parent | fd4e9d37e2d8a58503ef73ce4ef719f80043290a (diff) |
Notes
Diffstat (limited to 'net-im/gloox')
14 files changed, 149 insertions, 6 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index f65fb5a0e3e8..b7b075ba167e 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gloox -PORTVERSION= 1.0.18 +PORTVERSION= 1.0.20 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ diff --git a/net-im/gloox/distinfo b/net-im/gloox/distinfo index bae4a9d72fd7..f22863513d74 100644 --- a/net-im/gloox/distinfo +++ b/net-im/gloox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1486377427 -SHA256 (gloox-1.0.18.tar.bz2) = 16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e -SIZE (gloox-1.0.18.tar.bz2) = 700080 +TIMESTAMP = 1501863237 +SHA256 (gloox-1.0.20.tar.bz2) = 0243086c0f4f0440d6d8e55705f83249a4463a1d75a034be42b5312e8886dea8 +SIZE (gloox-1.0.20.tar.bz2) = 701114 diff --git a/net-im/gloox/files/patch-src_examples_adhoc__example.cpp b/net-im/gloox/files/patch-src_examples_adhoc__example.cpp new file mode 100644 index 000000000000..6b7bbe78cf4f --- /dev/null +++ b/net-im/gloox/files/patch-src_examples_adhoc__example.cpp @@ -0,0 +1,13 @@ +--- src/examples/adhoc_example.cpp.orig 2017-08-04 16:24:08 UTC ++++ src/examples/adhoc_example.cpp +@@ -20,8 +20,8 @@ + #include "../logsink.h" + using namespace gloox; + +-#include <stdio.h> +-#include <locale.h> ++#include <ctime> ++#include <clocale> + #include <string> + + #include <cstdio> // [s]print[f] diff --git a/net-im/gloox/files/patch-src_examples_annotations__example.cpp b/net-im/gloox/files/patch-src_examples_annotations__example.cpp new file mode 100644 index 000000000000..51b5a0390994 --- /dev/null +++ b/net-im/gloox/files/patch-src_examples_annotations__example.cpp @@ -0,0 +1,13 @@ +--- src/examples/annotations_example.cpp.orig 2017-08-04 16:25:40 UTC ++++ src/examples/annotations_example.cpp +@@ -17,8 +17,8 @@ + #include "../annotations.h" + using namespace gloox; + +-#include <stdio.h> +-#include <locale.h> ++#include <ctime> ++#include <clocale> + #include <string> + + #include <cstdio> // [s]print[f] diff --git a/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp b/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp new file mode 100644 index 000000000000..69d7f88e0e89 --- /dev/null +++ b/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp @@ -0,0 +1,13 @@ +--- src/examples/bookmarkstorage_example.cpp.orig 2017-08-04 16:25:23 UTC ++++ src/examples/bookmarkstorage_example.cpp +@@ -17,8 +17,8 @@ + #include "../bookmarkstorage.h" + using namespace gloox; + +-#include <stdio.h> +-#include <locale.h> ++#include <ctime> ++#include <clocale> + #include <string> + + #include <cstdio> // [s]print[f] diff --git a/net-im/gloox/files/patch-src_examples_component__example.cpp b/net-im/gloox/files/patch-src_examples_component__example.cpp new file mode 100644 index 000000000000..2f4b30b80c4a --- /dev/null +++ b/net-im/gloox/files/patch-src_examples_component__example.cpp @@ -0,0 +1,13 @@ +--- src/examples/component_example.cpp.orig 2017-08-04 16:25:10 UTC ++++ src/examples/component_example.cpp +@@ -17,8 +17,8 @@ + #include "../disco.h" + using namespace gloox; + +-#include <stdio.h> +-#include <locale.h> ++#include <ctime> ++#include <clocale> + #include <string> + + #include <cstdio> // [s]print[f] diff --git a/net-im/gloox/files/patch-src_examples_disco__example.cpp b/net-im/gloox/files/patch-src_examples_disco__example.cpp new file mode 100644 index 000000000000..3323773c636b --- /dev/null +++ b/net-im/gloox/files/patch-src_examples_disco__example.cpp @@ -0,0 +1,13 @@ +--- src/examples/disco_example.cpp.orig 2017-08-04 16:23:56 UTC ++++ src/examples/disco_example.cpp +@@ -19,8 +19,8 @@ + #include "../loghandler.h" + using namespace gloox; + +-#include <stdio.h> +-#include <locale.h> ++#include <ctime> ++#include <clocale> + #include <string> + + #include <cstdio> // [s]print[f] diff --git a/net-im/gloox/files/patch-src_examples_privacylist__example.cpp b/net-im/gloox/files/patch-src_examples_privacylist__example.cpp new file mode 100644 index 000000000000..83248b5e7bc7 --- /dev/null +++ b/net-im/gloox/files/patch-src_examples_privacylist__example.cpp @@ -0,0 +1,13 @@ +--- src/examples/privacylist_example.cpp.orig 2017-08-04 16:26:10 UTC ++++ src/examples/privacylist_example.cpp +@@ -17,8 +17,8 @@ + #include "../privacymanager.h" + using namespace gloox; + +-#include <stdio.h> +-#include <locale.h> ++#include <ctime> ++#include <clocale> + #include <string> + + #include <cstdio> // [s]print[f] diff --git a/net-im/gloox/files/patch-src_examples_privatexml__example.cpp b/net-im/gloox/files/patch-src_examples_privatexml__example.cpp new file mode 100644 index 000000000000..e2bac0b09b9e --- /dev/null +++ b/net-im/gloox/files/patch-src_examples_privatexml__example.cpp @@ -0,0 +1,13 @@ +--- src/examples/privatexml_example.cpp.orig 2017-08-04 16:24:56 UTC ++++ src/examples/privatexml_example.cpp +@@ -17,8 +17,8 @@ + #include "../privatexml.h" + using namespace gloox; + +-#include <stdio.h> +-#include <locale.h> ++#include <ctime> ++#include <clocale> + #include <string> + + #include <cstdio> // [s]print[f] diff --git a/net-im/gloox/files/patch-src_examples_register__example.cpp b/net-im/gloox/files/patch-src_examples_register__example.cpp new file mode 100644 index 000000000000..f5a93964fc5c --- /dev/null +++ b/net-im/gloox/files/patch-src_examples_register__example.cpp @@ -0,0 +1,13 @@ +--- src/examples/register_example.cpp.orig 2017-08-04 16:23:26 UTC ++++ src/examples/register_example.cpp +@@ -17,8 +17,8 @@ + #include "../loghandler.h" + using namespace gloox; + +-#include <stdio.h> +-#include <locale.h> ++#include <ctime> ++#include <clocale> + #include <string> + + #include <cstdio> // [s]print[f] diff --git a/net-im/gloox/files/patch-src_examples_reset__example.cpp b/net-im/gloox/files/patch-src_examples_reset__example.cpp new file mode 100644 index 000000000000..3750c8d0ff2e --- /dev/null +++ b/net-im/gloox/files/patch-src_examples_reset__example.cpp @@ -0,0 +1,13 @@ +--- src/examples/reset_example.cpp.orig 2017-08-04 16:27:13 UTC ++++ src/examples/reset_example.cpp +@@ -18,8 +18,8 @@ + #include "../logsink.h" + using namespace gloox; + +-#include <stdio.h> +-#include <locale.h> ++#include <ctime> ++#include <clocale> + #include <string> + + #include <cstdio> // [s]print[f] diff --git a/net-im/gloox/files/patch-src_examples_roster__example.cpp b/net-im/gloox/files/patch-src_examples_roster__example.cpp new file mode 100644 index 000000000000..20716a2c5af9 --- /dev/null +++ b/net-im/gloox/files/patch-src_examples_roster__example.cpp @@ -0,0 +1,13 @@ +--- src/examples/roster_example.cpp.orig 2017-08-04 16:24:40 UTC ++++ src/examples/roster_example.cpp +@@ -22,8 +22,8 @@ + #include "../presence.h" + using namespace gloox; + +-#include <stdio.h> +-#include <locale.h> ++#include <ctime> ++#include <clocale> + #include <string> + + #include <cstdio> // [s]print[f] diff --git a/net-im/gloox/files/patch-src_examples_vcard__example.cpp b/net-im/gloox/files/patch-src_examples_vcard__example.cpp new file mode 100644 index 000000000000..5a54f78dd2d8 --- /dev/null +++ b/net-im/gloox/files/patch-src_examples_vcard__example.cpp @@ -0,0 +1,13 @@ +--- src/examples/vcard_example.cpp.orig 2017-08-04 16:26:37 UTC ++++ src/examples/vcard_example.cpp +@@ -21,8 +21,8 @@ + #include "../vcard.h" + using namespace gloox; + +-#include <stdio.h> +-#include <locale.h> ++#include <ctime> ++#include <clocale> + #include <string> + + #include <cstdio> // [s]print[f] diff --git a/net-im/gloox/pkg-plist b/net-im/gloox/pkg-plist index 26c72f43b00b..6eb33d9c1419 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.15 -lib/libgloox.so.15.0.0 +lib/libgloox.so.17 +lib/libgloox.so.17.0.0 libdata/pkgconfig/gloox.pc |