From owner-svn-ports-head@freebsd.org Thu Sep 6 06:56:08 2018 Return-Path: Delivered-To: svn-ports-head@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 3CDE7FF0C36; Thu, 6 Sep 2018 06:56:08 +0000 (UTC) (envelope-from yuri@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 E2AD0897D6; Thu, 6 Sep 2018 06:56:07 +0000 (UTC) (envelope-from yuri@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 D7BF9122D; Thu, 6 Sep 2018 06:56:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w866u7cu078951; Thu, 6 Sep 2018 06:56:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w866u7KN078950; Thu, 6 Sep 2018 06:56:07 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809060656.w866u7KN078950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 6 Sep 2018 06:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479089 - head/www/links X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/www/links X-SVN-Commit-Revision: 479089 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Thu, 06 Sep 2018 06:56:08 -0000 Author: yuri Date: Thu Sep 6 06:56:07 2018 New Revision: 479089 URL: https://svnweb.freebsd.org/changeset/ports/479089 Log: www/links: Update 2.14 -> 2.16 PR: 230849 Submitted by: Dmitri Goutnik Approved by: portmaster@BSDforge.com (maintainer's timeout; 14 days) MFH: 2018Q3 Modified: head/www/links/Makefile head/www/links/distinfo Modified: head/www/links/Makefile ============================================================================== --- head/www/links/Makefile Thu Sep 6 06:53:44 2018 (r479088) +++ head/www/links/Makefile Thu Sep 6 06:56:07 2018 (r479089) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= links -DISTVERSION= 2.14 -PORTREVISION= 2 +DISTVERSION= 2.16 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= http://links.twibright.com/download/ @@ -26,10 +25,13 @@ CPE_VENDOR= twibright PLIST_FILES= bin/links man/man1/links.1.gz -OPTIONS_DEFINE= CIPHERSTRING DIRECTFB IPV6 NLS SVG SVGALIB THREADS TRANS \ +OPTIONS_DEFINE= BROTLI CIPHERSTRING DIRECTFB IPV6 NLS SVG SVGALIB THREADS TRANS \ UTF8 X11 OPTIONS_DEFAULT= UTF8 X11 +BROTLI_LIB_DEPENDS= libbrotlidec.so:archivers/brotli +BROTLI_CONFIGURE_WITH= brotli + CIPHERSTRING_DESC= Select the OpenSSL ciphers used via CIPHERSTRING DIRECTFB_DESC= DirectFB graphics support TRANS_DESC= Hack for background transparency @@ -93,7 +95,7 @@ post-patch: ${WRKSRC}/configure .if ${PORT_OPTIONS:MCIPHERSTRING} @${REINPLACE_CMD} -e '/SSL_CTX_set_options/ \ - s/;/; SSL_CTX_set_cipher_list(context, "${CIPHERSTRING}");/' \ + s/;/; SSL_CTX_set_cipher_list(ctx, "${CIPHERSTRING}");/' \ ${WRKSRC}/https.c .endif Modified: head/www/links/distinfo ============================================================================== --- head/www/links/distinfo Thu Sep 6 06:53:44 2018 (r479088) +++ head/www/links/distinfo Thu Sep 6 06:56:07 2018 (r479089) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515181008 -SHA256 (links-2.14.tar.gz) = 22fa8dcb5a60b8ffd611de31ebd4c79edce472637a3554bab401795da91d4387 -SIZE (links-2.14.tar.gz) = 7142389 +TIMESTAMP = 1535040129 +SHA256 (links-2.16.tar.gz) = 83ab4557d9b121570384d1bd27adf16f962b9b007bac5780ae094e6fff6b3d62 +SIZE (links-2.16.tar.gz) = 7365133