aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjrm <jrm@FreeBSD.org>2016-12-06 03:40:48 +0800
committerjrm <jrm@FreeBSD.org>2016-12-06 03:40:48 +0800
commit9b0c3767513800423c4fd5113f76a6f85c10ca79 (patch)
tree9c16b55130623e97814742eae045d0280e9b38e7 /security
parentddf209e862c54c08682938f2f0c956efed914bdd (diff)
downloadfreebsd-ports-gnome-9b0c3767513800423c4fd5113f76a6f85c10ca79.tar.gz
freebsd-ports-gnome-9b0c3767513800423c4fd5113f76a6f85c10ca79.tar.zst
freebsd-ports-gnome-9b0c3767513800423c4fd5113f76a6f85c10ca79.zip
security/ngrok: update to 2.1.18
While here, add license information. PR: 213836 Submitted by: lme Reviewed by: mat Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8684
Diffstat (limited to 'security')
-rw-r--r--security/ngrok/Makefile23
-rw-r--r--security/ngrok/distinfo10
-rw-r--r--security/ngrok/pkg-descr6
3 files changed, 16 insertions, 23 deletions
diff --git a/security/ngrok/Makefile b/security/ngrok/Makefile
index d0afe5bc45c8..0aa7b0bd8504 100644
--- a/security/ngrok/Makefile
+++ b/security/ngrok/Makefile
@@ -2,15 +2,19 @@
# $FreeBSD$
PORTNAME= ngrok
-PORTVERSION= 2.1.14
+PORTVERSION= 2.1.18
CATEGORIES= security
MASTER_SITES= https://bin.equinox.io/c/4VmDzA7iaHb/
-DISTNAME= ${PORTNAME}-stable-freebsd-${NGROK_ARCH}
+DISTNAME= ${PORTNAME}-stable-freebsd-${ARCH:S/i386/386/}
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= jhixson@gmail.com
COMMENT= Secure tunnels to localhost
+# run 'ngrok credits' for details
+LICENSE= NONE APACHE20 BSD3CLAUSE CC0-1.0 LGPL3+ MIT
+LICENSE_COMB= multi
+
ONLY_FOR_ARCHS= i386 amd64
NO_WRKSUBDIR= yes
@@ -19,18 +23,7 @@ PLIST_FILES= bin/ngrok
NO_BUILD= yes
USES= zip
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == "i386"
-NGROK_ARCH= 386
-.endif
-.if ${ARCH} == "amd64"
-NGROK_ARCH= amd64
-.endif
-
-.include <bsd.port.pre.mk>
-
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/ngrok/distinfo b/security/ngrok/distinfo
index 97bb0355d3bb..a6fbee7dce50 100644
--- a/security/ngrok/distinfo
+++ b/security/ngrok/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1476370539
-SHA256 (ngrok/2.1.14/ngrok-stable-freebsd-amd64.zip) = 38058306073a6d2e970bc8ad9e9febe80fea6e1a20d106a46fd7ac9887e70e2a
-SIZE (ngrok/2.1.14/ngrok-stable-freebsd-amd64.zip) = 4688635
-SHA256 (ngrok/2.1.14/ngrok-stable-freebsd-386.zip) = 8202da2283cee9d62df26bced9f09dd6613ff712efd57599a02b79205c21f751
-SIZE (ngrok/2.1.14/ngrok-stable-freebsd-386.zip) = 4541544
+TIMESTAMP = 1480535311
+SHA256 (ngrok/2.1.18/ngrok-stable-freebsd-amd64.zip) = ef4d20b9c695f00e1d8113c776f9c1680f7ead9fa2c9a251ead5955a1bfca428
+SIZE (ngrok/2.1.18/ngrok-stable-freebsd-amd64.zip) = 5074462
+SHA256 (ngrok/2.1.18/ngrok-stable-freebsd-386.zip) = 27f05a6eda430f0767c804bb96e6dbe0dbe3b873a2933b0b2e97c1faaef830a2
+SIZE (ngrok/2.1.18/ngrok-stable-freebsd-386.zip) = 4901446
diff --git a/security/ngrok/pkg-descr b/security/ngrok/pkg-descr
index f91ee32f9530..d371c660cadc 100644
--- a/security/ngrok/pkg-descr
+++ b/security/ngrok/pkg-descr
@@ -1,4 +1,4 @@
-Expose local servers behind NATs and firewalls to the public internet
-over secure tunnels.
+Expose local servers behind NATs and firewalls to the public internet over
+secure tunnels.
-URL: https://ngrok.com
+WWW: https://ngrok.com/