Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2019 18:05:25 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507519 - head/security/acme.sh
Message-ID:  <201907281805.x6SI5Ptg051970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Sun Jul 28 18:05:25 2019
New Revision: 507519
URL: https://svnweb.freebsd.org/changeset/ports/507519

Log:
  Remove references to ${LOCALBASE}/bin/ - they are redudant
  
  Credit to:    adamw

Modified:
  head/security/acme.sh/Makefile

Modified: head/security/acme.sh/Makefile
==============================================================================
--- head/security/acme.sh/Makefile	Sun Jul 28 17:51:13 2019	(r507518)
+++ head/security/acme.sh/Makefile	Sun Jul 28 18:05:25 2019	(r507519)
@@ -2,7 +2,7 @@
 
 PORTNAME=	acme.sh
 PORTVERSION=	2.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	dvl@FreeBSD.org
@@ -21,8 +21,8 @@ OPTIONS_SINGLE=	HTTP
 OPTIONS_SINGLE_HTTP=	CURL WGET
 OPTIONS_DEFAULT=	CURL STANDALONE
 BINDTOOLS_DESC=	Depend on bind-tools for nsupdate
-BINDTOOLS_RUN_DEPENDS=	${LOCALBASE}/bin/nsupdate:dns/bind-tools
-IDN_RUN_DEPENDS=	${LOCALBASE}/bin/idn2:dns/idnkit2
+BINDTOOLS_RUN_DEPENDS=	nsupdate:dns/bind-tools
+IDN_RUN_DEPENDS=	idn2:dns/idnkit2
 STANDALONE_DESC=	Standalone mode requires SOCAT
 STANDALONE_RUN_DEPENDS=	socat>0:net/socat
 



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