summaryrefslogtreecommitdiff
path: root/irc/anope/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/anope/Makefile')
-rw-r--r--irc/anope/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile
index 0e96f36eb73c..fce5ceb169c1 100644
--- a/irc/anope/Makefile
+++ b/irc/anope/Makefile
@@ -1,6 +1,5 @@
PORTNAME= anope
-DISTVERSION= 2.0.16
-PORTREVISION= 1
+DISTVERSION= 2.0.18
CATEGORIES= irc
MAINTAINER= devnull@apt322.org
@@ -17,6 +16,9 @@ SHEBANG_FILES= ${WRKSRC}/src/tools/*.sh
CMAKE_ARGS= -DINSTDIR:STRING="${PREFIX}/anope"
CFLAGS_amd64= -fPIC
+
+CONFLICTS_INSTALL= anope-devel
+
SUB_FILES= pkg-message
OPTIONS_DEFINE= GNUTLS LDAP MYSQL NLS OPENSSL PCRE POSIX REDIS SASL \
@@ -38,7 +40,7 @@ NLS_USES= gettext
OPENSSL_USES= ssl
-PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
+PCRE_LIB_DEPENDS= libpcre2-8.so:devel/pcre2
REDIS_RUN_DEPENDS= redis>=0:databases/redis
@@ -71,7 +73,7 @@ post-patch-OPENSSL-on:
${LN} -s ${WRKSRC}/modules/extra/m_ssl_openssl.cpp ${WRKSRC}/modules/
post-patch-PCRE-on:
- ${LN} -s ${WRKSRC}/modules/extra/m_regex_pcre.cpp ${WRKSRC}/modules/
+ ${LN} -s ${WRKSRC}/modules/extra/m_regex_pcre2.cpp ${WRKSRC}/modules/
post-patch-POSIX-on:
${LN} -s ${WRKSRC}/modules/extra/m_regex_posix.cpp ${WRKSRC}/modules/