aboutsummaryrefslogtreecommitdiff
path: root/security/ngrok
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-06-07 18:28:53 +0000
committerRene Ladan <rene@FreeBSD.org>2020-06-07 18:28:53 +0000
commit2fd0162a78b67b645e3ec6812d4b5d8a8e9b1b66 (patch)
treef84dee5f3a9e134693819499648ae0d853dc3e3e /security/ngrok
parent386c5f9b619fd9c0aa93b06ed1e04ee250e7aa0d (diff)
downloadports-2fd0162a78b67b645e3ec6812d4b5d8a8e9b1b66.tar.gz
ports-2fd0162a78b67b645e3ec6812d4b5d8a8e9b1b66.zip
security/ngrok: fix fetch, unexpire, bump PORTREVISION
PR: 225622 Submitted by: ygy Approved by: maintainer (jhixson) MFH: 2020Q2
Notes
Notes: svn path=/head/; revision=538182
Diffstat (limited to 'security/ngrok')
-rw-r--r--security/ngrok/Makefile13
-rw-r--r--security/ngrok/distinfo10
2 files changed, 11 insertions, 12 deletions
diff --git a/security/ngrok/Makefile b/security/ngrok/Makefile
index 49cd5d34905e..b66dfbe57e56 100644
--- a/security/ngrok/Makefile
+++ b/security/ngrok/Makefile
@@ -3,29 +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
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
# 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