From owner-svn-ports-all@freebsd.org Tue Sep 1 13:52:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A34C9C66F2; Tue, 1 Sep 2015 13:52:39 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12B6A3E4; Tue, 1 Sep 2015 13:52:39 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t81DqcYZ021694; Tue, 1 Sep 2015 13:52:38 GMT (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t81Dqcwh021691; Tue, 1 Sep 2015 13:52:38 GMT (envelope-from knu@FreeBSD.org) Message-Id: <201509011352.t81Dqcwh021691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: knu set sender to knu@FreeBSD.org using -f From: Akinori MUSHA Date: Tue, 1 Sep 2015 13:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395755 - head/irc/znc X-SVN-Group: ports-head 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.20 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: Tue, 01 Sep 2015 13:52:39 -0000 Author: knu Date: Tue Sep 1 13:52:37 2015 New Revision: 395755 URL: https://svnweb.freebsd.org/changeset/ports/395755 Log: Update to 1.6.1 and unbreak the CHARSET option PR: 202380 Approved by: maintainer timeout Modified: head/irc/znc/Makefile head/irc/znc/distinfo head/irc/znc/pkg-plist Modified: head/irc/znc/Makefile ============================================================================== --- head/irc/znc/Makefile Tue Sep 1 13:51:28 2015 (r395754) +++ head/irc/znc/Makefile Tue Sep 1 13:52:37 2015 (r395755) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= znc -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ \ http://znc.in/releases/archive/ @@ -43,8 +43,8 @@ PYTHON_CONFIGURE_ON= --enable-python=pyt PYTHON_USES= perl5 python:3 OPENSSL_CONFIGURE_OFF= --disable-openssl CHARSET_CONFIGURE_OFF= --disable-charset -CHARSET_LIB_DEPENDS= libicuuc.so.53:${PORTSDIR}/devel/icu \ - libicudata.so.53:${PORTSDIR}/devel/icu +CHARSET_LIB_DEPENDS= libicuuc.so.55:${PORTSDIR}/devel/icu \ + libicudata.so.55:${PORTSDIR}/devel/icu TCL_CONFIGURE_ENABLE= tcl .include Modified: head/irc/znc/distinfo ============================================================================== --- head/irc/znc/distinfo Tue Sep 1 13:51:28 2015 (r395754) +++ head/irc/znc/distinfo Tue Sep 1 13:52:37 2015 (r395755) @@ -1,2 +1,2 @@ -SHA256 (znc-1.6.0.tar.gz) = df622aeae34d26193c738dff6499e56ad669ec654484e19623738d84cc80aba7 -SIZE (znc-1.6.0.tar.gz) = 1367962 +SHA256 (znc-1.6.1.tar.gz) = ba49397364f48d6d32ae5242bc1166f21d972f85dd390d6bbe68a63ecbb6c140 +SIZE (znc-1.6.1.tar.gz) = 1463397 Modified: head/irc/znc/pkg-plist ============================================================================== --- head/irc/znc/pkg-plist Tue Sep 1 13:51:28 2015 (r395754) +++ head/irc/znc/pkg-plist Tue Sep 1 13:52:37 2015 (r395755) @@ -44,7 +44,6 @@ lib/znc/blockuser.so lib/znc/bouncedcc.so lib/znc/buffextras.so lib/znc/chansaver.so -%%CHARSET%%lib/znc/charset.so lib/znc/clearbufferonmsg.so lib/znc/clientnotify.so lib/znc/controlpanel.so