Date: Wed, 20 Jun 2018 19:35:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472908 - head/www/aria2 Message-ID: <201806201935.w5KJZZrW059475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jun 20 19:35:35 2018 New Revision: 472908 URL: https://svnweb.freebsd.org/changeset/ports/472908 Log: Enable CA_BUNDLE option by default - Bump PORTREVISION for dependency change Modified: head/www/aria2/Makefile Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Wed Jun 20 19:35:30 2018 (r472907) +++ head/www/aria2/Makefile Wed Jun 20 19:35:35 2018 (r472908) @@ -3,6 +3,7 @@ PORTNAME= aria2 PORTVERSION= 1.33.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${PORTVERSION}/ \ LOCAL/sunpoet @@ -14,7 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= CA_BUNDLE CARES DOCS NLS SQLITE SSH2 -OPTIONS_DEFAULT=SQLITE +OPTIONS_DEFAULT=CA_BUNDLE SQLITE OPTIONS_SUB= yes CA_BUNDLE_DESC= Use CA bundle from Mozilla Project SSH2_DESC= SSH2 protocol support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806201935.w5KJZZrW059475>