svn commit: r423924 - head/security/ngrok

Kris Moore kmoore at FreeBSD.org
Thu Oct 13 14:59:23 UTC 2016


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 at 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


More information about the svn-ports-head mailing list