Index: head/irc/znc/Makefile =================================================================== --- head/irc/znc/Makefile (revision 289950) +++ head/irc/znc/Makefile (revision 289951) @@ -1,119 +1,119 @@ # New ports collection makefile for: znc # Date created: 6 March 2008 # Whom: elvstone@gmail.com # # $FreeBSD$ # PORTNAME= znc -PORTVERSION= 0.202 +PORTVERSION= 0.204 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ MAINTAINER= miwi@FreeBSD.org COMMENT= An advanced IRC bouncer LICENSE= GPLv2 FETCH_ARGS?= -Fpr GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig WANT_PERL= yes OPTIONS= DEBUG "Enable debugging" off \ IPV6 "Enable IPv6 support" on \ CARES "Use c-ares resolver library" off \ OPENSSL "Enable OpenSSL support" on \ EXTRA "Build extra modules" off \ PERL "Enable Perl module support" on \ TCL "Enable TCL module support" off \ TCLALLOWALL "Allow non-admin users to load TCL module" off \ PYTHON "Enable Python module support" off \ SASL "Enable SASL module support (requires EXTRA)" off .include .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif .if defined(WITH_CARES) LIB_DEPENDS+= cares.2:${PORTSDIR}/dns/c-ares .else CONFIGURE_ARGS+= --disable-c-ares .endif .if defined(WITH_OPENSSL) .include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} PLIST_SUB+= OPENSSL="" .else CONFIGURE_ARGS+= --disable-openssl PLIST_SUB+= OPENSSL="@comment " .endif .if defined(WITH_PERL) CONFIGURE_ARGS+= --enable-perl USE_PERL5= yes PLIST_SUB+= PERL="" BUILD_DEPENDS+= swig>=1.3.40:${PORTSDIR}/devel/swig13 .else PLIST_SUB+= PERL="@comment " .endif .if defined(WITH_TCL) USE_TCL= 84+ .include "${PORTSDIR}/Mk/bsd.tcl.mk" CONFIGURE_ARGS+= --enable-tcl --with-tcl=${TCL_LIBDIR} PLIST_SUB+= TCL="" .else CONFIGURE_ARGS+= --without-tcl PLIST_SUB+= TCL="@comment " .endif .if defined(WITH_TCLALLOWALL) .if defined(WITHOUT_TCL) IGNORE= tcl allow all support requires TCL. Please re-run 'make config' and enable TCL .endif CXXFLAGS+= -DMOD_MODTCL_ALLOW_EVERYONE .endif .if defined(WITH_PYTHON) USE_PYTHON= 3.1 USE_PERL5_BUILD= yes PLIST_SUB+= PYTHON="" CONFIGURE_ARGS+= --enable-python=python-${PYTHON_VER} BUILD_DEPENDS+= swig>=1.3.40:${PORTSDIR}/devel/swig13 .else PLIST_SUB+= PYTHON="@comment " .endif .if defined(WITH_SASL) .if defined(WITHOUT_EXTRA) IGNORE= sasl module requires EXTRA. Please re-run 'make config' and enable EXTRA .endif LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --enable-sasl LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB+= SASL="" .else PLIST_SUB+= SASL="@comment " .endif .if defined(WITH_EXTRA) USE_ICONV= yes CONFIGURE_ARGS+= --enable-extra PLIST_SUB+= EXTRA="" .else PLIST_SUB+= EXTRA="@comment " .endif MANCOMPRESSED= yes MAN1= znc.1 znc-buildmod.1 znc-config.1 .include Property changes on: head/irc/znc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/irc/znc/distinfo =================================================================== --- head/irc/znc/distinfo (revision 289950) +++ head/irc/znc/distinfo (revision 289951) @@ -1,2 +1,2 @@ -SHA256 (znc-0.202.tar.gz) = 48d95e7fc57cbcaee192bc1988fa7dcd35544286775d3b02ee4eb822ea57cc1a -SIZE (znc-0.202.tar.gz) = 654083 +SHA256 (znc-0.204.tar.gz) = 80c5ec527fd0b95fd6bec0755e86b07ac8925b97d6ee1576cfe1e0e656a7b050 +SIZE (znc-0.204.tar.gz) = 654739 Property changes on: head/irc/znc/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/irc/znc/pkg-plist =================================================================== --- head/irc/znc/pkg-plist (revision 289950) +++ head/irc/znc/pkg-plist (revision 289951) @@ -1,200 +1,200 @@ bin/znc bin/znc-buildmod bin/znc-config include/znc/Buffer.h include/znc/Chan.h include/znc/Client.h include/znc/Config.h include/znc/Csocket.h include/znc/ExecSock.h include/znc/FileUtils.h include/znc/HTTPSock.h include/znc/IRCSock.h include/znc/Listener.h include/znc/MD5.h include/znc/Modules.h include/znc/Nick.h include/znc/SHA256.h include/znc/Server.h include/znc/Socket.h include/znc/Template.h include/znc/User.h include/znc/Utils.h include/znc/WebModules.h include/znc/ZNCDebug.h include/znc/ZNCString.h include/znc/defines.h include/znc/main.h include/znc/znc.h include/znc/zncconfig.h lib/znc/admin.so lib/znc/adminlog.so lib/znc/autoattach.so -lib/znc/autocycle.so lib/znc/autoop.so lib/znc/autoreply.so lib/znc/awaynick.so lib/znc/blockuser.so lib/znc/bouncedcc.so lib/znc/buffextras.so lib/znc/chansaver.so lib/znc/clientnotify.so lib/znc/disconkick.so lib/znc/fail2ban.so lib/znc/identfile.so lib/znc/keepnick.so lib/znc/kickrejoin.so lib/znc/lastseen.so lib/znc/nickserv.so lib/znc/notes.so lib/znc/partyline.so lib/znc/perform.so lib/znc/q.so lib/znc/raw.so lib/znc/route_replies.so lib/znc/sample.so lib/znc/simple_away.so lib/znc/stickychan.so lib/znc/watch.so lib/znc/webadmin.so %%EXTRA%%lib/znc/antiidle.so +%%EXTRA%%lib/znc/autocycle.so %%EXTRA%%lib/znc/autovoice.so %%EXTRA%%%%OPENSSL%%lib/znc/away.so %%EXTRA%%lib/znc/block_motd.so %%EXTRA%%lib/znc/charset.so %%EXTRA%%lib/znc/clearbufferonmsg.so %%EXTRA%%lib/znc/ctcpflood.so %%EXTRA%%lib/znc/dcc.so %%EXTRA%%lib/znc/droproot.so %%EXTRA%%lib/znc/email.so %%EXTRA%%lib/znc/fakeonline.so %%EXTRA%%lib/znc/flooddetach.so %%EXTRA%%lib/znc/imapauth.so %%EXTRA%%lib/znc/listsockets.so %%EXTRA%%lib/znc/log.so %%EXTRA%%lib/znc/motdfile.so %%EXTRA%%lib/znc/notify_connect.so %%EXTRA%%%%SASL%%lib/znc/saslauth.so %%EXTRA%%lib/znc/send_raw.so %%EXTRA%%lib/znc/shell.so %%OPENSSL%%lib/znc/cert.so %%OPENSSL%%lib/znc/certauth.so %%OPENSSL%%lib/znc/crypt.so %%OPENSSL%%lib/znc/savebuff.so %%OPENSSL%%lib/znc/schat.so %%PERL%%lib/znc/modperl.so %%PERL%%lib/znc/modperl/ZNC.pm %%PERL%%lib/znc/modperl/ZNC.so %%PERL%%lib/znc/modperl/startup.pl %%PERL%%lib/znc/perleval.pm %%PYTHON%%lib/znc/modpython.so %%PYTHON%%lib/znc/modpython/_znc_core.so %%PYTHON%%lib/znc/modpython/znc.py %%PYTHON%%lib/znc/modpython/znc.pyc %%PYTHON%%lib/znc/modpython/znc_core.py %%PYTHON%%lib/znc/modpython/znc_core.pyc %%TCL%%lib/znc/modtcl.so %%TCL%%share/znc/modtcl/binds.tcl %%TCL%%share/znc/modtcl/modtcl.tcl libdata/pkgconfig/znc.pc share/znc/modules/blockuser/tmpl/blockuser_WebadminUser.tmpl share/znc/modules/cert/tmpl/index.tmpl share/znc/modules/certauth/tmpl/index.tmpl share/znc/modules/lastseen/tmpl/index.tmpl share/znc/modules/lastseen/tmpl/lastseen_WebadminUser.tmpl share/znc/modules/notes/files/trash.gif share/znc/modules/notes/tmpl/index.tmpl share/znc/modules/perform/tmpl/index.tmpl share/znc/modules/stickychan/tmpl/index.tmpl share/znc/modules/stickychan/tmpl/stickychan_WebadminChan.tmpl share/znc/modules/webadmin/tmpl/add_edit_chan.tmpl share/znc/modules/webadmin/tmpl/add_edit_user.tmpl share/znc/modules/webadmin/tmpl/del_user.tmpl share/znc/modules/webadmin/tmpl/index.tmpl share/znc/modules/webadmin/tmpl/listusers.tmpl share/znc/modules/webadmin/tmpl/settings.tmpl share/znc/modules/webadmin/tmpl/traffic.tmpl %%EXTRA%%share/znc/modules/listsockets/tmpl/index.tmpl %%EXTRA%%share/znc/modules/send_raw/tmpl/index.tmpl share/znc/webskins/_default_/pub/_default_.css share/znc/webskins/_default_/pub/favicon.ico share/znc/webskins/_default_/pub/global.css share/znc/webskins/_default_/pub/robots.txt share/znc/webskins/_default_/tmpl/Banner.tmpl share/znc/webskins/_default_/tmpl/BaseHeader.tmpl share/znc/webskins/_default_/tmpl/BreadCrumbs.tmpl share/znc/webskins/_default_/tmpl/DocType.tmpl share/znc/webskins/_default_/tmpl/Error.tmpl share/znc/webskins/_default_/tmpl/ExtraHeader.tmpl share/znc/webskins/_default_/tmpl/Footer.tmpl share/znc/webskins/_default_/tmpl/FooterTag.tmpl share/znc/webskins/_default_/tmpl/Header.tmpl share/znc/webskins/_default_/tmpl/InfoBar.tmpl share/znc/webskins/_default_/tmpl/LoginBar.tmpl share/znc/webskins/_default_/tmpl/LowerBanner.tmpl share/znc/webskins/_default_/tmpl/Menu.tmpl share/znc/webskins/_default_/tmpl/MessageBar.tmpl share/znc/webskins/_default_/tmpl/Options.tmpl share/znc/webskins/_default_/tmpl/_csrf_check.tmpl share/znc/webskins/_default_/tmpl/index.tmpl share/znc/webskins/dark-clouds/pub/clouds-header.jpg share/znc/webskins/dark-clouds/pub/dark-clouds.css share/znc/webskins/dark-clouds/pub/favicon.ico share/znc/webskins/dark-clouds/tmpl/Banner.tmpl share/znc/webskins/dark-clouds/tmpl/FooterTag.tmpl share/znc/webskins/dark-clouds/tmpl/Header.tmpl share/znc/webskins/dark-clouds/tmpl/LowerBanner.tmpl share/znc/webskins/forest/pub/favicon.ico share/znc/webskins/forest/pub/forest-header.png share/znc/webskins/forest/pub/forest.css share/znc/webskins/forest/tmpl/Banner.tmpl share/znc/webskins/forest/tmpl/FooterTag.tmpl share/znc/webskins/forest/tmpl/Header.tmpl share/znc/webskins/forest/tmpl/LowerBanner.tmpl share/znc/webskins/ice/pub/favicon.ico share/znc/webskins/ice/pub/ice.css share/znc/webskins/ice/pub/linkbg.jpg share/znc/webskins/ice/pub/pagebg.gif share/znc/webskins/ice/tmpl/FooterTag.tmpl share/znc/webskins/ice/tmpl/Header.tmpl %%PYTHON%%@dirrmtry lib/znc/modpython %%PERL%%@dirrmtry lib/znc/modperl @dirrmtry lib/znc @dirrmtry include/znc @dirrmtry share/znc/webskins/ice/tmpl @dirrmtry share/znc/webskins/ice/pub @dirrmtry share/znc/webskins/ice @dirrmtry share/znc/webskins/forest/tmpl @dirrmtry share/znc/webskins/forest/pub @dirrmtry share/znc/webskins/forest @dirrmtry share/znc/webskins/dark-clouds/tmpl @dirrmtry share/znc/webskins/dark-clouds/pub @dirrmtry share/znc/webskins/dark-clouds @dirrmtry share/znc/webskins/_default_/tmpl @dirrmtry share/znc/webskins/_default_/pub @dirrmtry share/znc/webskins/_default_ @dirrmtry share/znc/webskins @dirrmtry share/znc/modules/webadmin/tmpl @dirrmtry share/znc/modules/webadmin @dirrmtry share/znc/modules/stickychan/tmpl @dirrmtry share/znc/modules/stickychan @dirrmtry share/znc/modules/perform/tmpl @dirrmtry share/znc/modules/perform @dirrmtry share/znc/modules/notes/tmpl @dirrmtry share/znc/modules/notes/files @dirrmtry share/znc/modules/notes @dirrmtry share/znc/modules/lastseen/tmpl @dirrmtry share/znc/modules/lastseen @dirrmtry share/znc/modules/certauth/tmpl @dirrmtry share/znc/modules/certauth @dirrmtry share/znc/modules/cert/tmpl @dirrmtry share/znc/modules/cert @dirrmtry share/znc/modules/blockuser/tmpl @dirrmtry share/znc/modules/blockuser %%EXTRA%%@dirrmtry share/znc/modules/send_raw/tmpl %%EXTRA%%@dirrmtry share/znc/modules/send_raw %%EXTRA%%@dirrmtry share/znc/modules/listsockets/tmpl %%EXTRA%%@dirrmtry share/znc/modules/listsockets %%TCL%%@dirrmtry share/znc/modtcl @dirrmtry share/znc/modules @dirrmtry share/znc Property changes on: head/irc/znc/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property