Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2019 20:03:13 +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: r503420 - head/security/py-first-server
Message-ID:  <201906032003.x53K3Dm9021720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Mon Jun  3 20:03:12 2019
New Revision: 503420
URL: https://svnweb.freebsd.org/changeset/ports/503420

Log:
  Upgrade to 0.0.5
  
  https://github.com/vrtadmin/FIRST-server/releases/tag/v0.0.5

Modified:
  head/security/py-first-server/Makefile
  head/security/py-first-server/distinfo
  head/security/py-first-server/pkg-plist

Modified: head/security/py-first-server/Makefile
==============================================================================
--- head/security/py-first-server/Makefile	Mon Jun  3 19:59:48 2019	(r503419)
+++ head/security/py-first-server/Makefile	Mon Jun  3 20:03:12 2019	(r503420)
@@ -1,12 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	first-server
-PORTVERSION=	0.0.4
-PORTREVISION=	1
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PORTVERSION=	0.0.5
 DISTVERSIONPREFIX=	v
-
 CATEGORIES=	security
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	dvl@FreeBSD.org
 COMMENT=	Function Identification and Recovery Signature Tool
@@ -22,12 +20,12 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}oauth2client>=3.0
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.3:www/py-google-api-python-client@${PY_FLAVOR}
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}capstone>=3.0.4:devel/py-capstone@${PY_FLAVOR}
 
+USES=		python:3.5+
+USE_PYTHON=	flavors
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	vrtadmin
 GH_PROJECT=	FIRST-server
-
-USES=		python:3.5+
-USE_PYTHON=	flavors
 
 NO_BUILD=	yes
 

Modified: head/security/py-first-server/distinfo
==============================================================================
--- head/security/py-first-server/distinfo	Mon Jun  3 19:59:48 2019	(r503419)
+++ head/security/py-first-server/distinfo	Mon Jun  3 20:03:12 2019	(r503420)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551802799
-SHA256 (vrtadmin-FIRST-server-v0.0.4_GH0.tar.gz) = 40656ec21c762ef1b4813f42eded3436ad19c8b9aa038f6679cb5dbb9f389641
-SIZE (vrtadmin-FIRST-server-v0.0.4_GH0.tar.gz) = 2262204
+TIMESTAMP = 1559581993
+SHA256 (vrtadmin-FIRST-server-v0.0.5_GH0.tar.gz) = fd4f461b646beafd22e467ff7e65093128a1398e005145d5aa8e04fd98d37208
+SIZE (vrtadmin-FIRST-server-v0.0.5_GH0.tar.gz) = 1973784

Modified: head/security/py-first-server/pkg-plist
==============================================================================
--- head/security/py-first-server/pkg-plist	Mon Jun  3 19:59:48 2019	(r503419)
+++ head/security/py-first-server/pkg-plist	Mon Jun  3 20:03:12 2019	(r503420)
@@ -66,9 +66,6 @@
 %%WWWDIR%%/www/static/www/css/spacings.css
 %%WWWDIR%%/www/static/www/css/style.css
 %%WWWDIR%%/www/static/www/css/style.css.map
-%%WWWDIR%%/www/static/www/css/talos-guy.css
-%%WWWDIR%%/www/static/www/css/talos-guy_small.css
-%%WWWDIR%%/www/static/www/css/talos-guy_xs.css
 %%WWWDIR%%/www/static/www/font-icons.css
 %%WWWDIR%%/www/static/www/fonts/ElegantIcons.eot
 %%WWWDIR%%/www/static/www/fonts/ElegantIcons.svg
@@ -96,7 +93,6 @@
 %%WWWDIR%%/www/static/www/img/logo_dark.png
 %%WWWDIR%%/www/static/www/img/logo_l.png
 %%WWWDIR%%/www/static/www/img/logo_light.png
-%%WWWDIR%%/www/static/www/img/talos-guy.png
 %%WWWDIR%%/www/static/www/img/talos_logo.png
 %%WWWDIR%%/www/static/www/js/bootstrap.min.js
 %%WWWDIR%%/www/static/www/js/jquery.min.js
@@ -149,8 +145,6 @@
 %%WWWDIR%%/www/static/www/spacings.css
 %%WWWDIR%%/www/static/www/style.css
 %%WWWDIR%%/www/static/www/style.css.map
-%%WWWDIR%%/www/static/www/talos-guy.css
-%%WWWDIR%%/www/static/www/talos-guy_small.css
 %%WWWDIR%%/www/templates/www/404.html
 %%WWWDIR%%/www/templates/www/base_site.html
 %%WWWDIR%%/www/templates/www/index.html



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