Index: head/irc/atheme-services/Makefile =================================================================== --- head/irc/atheme-services/Makefile (revision 463800) +++ head/irc/atheme-services/Makefile (revision 463801) @@ -1,55 +1,55 @@ # Created by: tdb # $FreeBSD$ PORTNAME= atheme-services -PORTVERSION= 7.2.7 +PORTVERSION= 7.2.9 CATEGORIES= irc ipv6 net MASTER_SITES= https://github.com/atheme/atheme/releases/download/v${PORTVERSION}/ DISTNAME= atheme-${PORTVERSION} MAINTAINER= tdb@FreeBSD.org COMMENT= Set of services for IRC networks LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmowgli-2.so:devel/libmowgli2 USES= cpe gmake localbase pathfix pkgconfig ssl tar:bzip2 PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fhs-paths \ --sysconfdir=${PREFIX}/etc/atheme \ --localstatedir=/var \ --disable-gtk-doc \ --enable-large-net CPE_PRODUCT= atheme USERS= ircservices GROUPS= ircservices USE_RC_SUBR= atheme-services OPTIONS_DEFINE= CONTRIB CRACKLIB DOCS LDAP NLS PCRE PERL OPTIONS_DEFAULT= CRACKLIB LDAP PCRE PERL CONTRIB_DESC= Enable contrib modules CRACKLIB_DESC= Use cracklib for checking password strength OPTIONS_SUB= yes CONTRIB_CONFIGURE_ENABLE= contrib CRACKLIB_LIB_DEPENDS= libcrack.so:security/cracklib CRACKLIB_CONFIGURE_WITH= cracklib LDAP_USE= openldap=yes LDAP_CONFIGURE_WITH= ldap NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_WITH= pcre PERL_USES= perl5 PERL_CONFIGURE_WITH= perl .include Index: head/irc/atheme-services/distinfo =================================================================== --- head/irc/atheme-services/distinfo (revision 463800) +++ head/irc/atheme-services/distinfo (revision 463801) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481712949 -SHA256 (atheme-7.2.7.tar.bz2) = 64159a5aef905f0a15f35c7dd2bf1b140d918290488e9b6762fd85fd1bfafd94 -SIZE (atheme-7.2.7.tar.bz2) = 1181086 +TIMESTAMP = 1520078951 +SHA256 (atheme-7.2.9.tar.bz2) = a87a046aa73fc4a97a11d41cc08c60b835135ba20bb173ca888b40e0d6b54b27 +SIZE (atheme-7.2.9.tar.bz2) = 1179582 Index: head/irc/atheme-services/pkg-descr =================================================================== --- head/irc/atheme-services/pkg-descr (revision 463800) +++ head/irc/atheme-services/pkg-descr (revision 463801) @@ -1,26 +1,26 @@ atheme-services is a set of Services for IRC networks that allows users to manage their channels in a secure and efficient way and allows operators to manage various things about their networks. Unlike it's predecessor, Shrike, services has a completely reworked form of channel management that feels somewhat like eggdrop and is somewhat more useful. Services currently works with many irc daemons. More details are available in the config file. Internally, atheme-services shares more similarities with ircd than it does with IRCServices. Anope/Epona, Cygnus, OperStats, Hybserv, Theia, etc are all based on IRCServices and as such have very old legacy code that none of the authors, except Church truly understand. Atheme was written completely from scratch with the more complex concepts taken from various modern ircd packages, including ircu, ircd-ratbox, hybrid and bahamut. atheme-services is not a drop-in replacement for Anope or Andy Church's IRC Services. It is designed with an entirely different set of goals and as such should not be migrated to with the expectation that it will behave exactly like what was previously implemented. Atheme is designed to act as a directory server, with alternative ways of getting to the data implemented as well as the IRC presence. -WWW: http://atheme.net/atheme.html +WWW: https://atheme.github.io/atheme.html