Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2019 12:23:27 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492432 - in head: databases/puppetdb-cli devel/interactive_rebase_tool
Message-ID:  <201902081223.x18CNRbN057198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Feb  8 12:23:26 2019
New Revision: 492432
URL: https://svnweb.freebsd.org/changeset/ports/492432

Log:
  Remove USES=ssl where it's already implied by CARGO_CRATES=openssl-sys

Modified:
  head/databases/puppetdb-cli/Makefile
  head/devel/interactive_rebase_tool/Makefile

Modified: head/databases/puppetdb-cli/Makefile
==============================================================================
--- head/databases/puppetdb-cli/Makefile	Fri Feb  8 12:19:30 2019	(r492431)
+++ head/databases/puppetdb-cli/Makefile	Fri Feb  8 12:23:26 2019	(r492432)
@@ -16,7 +16,7 @@ BROKEN_SSL_REASON_libressl=		Needs an old version of O
 BROKEN_SSL_REASON_libressl-devel=	Needs an old version of OpenSSL (older than 1.1)
 BROKEN_SSL_REASON_openssl111=		Needs an older version of OpenSSL (older than 1.1)
 
-USES=		cargo perl5 ssl
+USES=		cargo perl5
 USE_GITHUB=	yes
 USE_PERL5=	build
 

Modified: head/devel/interactive_rebase_tool/Makefile
==============================================================================
--- head/devel/interactive_rebase_tool/Makefile	Fri Feb  8 12:19:30 2019	(r492431)
+++ head/devel/interactive_rebase_tool/Makefile	Fri Feb  8 12:23:26 2019	(r492432)
@@ -9,7 +9,7 @@ COMMENT=	Improved sequence editor for Git
 
 LICENSE=	ISCL
 
-USES=		cargo ssl ncurses
+USES=		cargo ncurses
 USE_GITHUB=	yes
 GH_ACCOUNT=	MitMaro
 GH_PROJECT=	git-interactive-rebase-tool



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