Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2016 14:59:22 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423924 - head/security/ngrok
Message-ID:  <201610131459.u9DExM13087352@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Thu Oct 13 14:59:21 2016
New Revision: 423924
URL: https://svnweb.freebsd.org/changeset/ports/423924

Log:
  - Set DIST_SUBDIR to handle distfile without version string
  
  Thanks for pointing it out: mat@

Modified:
  head/security/ngrok/Makefile
  head/security/ngrok/distinfo

Modified: head/security/ngrok/Makefile
==============================================================================
--- head/security/ngrok/Makefile	Thu Oct 13 14:51:34 2016	(r423923)
+++ head/security/ngrok/Makefile	Thu Oct 13 14:59:21 2016	(r423924)
@@ -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

Modified: head/security/ngrok/distinfo
==============================================================================
--- head/security/ngrok/distinfo	Thu Oct 13 14:51:34 2016	(r423923)
+++ head/security/ngrok/distinfo	Thu Oct 13 14:59:21 2016	(r423924)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610131459.u9DExM13087352>