Date: Thu, 8 Sep 2016 17:49:12 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421571 - head/security/py-yara Message-ID: <201609081749.u88HnCwQ048305@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Sep 8 17:49:12 2016 New Revision: 421571 URL: https://svnweb.freebsd.org/changeset/ports/421571 Log: Update to 3.5.0 PR: 212267 Approved by: maintainer Modified: head/security/py-yara/Makefile head/security/py-yara/distinfo head/security/py-yara/pkg-descr Modified: head/security/py-yara/Makefile ============================================================================== --- head/security/py-yara/Makefile Thu Sep 8 17:48:45 2016 (r421570) +++ head/security/py-yara/Makefile Thu Sep 8 17:49:12 2016 (r421571) @@ -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> Modified: head/security/py-yara/distinfo ============================================================================== --- head/security/py-yara/distinfo Thu Sep 8 17:48:45 2016 (r421570) +++ head/security/py-yara/distinfo Thu Sep 8 17:49:12 2016 (r421571) @@ -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 Modified: head/security/py-yara/pkg-descr ============================================================================== --- head/security/py-yara/pkg-descr Thu Sep 8 17:48:45 2016 (r421570) +++ head/security/py-yara/pkg-descr Thu Sep 8 17:49:12 2016 (r421571) @@ -6,4 +6,4 @@ based on textual or binary patterns cont 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609081749.u88HnCwQ048305>