Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 17:29:01 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494166 - head/security/cyberchef
Message-ID:  <201902281729.x1SHT1Hm073572@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Thu Feb 28 17:29:01 2019
New Revision: 494166
URL: https://svnweb.freebsd.org/changeset/ports/494166

Log:
  Attempt #2 at fetching non-tarballs.
  I think I have this right now.

Modified:
  head/security/cyberchef/Makefile
  head/security/cyberchef/distinfo
  head/security/cyberchef/pkg-plist

Modified: head/security/cyberchef/Makefile
==============================================================================
--- head/security/cyberchef/Makefile	Thu Feb 28 17:12:47 2019	(r494165)
+++ head/security/cyberchef/Makefile	Thu Feb 28 17:29:01 2019	(r494166)
@@ -3,17 +3,18 @@
 
 PORTNAME=	cyberchef
 PORTVERSION=	8.24.2
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
-DISTFILES=	cyberchef.htm CyberChef.js
-EXTRACT_ONLY=
+DISTFILES=	cyberchef.htm
+EXTRACT_ONLY=	# none
 
 MAINTAINER=	dvl@FreeBSD.org
 COMMENT=	Cyber operations within a web browser
 
 LICENSE=	APACHE20
 
+MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/
 USE_GITHUB=	nodefault
 GH_ACCOUNT=	gchq
 GH_PROJECT=	CyberChef
@@ -23,7 +24,6 @@ NO_ARCH=        yes
 
 do-install:
 	${MKDIR}                            ${STAGEDIR}${WWWDIR}
-	${INSTALL} ${DISTDIR}/cyberchef.htm ${STAGEDIR}${WWWDIR}/
-	${INSTALL} ${DISTDIR}/CyberChef.js  ${STAGEDIR}${WWWDIR}/
+	${INSTALL} ${DISTDIR}/cyberchef.htm ${STAGEDIR}${WWWDIR}/index.html
 
 .include <bsd.port.mk>

Modified: head/security/cyberchef/distinfo
==============================================================================
--- head/security/cyberchef/distinfo	Thu Feb 28 17:12:47 2019	(r494165)
+++ head/security/cyberchef/distinfo	Thu Feb 28 17:29:01 2019	(r494166)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1551363155
-SHA256 (cyberchef.htm) = 9fdd3d287810c74f0e525be1c131167e9fffc0846a43d75718dc245e069a9fd3
-SIZE (cyberchef.htm) = 1284638
-SHA256 (CyberChef.js) = 9fdd3d287810c74f0e525be1c131167e9fffc0846a43d75718dc245e069a9fd3
-SIZE (CyberChef.js) = 1284638
+TIMESTAMP = 1551374789
+SHA256 (cyberchef.htm) = cdc1a608d1af21fd9d9b673fd35c603daccaa5ab62fb9ea05617d2c76f6be000
+SIZE (cyberchef.htm) = 11937259

Modified: head/security/cyberchef/pkg-plist
==============================================================================
--- head/security/cyberchef/pkg-plist	Thu Feb 28 17:12:47 2019	(r494165)
+++ head/security/cyberchef/pkg-plist	Thu Feb 28 17:29:01 2019	(r494166)
@@ -1,2 +1 @@
-%%WWWDIR%%/CyberChef.js
-%%WWWDIR%%/cyberchef.htm
+%%WWWDIR%%/index.html



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