Skip to content

Commit

Permalink
security/apkid: upgrade to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed Apr 12, 2022
1 parent 02c5def commit 9754517
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
6 changes: 3 additions & 3 deletions security/apkid/Makefile
@@ -1,7 +1,7 @@
# Created by: thierry@pompo.net

PORTNAME= APKiD
PORTVERSION= 2.1.1
PORTVERSION= 2.1.3
DISTVERSIONPREFIX= v
CATEGORIES= security

Expand All @@ -20,8 +20,8 @@ GH_ACCOUNT= rednaga
USES= python:3.7+
USE_PYTHON= distutils

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yara>0:security/py-yara@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yara>0:security/py-yara@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yara-python-dex>0:security/py-yara-python-dex@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yara-python-dex>0:security/py-yara-python-dex@${PY_FLAVOR}

PLIST_SUB= VER=${PORTVERSION}
NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions security/apkid/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1613499348
SHA256 (rednaga-APKiD-v2.1.1_GH0.tar.gz) = a6c96a4eae236748feef8a0b5cbdb3879f5e97d6f114d737ef39b468fb0d5038
SIZE (rednaga-APKiD-v2.1.1_GH0.tar.gz) = 55685
TIMESTAMP = 1649784250
SHA256 (rednaga-APKiD-v2.1.3_GH0.tar.gz) = ca459365c3c02374691bc3c6dc42bd4c6cda2567cb9f34ea71b75ef94ba248ab
SIZE (rednaga-APKiD-v2.1.3_GH0.tar.gz) = 59856
8 changes: 8 additions & 0 deletions security/apkid/files/patch-setup.cfg
@@ -0,0 +1,8 @@
--- setup.cfg.orig 2022-04-06 18:11:23 UTC
+++ setup.cfg
@@ -2,4 +2,4 @@
universal=1

[metadata]
-description-file = README.md
+description_file = README.md
11 changes: 0 additions & 11 deletions security/apkid/files/patch-setup.py

This file was deleted.

0 comments on commit 9754517

Please sign in to comment.