Index: head/security/cyberchef/Makefile =================================================================== --- head/security/cyberchef/Makefile (revision 494152) +++ head/security/cyberchef/Makefile (revision 494153) @@ -1,27 +1,29 @@ # Created by: Dan Langille # $FreeBSD$ PORTNAME= cyberchef PORTVERSION= 8.24.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= security +DISTFILES= cyberchef.htm CyberChef.js +EXTRACT_ONLY= MAINTAINER= dvl@FreeBSD.org COMMENT= Cyber operations within a web browser LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes +USE_GITHUB= nodefault GH_ACCOUNT= gchq GH_PROJECT= CyberChef NO_BUILD= yes NO_ARCH= yes do-install: - (cd ${WRKSRC}/src/web/static && ${COPYTREE_SHARE} images ${STAGEDIR}${WWWDIR}/) - ${INSTALL} ${WRKSRC}/src/web/html/index.html ${STAGEDIR}${WWWDIR}/ - + ${MKDIR} ${STAGEDIR}${WWWDIR} + ${INSTALL} ${DISTDIR}/cyberchef.htm ${STAGEDIR}${WWWDIR}/ + ${INSTALL} ${DISTDIR}/CyberChef.js ${STAGEDIR}${WWWDIR}/ .include Index: head/security/cyberchef/distinfo =================================================================== --- head/security/cyberchef/distinfo (revision 494152) +++ head/security/cyberchef/distinfo (revision 494153) @@ -1,3 +1,5 @@ -TIMESTAMP = 1551305039 -SHA256 (gchq-CyberChef-v8.24.2_GH0.tar.gz) = 9fdd3d287810c74f0e525be1c131167e9fffc0846a43d75718dc245e069a9fd3 -SIZE (gchq-CyberChef-v8.24.2_GH0.tar.gz) = 1284638 +TIMESTAMP = 1551363155 +SHA256 (cyberchef.htm) = 9fdd3d287810c74f0e525be1c131167e9fffc0846a43d75718dc245e069a9fd3 +SIZE (cyberchef.htm) = 1284638 +SHA256 (CyberChef.js) = 9fdd3d287810c74f0e525be1c131167e9fffc0846a43d75718dc245e069a9fd3 +SIZE (CyberChef.js) = 1284638 Index: head/security/cyberchef/pkg-plist =================================================================== --- head/security/cyberchef/pkg-plist (revision 494152) +++ head/security/cyberchef/pkg-plist (revision 494153) @@ -1,14 +1,2 @@ -%%WWWDIR%%/images/IMAGE_LICENCES.md -%%WWWDIR%%/images/cook_female-32x32.png -%%WWWDIR%%/images/cook_male-32x32.png -%%WWWDIR%%/images/cyberchef-128x128.png -%%WWWDIR%%/images/cyberchef-256x256.png -%%WWWDIR%%/images/cyberchef-32x32.png -%%WWWDIR%%/images/cyberchef-512x512.png -%%WWWDIR%%/images/cyberchef-64x64.png -%%WWWDIR%%/images/favicon.ico -%%WWWDIR%%/images/file-128x128.png -%%WWWDIR%%/images/file-32x32.png -%%WWWDIR%%/images/fork_me.png -%%WWWDIR%%/images/gitter-badge.svg -%%WWWDIR%%/index.html +%%WWWDIR%%/CyberChef.js +%%WWWDIR%%/cyberchef.htm