Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 14:53:46 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521494 - head/devel/git
Message-ID:  <201912301453.xBUErkTG041603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912301453.xBUErkTG041603>