diff options
author | antoine <antoine@FreeBSD.org> | 2016-09-09 01:49:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-09-09 01:49:12 +0800 |
commit | f51ca6ad364b345262ea975f9151da770729f9eb (patch) | |
tree | 18ecc68f51dca7fb7008ed28db4d17d46f0636f8 | |
parent | 040a5f35a28a9a677dbad7d5b4e8d99b0329638d (diff) | |
download | freebsd-ports-gnome-f51ca6ad364b345262ea975f9151da770729f9eb.tar.gz freebsd-ports-gnome-f51ca6ad364b345262ea975f9151da770729f9eb.tar.zst freebsd-ports-gnome-f51ca6ad364b345262ea975f9151da770729f9eb.zip |
Update to 3.5.0
PR: 212267
Approved by: maintainer
-rw-r--r-- | security/py-yara/Makefile | 17 | ||||
-rw-r--r-- | security/py-yara/distinfo | 5 | ||||
-rw-r--r-- | security/py-yara/pkg-descr | 2 |
3 files changed, 10 insertions, 14 deletions
diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile index 234122fa3c05..12f2c136e463 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -1,26 +1,21 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.4.0 -DISTVERSIONPREFIX= v -CATEGORIES= security +PORTVERSION= 3.5.0 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= wxs@FreeBSD.org COMMENT= Python bindings for yara -USE_GITHUB= yes -GH_ACCOUNT= plusvic +LICENSE= APACHE20 LIB_DEPENDS= libyara.so:security/yara USES= python USE_PYTHON= distutils autoplist - -BUILD_WRKSRC= ${WRKSRC}/yara-python -INSTALL_WRKSRC= ${WRKSRC}/yara-python - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${BUILD_WRKSRC}/setup.py +PYDISTUTILS_BUILDARGS= --dynamic-linking .include <bsd.port.mk> diff --git a/security/py-yara/distinfo b/security/py-yara/distinfo index c7d0192ba007..d856ff6f4ff8 100644 --- a/security/py-yara/distinfo +++ b/security/py-yara/distinfo @@ -1,2 +1,3 @@ -SHA256 (plusvic-yara-v3.4.0_GH0.tar.gz) = 528571ff721364229f34f6d1ff0eedc3cd5a2a75bb94727dc6578c6efe3d618b -SIZE (plusvic-yara-v3.4.0_GH0.tar.gz) = 7642695 +TIMESTAMP = 1472498516 +SHA256 (yara-python-3.5.0.tar.gz) = c743ef051127eacc903fd4bd63d552ecf00031b59a9a8e7d0d017063de24b69c +SIZE (yara-python-3.5.0.tar.gz) = 551735 diff --git a/security/py-yara/pkg-descr b/security/py-yara/pkg-descr index 4dc796b8b285..c06f8c310b89 100644 --- a/security/py-yara/pkg-descr +++ b/security/py-yara/pkg-descr @@ -6,4 +6,4 @@ based on textual or binary patterns contained on samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic." -WWW: http://plusvic.github.io/yara/ +WWW: http://virustotal.github.io/yara/ |