svn commit: r558948 - head/security/ngrok

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Dec 22 21:45:18 UTC 2020


Author: 0mp
Date: Tue Dec 22 21:45:18 2020
New Revision: 558948
URL: https://svnweb.freebsd.org/changeset/ports/558948

Log:
  Simplify MASTER_SITES
  
  Approved by:	portmgr blanket

Modified:
  head/security/ngrok/Makefile

Modified: head/security/ngrok/Makefile
==============================================================================
--- head/security/ngrok/Makefile	Tue Dec 22 19:48:33 2020	(r558947)
+++ head/security/ngrok/Makefile	Tue Dec 22 21:45:18 2020	(r558948)
@@ -5,7 +5,7 @@ PORTNAME=	ngrok
 PORTVERSION=	2.2.8
 PORTREVISION=	1
 CATEGORIES=	security
-MASTER_SITES=	https://bin.equinox.io/a/${ARCH:S/i386/${i386_HASH}/:S/amd64/${amd64_HASH}/}/
+MASTER_SITES=	https://bin.equinox.io/a/${${ARCH}_HASH}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-freebsd-${ARCH:S/i386/386/}
 DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
 


More information about the svn-ports-all mailing list