svn commit: r521494 - head/devel/git
Renato Botelho
garga at FreeBSD.org
Mon Dec 30 14:53:47 UTC 2019
Author: garga
Date: Mon Dec 30 14:53:46 2019
New Revision: 521494
URL: https://svnweb.freebsd.org/changeset/ports/521494
Log:
devel/git: helpful description for CURL option
Turning off CURL OPTIONS knob has somewhat unexpected consequences, ie.
disables HTTPS transport, thus no Github access.
This is not evident from the default option description. The tiny patch
adds non standard knob description specifically mentioning HTTPS
unavailability, when it gets turned off.
While here, sort *_DESC variables alphabetically.
PR: 242682
Submitted by: Piotr Smyrak <ps.ports at smyrak.com>
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
head/devel/git/Makefile
Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile Mon Dec 30 14:49:53 2019 (r521493)
+++ head/devel/git/Makefile Mon Dec 30 14:53:46 2019 (r521494)
@@ -58,12 +58,13 @@ OPTIONS_DEFAULT= CONTRIB P4 CVS PERL GITWEB ICONV CURL
SUBTREE SVN
OPTIONS_SUB= yes
-GITWEB_DESC= Install gitweb
CONTRIB_DESC= Install contributed scripts
-P4_DESC= Enable Perforce support
-PCRE2_DESC= Use Perl Compatible Regular Expressions (v2)
+CURL_DESC= Install curl support (provides HTTPS transport)
CVS_DESC= Enable CVS support
+GITWEB_DESC= Install gitweb
HTMLDOCS_DESC= Install additional documentation
+P4_DESC= Enable Perforce support
+PCRE2_DESC= Use Perl Compatible Regular Expressions (v2)
SEND_EMAIL_DESC=Enable the git-send-email(1) script
SUBTREE_DESC= Install git-subtree
More information about the svn-ports-head
mailing list