From owner-svn-ports-all@freebsd.org Sat Mar 10 00:16:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56700F33672; Sat, 10 Mar 2018 00:16:50 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09AD4750F2; Sat, 10 Mar 2018 00:16:50 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F29BB261B0; Sat, 10 Mar 2018 00:16:49 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2A0GnNv013648; Sat, 10 Mar 2018 00:16:49 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2A0GnR8013646; Sat, 10 Mar 2018 00:16:49 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201803100016.w2A0GnR8013646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 10 Mar 2018 00:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464037 - head/irc/znc X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/irc/znc X-SVN-Commit-Revision: 464037 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2018 00:16:50 -0000 Author: dbaio Date: Sat Mar 10 00:16:49 2018 New Revision: 464037 URL: https://svnweb.freebsd.org/changeset/ports/464037 Log: 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) Modified: head/irc/znc/Makefile head/irc/znc/pkg-descr Modified: head/irc/znc/Makefile ============================================================================== --- head/irc/znc/Makefile Fri Mar 9 22:46:22 2018 (r464036) +++ head/irc/znc/Makefile Sat Mar 10 00:16:49 2018 (r464037) @@ -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 Modified: head/irc/znc/pkg-descr ============================================================================== --- head/irc/znc/pkg-descr Fri Mar 9 22:46:22 2018 (r464036) +++ head/irc/znc/pkg-descr Sat Mar 10 00:16:49 2018 (r464037) @@ -3,4 +3,4 @@ multiple users, playback buffers, DCC bouncing, SASL a 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