aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/links/Makefile10
-rw-r--r--www/links/distinfo6
2 files changed, 9 insertions, 7 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index 73dc1b01eefc..f8be72d02731 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= links
-DISTVERSION= 2.14
-PORTREVISION= 1
+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
diff --git a/www/links/distinfo b/www/links/distinfo
index c85902b638fb..e9b5f5164ae1 100644
--- a/www/links/distinfo
+++ b/www/links/distinfo
@@ -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