Index: head/net-im/gloox/Makefile =================================================================== --- head/net-im/gloox/Makefile (revision 448204) +++ head/net-im/gloox/Makefile (revision 448205) @@ -1,39 +1,39 @@ # Created by: trasz # $FreeBSD$ PORTNAME= gloox -PORTVERSION= 1.0.18 +PORTVERSION= 1.0.20 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ MAINTAINER= dem.procopiou@gmail.com COMMENT= Jabber/XMPP client library LICENSE= GPLv3 # with OpenSSL exception LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libidn.so:dns/libidn \ libgnutls.so:security/gnutls USES= libtool localbase pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes PORTSCOUT= skipv:1.0.x OPTIONS_DEFINE= MDNSRESPONDER TEST MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder MDNSRESPONDER_CONFIGURE_ENABLE= mdns TEST_CONFIGURE_WITH= tests post-patch: @${REINPLACE_CMD} -e \ 's| -ansi|| ; \ s|\(enable_mdns=\)yes|\1$$enableval|' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's| -pedantic|| ; \ s| -pipe||' .include Index: head/net-im/gloox/distinfo =================================================================== --- head/net-im/gloox/distinfo (revision 448204) +++ head/net-im/gloox/distinfo (revision 448205) @@ -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 Index: head/net-im/gloox/files/patch-src_examples_adhoc__example.cpp =================================================================== --- head/net-im/gloox/files/patch-src_examples_adhoc__example.cpp (nonexistent) +++ head/net-im/gloox/files/patch-src_examples_adhoc__example.cpp (revision 448205) @@ -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 +-#include ++#include ++#include + #include + + #include // [s]print[f] Property changes on: head/net-im/gloox/files/patch-src_examples_adhoc__example.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/gloox/files/patch-src_examples_annotations__example.cpp =================================================================== --- head/net-im/gloox/files/patch-src_examples_annotations__example.cpp (nonexistent) +++ head/net-im/gloox/files/patch-src_examples_annotations__example.cpp (revision 448205) @@ -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 +-#include ++#include ++#include + #include + + #include // [s]print[f] Property changes on: head/net-im/gloox/files/patch-src_examples_annotations__example.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp =================================================================== --- head/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp (nonexistent) +++ head/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp (revision 448205) @@ -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 +-#include ++#include ++#include + #include + + #include // [s]print[f] Property changes on: head/net-im/gloox/files/patch-src_examples_bookmarkstorage__example.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/gloox/files/patch-src_examples_component__example.cpp =================================================================== --- head/net-im/gloox/files/patch-src_examples_component__example.cpp (nonexistent) +++ head/net-im/gloox/files/patch-src_examples_component__example.cpp (revision 448205) @@ -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 +-#include ++#include ++#include + #include + + #include // [s]print[f] Property changes on: head/net-im/gloox/files/patch-src_examples_component__example.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/gloox/files/patch-src_examples_disco__example.cpp =================================================================== --- head/net-im/gloox/files/patch-src_examples_disco__example.cpp (nonexistent) +++ head/net-im/gloox/files/patch-src_examples_disco__example.cpp (revision 448205) @@ -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 +-#include ++#include ++#include + #include + + #include // [s]print[f] Property changes on: head/net-im/gloox/files/patch-src_examples_disco__example.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/gloox/files/patch-src_examples_privacylist__example.cpp =================================================================== --- head/net-im/gloox/files/patch-src_examples_privacylist__example.cpp (nonexistent) +++ head/net-im/gloox/files/patch-src_examples_privacylist__example.cpp (revision 448205) @@ -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 +-#include ++#include ++#include + #include + + #include // [s]print[f] Property changes on: head/net-im/gloox/files/patch-src_examples_privacylist__example.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/gloox/files/patch-src_examples_privatexml__example.cpp =================================================================== --- head/net-im/gloox/files/patch-src_examples_privatexml__example.cpp (nonexistent) +++ head/net-im/gloox/files/patch-src_examples_privatexml__example.cpp (revision 448205) @@ -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 +-#include ++#include ++#include + #include + + #include // [s]print[f] Property changes on: head/net-im/gloox/files/patch-src_examples_privatexml__example.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/gloox/files/patch-src_examples_register__example.cpp =================================================================== --- head/net-im/gloox/files/patch-src_examples_register__example.cpp (nonexistent) +++ head/net-im/gloox/files/patch-src_examples_register__example.cpp (revision 448205) @@ -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 +-#include ++#include ++#include + #include + + #include // [s]print[f] Property changes on: head/net-im/gloox/files/patch-src_examples_register__example.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/gloox/files/patch-src_examples_reset__example.cpp =================================================================== --- head/net-im/gloox/files/patch-src_examples_reset__example.cpp (nonexistent) +++ head/net-im/gloox/files/patch-src_examples_reset__example.cpp (revision 448205) @@ -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 +-#include ++#include ++#include + #include + + #include // [s]print[f] Property changes on: head/net-im/gloox/files/patch-src_examples_reset__example.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/gloox/files/patch-src_examples_roster__example.cpp =================================================================== --- head/net-im/gloox/files/patch-src_examples_roster__example.cpp (nonexistent) +++ head/net-im/gloox/files/patch-src_examples_roster__example.cpp (revision 448205) @@ -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 +-#include ++#include ++#include + #include + + #include // [s]print[f] Property changes on: head/net-im/gloox/files/patch-src_examples_roster__example.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/gloox/files/patch-src_examples_vcard__example.cpp =================================================================== --- head/net-im/gloox/files/patch-src_examples_vcard__example.cpp (nonexistent) +++ head/net-im/gloox/files/patch-src_examples_vcard__example.cpp (revision 448205) @@ -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 +-#include ++#include ++#include + #include + + #include // [s]print[f] Property changes on: head/net-im/gloox/files/patch-src_examples_vcard__example.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/gloox/pkg-plist =================================================================== --- head/net-im/gloox/pkg-plist (revision 448204) +++ head/net-im/gloox/pkg-plist (revision 448205) @@ -1,155 +1,155 @@ bin/gloox-config include/gloox/adhoc.h include/gloox/adhoccommandprovider.h include/gloox/adhochandler.h include/gloox/adhocplugin.h include/gloox/amp.h include/gloox/annotations.h include/gloox/annotationshandler.h include/gloox/atomicrefcount.h include/gloox/attention.h include/gloox/base64.h include/gloox/bookmarkhandler.h include/gloox/bookmarkstorage.h include/gloox/bytestream.h include/gloox/bytestreamdatahandler.h include/gloox/bytestreamhandler.h include/gloox/capabilities.h include/gloox/carbons.h include/gloox/chatstate.h include/gloox/chatstatefilter.h include/gloox/chatstatehandler.h include/gloox/client.h include/gloox/clientbase.h include/gloox/component.h include/gloox/compressionbase.h include/gloox/compressiondatahandler.h include/gloox/compressiondefault.h include/gloox/connectionbase.h include/gloox/connectionbosh.h include/gloox/connectiondatahandler.h include/gloox/connectionhandler.h include/gloox/connectionhttpproxy.h include/gloox/connectionlistener.h include/gloox/connectionsocks5proxy.h include/gloox/connectiontcpbase.h include/gloox/connectiontcpclient.h include/gloox/connectiontcpserver.h include/gloox/connectiontls.h include/gloox/connectiontlsserver.h include/gloox/dataform.h include/gloox/dataformfield.h include/gloox/dataformfieldcontainer.h include/gloox/dataformitem.h include/gloox/dataformreported.h include/gloox/delayeddelivery.h include/gloox/disco.h include/gloox/discohandler.h include/gloox/disconodehandler.h include/gloox/error.h include/gloox/event.h include/gloox/eventdispatcher.h include/gloox/eventhandler.h include/gloox/featureneg.h include/gloox/flexoff.h include/gloox/flexoffhandler.h include/gloox/forward.h include/gloox/gloox.h include/gloox/glooxversion.h include/gloox/gpgencrypted.h include/gloox/gpgsigned.h include/gloox/inbandbytestream.h include/gloox/instantmucroom.h include/gloox/iodata.h include/gloox/iq.h include/gloox/iqhandler.h include/gloox/jid.h include/gloox/jinglecontent.h include/gloox/jinglefiletransfer.h include/gloox/jingleiceudp.h include/gloox/jingleplugin.h include/gloox/jinglepluginfactory.h include/gloox/jinglesession.h include/gloox/jinglesessionhandler.h include/gloox/jinglesessionmanager.h include/gloox/lastactivity.h include/gloox/lastactivityhandler.h include/gloox/linklocal.h include/gloox/linklocalclient.h include/gloox/linklocalhandler.h include/gloox/linklocalmanager.h include/gloox/loghandler.h include/gloox/logsink.h include/gloox/macros.h include/gloox/md5.h include/gloox/message.h include/gloox/messageevent.h include/gloox/messageeventfilter.h include/gloox/messageeventhandler.h include/gloox/messagefilter.h include/gloox/messagehandler.h include/gloox/messagesession.h include/gloox/messagesessionhandler.h include/gloox/mucinvitationhandler.h include/gloox/mucroom.h include/gloox/mucroomconfighandler.h include/gloox/mucroomhandler.h include/gloox/mutex.h include/gloox/mutexguard.h include/gloox/nickname.h include/gloox/oob.h include/gloox/parser.h include/gloox/presence.h include/gloox/presencehandler.h include/gloox/privacyitem.h include/gloox/privacylisthandler.h include/gloox/privacymanager.h include/gloox/privatexml.h include/gloox/privatexmlhandler.h include/gloox/pubsub.h include/gloox/pubsubevent.h include/gloox/pubsubitem.h include/gloox/pubsubmanager.h include/gloox/pubsubresulthandler.h include/gloox/receipt.h include/gloox/registration.h include/gloox/registrationhandler.h include/gloox/resource.h include/gloox/rosteritem.h include/gloox/rosterlistener.h include/gloox/rostermanager.h include/gloox/search.h include/gloox/searchhandler.h include/gloox/sha.h include/gloox/shim.h include/gloox/sihandler.h include/gloox/simanager.h include/gloox/siprofileft.h include/gloox/siprofilefthandler.h include/gloox/siprofilehandler.h include/gloox/socks5bytestream.h include/gloox/socks5bytestreammanager.h include/gloox/socks5bytestreamserver.h include/gloox/softwareversion.h include/gloox/stanza.h include/gloox/stanzaextension.h include/gloox/statisticshandler.h include/gloox/subscription.h include/gloox/subscriptionhandler.h include/gloox/tag.h include/gloox/taghandler.h include/gloox/tlsbase.h include/gloox/tlsdefault.h include/gloox/tlshandler.h include/gloox/uniquemucroom.h include/gloox/util.h include/gloox/vcard.h include/gloox/vcardhandler.h include/gloox/vcardmanager.h 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