aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-06-08 13:23:04 +0000
committerRene Ladan <rene@FreeBSD.org>2020-06-08 13:23:04 +0000
commitab20c6d48093e0963b73a2be45cd712ebf4c1737 (patch)
treec70e4e737bc2c34e83f81e66ab9c6cff38c365b6
parent2a41731e5e67e1fbe3650c823797dfcf19d392fa (diff)
downloadports-ab20c6d48093e0963b73a2be45cd712ebf4c1737.tar.gz
ports-ab20c6d48093e0963b73a2be45cd712ebf4c1737.zip
MFH: r538182
security/ngrok: fix fetch, unexpire, bump PORTREVISION PR: 225622 Submitted by: ygy Approved by: maintainer (jhixson) Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2020Q2/; revision=538216
-rw-r--r--security/ngrok/Makefile11
-rw-r--r--security/ngrok/distinfo10
2 files changed, 11 insertions, 10 deletions
diff --git a/security/ngrok/Makefile b/security/ngrok/Makefile
index dfaf583a6614..b66dfbe57e56 100644
--- a/security/ngrok/Makefile
+++ b/security/ngrok/Makefile
@@ -3,27 +3,28 @@
PORTNAME= ngrok
PORTVERSION= 2.2.8
+PORTREVISION= 1
CATEGORIES= security
-MASTER_SITES= https://bin.equinox.io/c/4VmDzA7iaHb/
-DISTNAME= ${PORTNAME}-stable-freebsd-${ARCH:S/i386/386/:S/x86_64/amd64/}
+MASTER_SITES= https://bin.equinox.io/a/${ARCH:S/i386/${i386_HASH}/:S/amd64/${amd64_HASH}/}/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd-${ARCH:S/i386/386/}
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= jhixson@FreeBSD.org
COMMENT= Secure tunnels to localhost
-BROKEN= unfetchable
-
# run 'ngrok credits' for details
LICENSE= NONE APACHE20 BSD3CLAUSE CC0-1.0 LGPL3+ MIT
LICENSE_COMB= multi
ONLY_FOR_ARCHS= amd64 i386
+i386_HASH= jsV5s66bZvF
+amd64_HASH= b8MLqEs7iBz
+
NO_WRKSUBDIR= yes
PLIST_FILES= bin/ngrok
NO_BUILD= yes
-USES= zip
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
diff --git a/security/ngrok/distinfo b/security/ngrok/distinfo
index 09499045101b..238d690e8288 100644
--- a/security/ngrok/distinfo
+++ b/security/ngrok/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1517329746
-SHA256 (ngrok/2.2.8/ngrok-stable-freebsd-amd64.zip) = 9f1c1d3bf5bf378339d11a7c215a4cb00368bf2f8a9613d609e157f60d1624ab
-SIZE (ngrok/2.2.8/ngrok-stable-freebsd-amd64.zip) = 5294163
-SHA256 (ngrok/2.2.8/ngrok-stable-freebsd-386.zip) = 28150e361fc09a6b76157e106f58c8f636ad770f7ce5d67052441a052d79e94a
-SIZE (ngrok/2.2.8/ngrok-stable-freebsd-386.zip) = 5065517
+TIMESTAMP = 1519967965
+SHA256 (ngrok/2.2.8/ngrok-2.2.8-freebsd-amd64.tar.gz) = 9cf95d318161b60693a8b5a5fec49a6c9ebef545feda95e9484c7357959906b6
+SIZE (ngrok/2.2.8/ngrok-2.2.8-freebsd-amd64.tar.gz) = 5254233
+SHA256 (ngrok/2.2.8/ngrok-2.2.8-freebsd-386.tar.gz) = c57998ec5dbd93061baabc3f0b7816a5f0cff197134835fe243f3b884722af25
+SIZE (ngrok/2.2.8/ngrok-2.2.8-freebsd-386.tar.gz) = 5046479