diff options
author | kmoore <kmoore@FreeBSD.org> | 2016-10-13 22:59:21 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2016-10-13 22:59:21 +0800 |
commit | 80fe78619e3618ce2c7f77777e9a65c2fe132425 (patch) | |
tree | 36a759b5a01679bad472aeaecc6cdc660200e5aa /security | |
parent | 78cb6ef659837f48c718e9c8c505e69cffee2550 (diff) | |
download | freebsd-ports-graphics-80fe78619e3618ce2c7f77777e9a65c2fe132425.tar.gz freebsd-ports-graphics-80fe78619e3618ce2c7f77777e9a65c2fe132425.tar.zst freebsd-ports-graphics-80fe78619e3618ce2c7f77777e9a65c2fe132425.zip |
- Set DIST_SUBDIR to handle distfile without version string
Thanks for pointing it out: mat@
Diffstat (limited to 'security')
-rw-r--r-- | security/ngrok/Makefile | 1 | ||||
-rw-r--r-- | security/ngrok/distinfo | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/ngrok/Makefile b/security/ngrok/Makefile index 98f3a89b6c8..d0afe5bc45c 100644 --- a/security/ngrok/Makefile +++ b/security/ngrok/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 2.1.14 CATEGORIES= security MASTER_SITES= https://bin.equinox.io/c/4VmDzA7iaHb/ DISTNAME= ${PORTNAME}-stable-freebsd-${NGROK_ARCH} +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= jhixson@gmail.com COMMENT= Secure tunnels to localhost diff --git a/security/ngrok/distinfo b/security/ngrok/distinfo index 52a5ff00825..2233e126cf9 100644 --- a/security/ngrok/distinfo +++ b/security/ngrok/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1474389051 -SHA256 (ngrok-stable-freebsd-amd64.zip) = 38058306073a6d2e970bc8ad9e9febe80fea6e1a20d106a46fd7ac9887e70e2a -SIZE (ngrok-stable-freebsd-amd64.zip) = 4688635 -SHA256 (ngrok-stable-freebsd-386.zip) = 8202da2283cee9d62df26bced9f09dd6613ff712efd57599a02b79205c21f751 -SIZE (ngrok-stable-freebsd-386.zip) = 4541544 +TIMESTAMP = 1476370539 +SHA256 (ngrok/2.1.14/ngrok-stable-freebsd-amd64.zip) = 38058306073a6d2e970bc8ad9e9febe80fea6e1a20d106a46fd7ac9887e70e2a +SIZE (ngrok/2.1.14/ngrok-stable-freebsd-amd64.zip) = 4688635 |