Date: Tue, 22 Dec 2020 21:45:18 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558948 - head/security/ngrok Message-ID: <202012222145.0BMLjIsH004696@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012222145.0BMLjIsH004696>