svn commit: r507519 - head/security/acme.sh

Dan Langille dvl at FreeBSD.org
Sun Jul 28 18:05:26 UTC 2019


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 at 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
 


More information about the svn-ports-head mailing list