From owner-svn-ports-head@freebsd.org Sun Jul 19 15:11:12 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 02A90361917; Sun, 19 Jul 2020 15:11:12 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B8pGR6KFMz3RQx; Sun, 19 Jul 2020 15:11:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id D28B21E6BD; Sun, 19 Jul 2020 15:11:11 +0000 (UTC) Date: Sun, 19 Jul 2020 15:11:11 +0000 From: Alexey Dokuchaev To: Bernard Spil Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r542549 - in head/irc/weechat: . files Message-ID: <20200719151111.GA73179@FreeBSD.org> References: <202007190917.06J9Hlqo030485@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202007190917.06J9Hlqo030485@repo.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2020 15:11:12 -0000 On Sun, Jul 19, 2020 at 09:17:47AM +0000, Bernard Spil wrote: > New Revision: 542549 > URL: https://svnweb.freebsd.org/changeset/ports/542549 > > Log: > irc/weechat: Update to 2.9 > > * Fix REINPLACE_CMD warnings > > ... > @@ -14,16 +14,17 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > LIB_DEPENDS+= libcurl.so:ftp/curl \ > libgcrypt.so:security/libgcrypt \ > + libgnutls.so:security/gnutls \ > > -OPTIONS_DEFINE= BACKTRACE DOCS CA_BUNDLE GNUTLS HEADLESS ICON ICONV \ > +OPTIONS_DEFINE= BACKTRACE DOCS CA_BUNDLE HEADLESS ICON ICONV \ > ... > -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls > -GNUTLS_USES= pkgconfig If I read it correctly and security/gnutls is no longer optional, I guess this should be accounted for in the commit log, which doesn't metion this this but mentions cosmetic REINPLACE_CMD-related change. ./danfe