Index: Makefile =================================================================== --- Makefile (revision 513562) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ircd-hybrid -PORTVERSION= 8.2.22 +PORTVERSION= 8.2.26 CATEGORIES= irc ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -24,15 +24,12 @@ SUB_FILES= pkg-message PLIST_SUB= PORTVERSION=${PORTVERSION} -OPTIONS_DEFINE= OPENSSL HALFOPS ASSERT +OPTIONS_DEFINE= OPENSSL ASSERT OPTIONS_DEFAULT=OPENSSL ASSERT_CONFIGURE_ENABLE= assert ASSERT_DESC= Enable parts of the debugging code -HALFOPS_CONFIGURE_ENABLE= halfops -HALFOPS_DESC= Enable halfops on the server - OPENSSL_DESC= Enable openssl - allows use of CHALLENGE and encrypted links .include Index: distinfo =================================================================== --- distinfo (revision 513562) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515612001 -SHA256 (ircd-hybrid-8.2.22.tgz) = d7d8df4524d088132e928d3685f2f65bb7b1bf6c1f855fc9e16a3dc460d9b1c4 -SIZE (ircd-hybrid-8.2.22.tgz) = 1223395 +TIMESTAMP = 1569865641 +SHA256 (ircd-hybrid-8.2.26.tgz) = 3948de7046d275e4125992f8a8716d831bf8d6544300c48d24c3a61744a78183 +SIZE (ircd-hybrid-8.2.26.tgz) = 1226486 Index: files/ircd-hybrid.in =================================================================== --- files/ircd-hybrid.in (revision 513562) +++ files/ircd-hybrid.in (working copy) @@ -24,10 +24,11 @@ load_rc_config ${name} pidfile=${ircd_hybrid_pidfile-"/var/run/ircd/ircd.pid"} +logfile=${ircd_hybrid_logfile-"/var/log/ircd/ircd.log"} : ${ircd_hybrid_enable:="NO"} : ${ircd_hybrid_user:="ircd"} : ${ircd_hybrid_config:="%%PREFIX%%/etc/ircd-hybrid/ircd.conf"} -: ${ircd_hybrid_flags=" -pidfile ${pidfile}"} +: ${ircd_hybrid_flags=" -pidfile ${pidfile} -logfile ${logfile}"} pid_touch () {