diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-03-10 08:16:49 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-03-10 08:16:49 +0800 |
commit | 32be4f5267ecc8cc1dbda63b79b0515a4b2e377b (patch) | |
tree | c64b9d239ffa4da6269d0442a9e3ef99a7481647 /irc | |
parent | 44b4613473caa8a154e6191898934fd630809e8c (diff) | |
download | freebsd-ports-gnome-32be4f5267ecc8cc1dbda63b79b0515a4b2e377b.tar.gz freebsd-ports-gnome-32be4f5267ecc8cc1dbda63b79b0515a4b2e377b.tar.zst freebsd-ports-gnome-32be4f5267ecc8cc1dbda63b79b0515a4b2e377b.zip |
irc/znc: Set option CHARSET as default
ZNC has supported character encodings in core since 1.6.0 and
building/enabling charset is the recommended way.
While here, sort Makefile and change URLs to use HTTPs.
Submitted by: eadler (via email)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/znc/Makefile | 13 | ||||
-rw-r--r-- | irc/znc/pkg-descr | 2 |
2 files changed, 9 insertions, 6 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 75081ace7b3f..a5484472e573 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -3,9 +3,10 @@ PORTNAME= znc PORTVERSION= 1.6.6 +PORTREVISION= 1 CATEGORIES= irc ipv6 -MASTER_SITES= http://znc.in/releases/ \ - http://znc.in/releases/archive/ +MASTER_SITES= https://znc.in/releases/ \ + https://znc.in/releases/archive/ MAINTAINER= dbaio@FreeBSD.org COMMENT= Advanced IRC bouncer @@ -13,10 +14,12 @@ COMMENT= Advanced IRC bouncer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -GNU_CONFIGURE= yes +USES= compiler:c++11-lib cpe gmake iconv pathfix pkgconfig + USE_RC_SUBR= znc + +GNU_CONFIGURE= yes SUB_FILES= pkg-message -USES= compiler:c++11-lib cpe gmake iconv pathfix pkgconfig MAKE_ENV= V=1 PORTDOCS= README.md @@ -25,7 +28,7 @@ USERS= znc GROUPS= znc OPTIONS_DEFINE= CHARSET CYRUS DEBUG DOCS IPV6 OPENSSL PERL PYTHON TCL -OPTIONS_DEFAULT= OPENSSL PERL +OPTIONS_DEFAULT= CHARSET OPENSSL PERL OPTIONS_SUB= yes CHARSET_DESC= Character encoding support via ICU diff --git a/irc/znc/pkg-descr b/irc/znc/pkg-descr index 7711cf932488..8fc8e6d05662 100644 --- a/irc/znc/pkg-descr +++ b/irc/znc/pkg-descr @@ -3,4 +3,4 @@ multiple users, playback buffers, DCC bouncing, SASL authentication and SSL encryption. It can be extended with dynamically loaded modules written in C++ or Perl. -WWW: http://znc.in/ +WWW: https://wiki.znc.in/ZNC |