Date: Fri, 18 Aug 2017 03:33:24 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448205 - in head/net-im/gloox: . files Message-ID: <201708180333.v7I3XO3F098766@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Aug 18 03:33:24 2017 New Revision: 448205 URL: https://svnweb.freebsd.org/changeset/ports/448205 Log: net-im/gloox: Update to 1.0.20 PR: 221073 Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer) Added: head/net-im/gloox/files/patch-src_examples_adhoc__example.cpp (contents, props changed) head/net-im/gloox/files/patch-src_examples_annotations__example.cpp (contents, props changed) head/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp (contents, props changed) head/net-im/gloox/files/patch-src_examples_component__example.cpp (contents, props changed) head/net-im/gloox/files/patch-src_examples_disco__example.cpp (contents, props changed) head/net-im/gloox/files/patch-src_examples_privacylist__example.cpp (contents, props changed) head/net-im/gloox/files/patch-src_examples_privatexml__example.cpp (contents, props changed) head/net-im/gloox/files/patch-src_examples_register__example.cpp (contents, props changed) head/net-im/gloox/files/patch-src_examples_reset__example.cpp (contents, props changed) head/net-im/gloox/files/patch-src_examples_roster__example.cpp (contents, props changed) head/net-im/gloox/files/patch-src_examples_vcard__example.cpp (contents, props changed) Modified: head/net-im/gloox/Makefile head/net-im/gloox/distinfo head/net-im/gloox/pkg-plist Modified: head/net-im/gloox/Makefile ============================================================================== --- head/net-im/gloox/Makefile Fri Aug 18 03:22:42 2017 (r448204) +++ head/net-im/gloox/Makefile Fri Aug 18 03:33:24 2017 (r448205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gloox -PORTVERSION= 1.0.18 +PORTVERSION= 1.0.20 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ Modified: head/net-im/gloox/distinfo ============================================================================== --- head/net-im/gloox/distinfo Fri Aug 18 03:22:42 2017 (r448204) +++ head/net-im/gloox/distinfo Fri Aug 18 03:33:24 2017 (r448205) @@ -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 Added: head/net-im/gloox/files/patch-src_examples_adhoc__example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src_examples_adhoc__example.cpp Fri Aug 18 03:33:24 2017 (r448205) @@ -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] Added: head/net-im/gloox/files/patch-src_examples_annotations__example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src_examples_annotations__example.cpp Fri Aug 18 03:33:24 2017 (r448205) @@ -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] Added: head/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp Fri Aug 18 03:33:24 2017 (r448205) @@ -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] Added: head/net-im/gloox/files/patch-src_examples_component__example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src_examples_component__example.cpp Fri Aug 18 03:33:24 2017 (r448205) @@ -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] Added: head/net-im/gloox/files/patch-src_examples_disco__example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src_examples_disco__example.cpp Fri Aug 18 03:33:24 2017 (r448205) @@ -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] Added: head/net-im/gloox/files/patch-src_examples_privacylist__example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src_examples_privacylist__example.cpp Fri Aug 18 03:33:24 2017 (r448205) @@ -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] Added: head/net-im/gloox/files/patch-src_examples_privatexml__example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src_examples_privatexml__example.cpp Fri Aug 18 03:33:24 2017 (r448205) @@ -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] Added: head/net-im/gloox/files/patch-src_examples_register__example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src_examples_register__example.cpp Fri Aug 18 03:33:24 2017 (r448205) @@ -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] Added: head/net-im/gloox/files/patch-src_examples_reset__example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src_examples_reset__example.cpp Fri Aug 18 03:33:24 2017 (r448205) @@ -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] Added: head/net-im/gloox/files/patch-src_examples_roster__example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src_examples_roster__example.cpp Fri Aug 18 03:33:24 2017 (r448205) @@ -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] Added: head/net-im/gloox/files/patch-src_examples_vcard__example.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gloox/files/patch-src_examples_vcard__example.cpp Fri Aug 18 03:33:24 2017 (r448205) @@ -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] Modified: head/net-im/gloox/pkg-plist ============================================================================== --- head/net-im/gloox/pkg-plist Fri Aug 18 03:22:42 2017 (r448204) +++ head/net-im/gloox/pkg-plist Fri Aug 18 03:33:24 2017 (r448205) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708180333.v7I3XO3F098766>