diff options
author | dvl <dvl@FreeBSD.org> | 2019-06-04 04:03:12 +0800 |
---|---|---|
committer | dvl <dvl@FreeBSD.org> | 2019-06-04 04:03:12 +0800 |
commit | ab1583b4f6a5b7b31887abdcbc3ce35b08c5e518 (patch) | |
tree | cf8ead46173c5e52a10da2592d46e182a48de7e6 /security | |
parent | e1f8960101d38ca0e4769814a97af7499527da28 (diff) | |
download | freebsd-ports-gnome-ab1583b4f6a5b7b31887abdcbc3ce35b08c5e518.tar.gz freebsd-ports-gnome-ab1583b4f6a5b7b31887abdcbc3ce35b08c5e518.tar.zst freebsd-ports-gnome-ab1583b4f6a5b7b31887abdcbc3ce35b08c5e518.zip |
Upgrade to 0.0.5
https://github.com/vrtadmin/FIRST-server/releases/tag/v0.0.5
Diffstat (limited to 'security')
-rw-r--r-- | security/py-first-server/Makefile | 12 | ||||
-rw-r--r-- | security/py-first-server/distinfo | 6 | ||||
-rw-r--r-- | security/py-first-server/pkg-plist | 6 |
3 files changed, 8 insertions, 16 deletions
diff --git a/security/py-first-server/Makefile b/security/py-first-server/Makefile index 1629e454756c..bd8e98d307fc 100644 --- a/security/py-first-server/Makefile +++ b/security/py-first-server/Makefile @@ -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,13 +20,13 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}oauth2client>=3.0.0:security/py-oauth2clien 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 do-install: diff --git a/security/py-first-server/distinfo b/security/py-first-server/distinfo index 156de57993b4..d1444af8274e 100644 --- a/security/py-first-server/distinfo +++ b/security/py-first-server/distinfo @@ -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 diff --git a/security/py-first-server/pkg-plist b/security/py-first-server/pkg-plist index a903598ba330..f82912e8a2af 100644 --- a/security/py-first-server/pkg-plist +++ b/security/py-first-server/pkg-plist @@ -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 |