aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-yara
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2015-02-17 02:52:41 +0800
committerwxs <wxs@FreeBSD.org>2015-02-17 02:52:41 +0800
commitca40019595949a37b82d50facff66674ead5674a (patch)
tree311af0df6738e49043dc41adb0c92eeace893b1e /security/py-yara
parent2d8cbf212a5b23dcd1470ee9b8d8036676dc799e (diff)
downloadfreebsd-ports-gnome-ca40019595949a37b82d50facff66674ead5674a.tar.gz
freebsd-ports-gnome-ca40019595949a37b82d50facff66674ead5674a.tar.zst
freebsd-ports-gnome-ca40019595949a37b82d50facff66674ead5674a.zip
Update to 3.3.0.
Diffstat (limited to 'security/py-yara')
-rw-r--r--security/py-yara/Makefile6
-rw-r--r--security/py-yara/distinfo4
-rw-r--r--security/py-yara/files/patch-yara-python__setup.py8
3 files changed, 5 insertions, 13 deletions
diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile
index 30a35bd4b31b..264912172365 100644
--- a/security/py-yara/Makefile
+++ b/security/py-yara/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= yara
-PORTVERSION= 2.1.0
+PORTVERSION= 3.3.0
CATEGORIES= security
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +10,8 @@ COMMENT= Python bindings for yara
USE_GITHUB= yes
GH_ACCOUNT= plusvic
-GH_TAGNAME= v2.1.0
-GH_COMMIT= 6530e73
+GH_TAGNAME= v3.3.0
+GH_COMMIT= 85e913e
LIB_DEPENDS= libyara.so:${PORTSDIR}/security/yara
diff --git a/security/py-yara/distinfo b/security/py-yara/distinfo
index 7ca775c91550..91fabbda9fac 100644
--- a/security/py-yara/distinfo
+++ b/security/py-yara/distinfo
@@ -1,2 +1,2 @@
-SHA256 (yara-2.1.0.tar.gz) = 5172e17864dacc1f166504ea5c569b19a4594f11ab4ae323e00e981a13be902e
-SIZE (yara-2.1.0.tar.gz) = 590302
+SHA256 (yara-3.3.0.tar.gz) = c2cd05deeedd36489f1d464e8cb86e0de261483cd2fcb5278bada7cdc0e4238f
+SIZE (yara-3.3.0.tar.gz) = 7634925
diff --git a/security/py-yara/files/patch-yara-python__setup.py b/security/py-yara/files/patch-yara-python__setup.py
deleted file mode 100644
index 9eccfd8a403b..000000000000
--- a/security/py-yara/files/patch-yara-python__setup.py
+++ /dev/null
@@ -1,8 +0,0 @@
---- ./yara-python/setup.py.orig 2013-12-29 00:44:57.000000000 -0500
-+++ ./yara-python/setup.py 2013-12-29 00:48:55.000000000 -0500
-@@ -9,4 +9,5 @@
- sources=['yara-python.c'],
- libraries=['yara'],
- include_dirs=['../windows/include', '../libyara'],
-+ library_dirs=['%%LOCALBASE%%/lib'],
- )])