diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2016-12-05 19:40:48 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2016-12-05 19:40:48 +0000 |
commit | 08bdd4edf67bb61f924f52a4b5b7fbf84d239a36 (patch) | |
tree | 9c16b55130623e97814742eae045d0280e9b38e7 /security | |
parent | 0c8bb2c45b26404c7697b8db584d0f50158dca0b (diff) | |
download | ports-08bdd4edf67bb61f924f52a4b5b7fbf84d239a36.tar.gz ports-08bdd4edf67bb61f924f52a4b5b7fbf84d239a36.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/ngrok/Makefile | 23 | ||||
-rw-r--r-- | security/ngrok/distinfo | 10 | ||||
-rw-r--r-- | security/ngrok/pkg-descr | 6 |
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/ |