hello! I updated znc irc bouncer to 1.7
ok?
Index: Makefile =================================================================== RCS file: /cvs/ports/net/znc/Makefile,v retrieving revision 1.35 diff -u -p -u -p -r1.35 Makefile --- Makefile 16 Nov 2017 23:20:39 -0000 1.35 +++ Makefile 8 May 2018 10:20:27 -0000 @@ -2,10 +2,9 @@ COMMENT= advanced IRC bouncer -DISTNAME= znc-1.6.5 +DISTNAME= znc-1.7.0 CATEGORIES= net MASTER_SITES= ${HOMEPAGE}releases/ -REVISION= 0 HOMEPAGE= http://znc.in/ @@ -14,22 +13,14 @@ MAINTAINER= Brad Smith <b...@comstyle.co # Apache 2.0 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c crypto m pthread ssl z +LIB_DEPENDS= textproc/icu4c +WANTLIB= c crypto m pthread ssl z icudata icuuc WANTLIB += ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc - - -MAKE_FLAGS= VERBOSE=1 +MODULES = devel/cmake SEPARATE_BUILD= Yes -USE_GMAKE= Yes -CONFIGURE_STYLE= gnu -CONFIGURE_ARGS= --disable-charset \ - --disable-optimization -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - ac_cv_path_GNUMAKE=gmake NO_TEST= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/net/znc/distinfo,v retrieving revision 1.18 diff -u -p -u -p -r1.18 distinfo --- distinfo 23 Apr 2017 13:29:13 -0000 1.18 +++ distinfo 8 May 2018 10:20:27 -0000 @@ -1,2 +1,2 @@ -SHA256 (znc-1.6.5.tar.gz) = LwIl1JxToB+NlP7qRhmm/pKFd5K7NAGk6x7dZfA0Kso= -SIZE (znc-1.6.5.tar.gz) = 1470681 +SHA256 (znc-1.7.0.tar.gz) = wH4xQ5rGuUild71hqdX2Gm0ZHTh0I3ebk3qhQEBRuW8= +SIZE (znc-1.7.0.tar.gz) = 1853666 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/znc/pkg/PLIST,v retrieving revision 1.13 diff -u -p -u -p -r1.13 PLIST --- pkg/PLIST 13 Aug 2015 07:33:06 -0000 1.13 +++ pkg/PLIST 8 May 2018 10:20:27 -0000 @@ -14,6 +14,7 @@ include/znc/IRCNetwork.h include/znc/IRCSock.h include/znc/Listener.h include/znc/MD5.h +include/znc/Message.h include/znc/Modules.h include/znc/Nick.h include/znc/Query.h @@ -23,6 +24,7 @@ include/znc/Server.h include/znc/Socket.h include/znc/Template.h include/znc/Threads.h +include/znc/Translation.h include/znc/User.h include/znc/Utils.h include/znc/WebModules.h @@ -32,6 +34,7 @@ include/znc/defines.h include/znc/main.h include/znc/version.h include/znc/znc.h +include/znc/znc_export_lib_export.h include/znc/zncconfig.h lib/pkgconfig/znc.pc lib/znc/ @@ -78,6 +81,7 @@ lib/znc/q.so lib/znc/raw.so lib/znc/route_replies.so lib/znc/sample.so +lib/znc/samplewebapi.so lib/znc/sasl.so lib/znc/savebuff.so lib/znc/schat.so @@ -85,11 +89,18 @@ lib/znc/send_raw.so lib/znc/shell.so lib/znc/simple_away.so lib/znc/stickychan.so +lib/znc/stripcontrols.so lib/znc/watch.so lib/znc/webadmin.so @man man/man1/znc-buildmod.1 @man man/man1/znc.1 share/znc/ +share/znc/cmake/ +share/znc/cmake/ZNCConfig.cmake +share/znc/cmake/ZNCConfigVersion.cmake +share/znc/cmake/znc_internal${MODCMAKE_BUILD_SUFFIX} +share/znc/cmake/znc_internal.cmake +share/znc/cmake/znc_public.cmake share/znc/modules/ share/znc/modules/blockuser/ share/znc/modules/blockuser/tmpl/ @@ -118,6 +129,12 @@ share/znc/modules/perform/tmpl/index.tmp share/znc/modules/q/ share/znc/modules/q/tmpl/ share/znc/modules/q/tmpl/index.tmpl +share/znc/modules/samplewebapi/ +share/znc/modules/samplewebapi/tmpl/ +share/znc/modules/samplewebapi/tmpl/index.tmpl +share/znc/modules/sasl/ +share/znc/modules/sasl/tmpl/ +share/znc/modules/sasl/tmpl/index.tmpl share/znc/modules/send_raw/ share/znc/modules/send_raw/files/ share/znc/modules/send_raw/files/select.js @@ -142,6 +159,8 @@ share/znc/modules/webadmin/tmpl/index.tm share/znc/modules/webadmin/tmpl/listusers.tmpl share/znc/modules/webadmin/tmpl/settings.tmpl share/znc/modules/webadmin/tmpl/traffic.tmpl +share/znc/translations/ +share/znc/translations/ru-RU share/znc/webskins/ share/znc/webskins/_default_/ share/znc/webskins/_default_/pub/ @@ -151,7 +170,14 @@ share/znc/webskins/_default_/pub/favicon share/znc/webskins/_default_/pub/global.css share/znc/webskins/_default_/pub/jquery-1.11.2.js share/znc/webskins/_default_/pub/jquery-1.11.2.min.js +share/znc/webskins/_default_/pub/jquery-ui-sortable.1.11.4.css +share/znc/webskins/_default_/pub/jquery-ui-sortable.1.11.4.js +share/znc/webskins/_default_/pub/jquery-ui-sortable.1.11.4.min.css +share/znc/webskins/_default_/pub/jquery-ui-sortable.1.11.4.min.js share/znc/webskins/_default_/pub/robots.txt +share/znc/webskins/_default_/pub/selectize-0.12.1.css +share/znc/webskins/_default_/pub/selectize-standalone-0.12.1.js +share/znc/webskins/_default_/pub/selectize-standalone-0.12.1.min.js share/znc/webskins/_default_/tmpl/ share/znc/webskins/_default_/tmpl/Banner.tmpl share/znc/webskins/_default_/tmpl/BaseHeader.tmpl