From owner-svn-ports-head@freebsd.org Thu Sep 8 17:49:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1124EBD1D69; Thu, 8 Sep 2016 17:49:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAAA3C7D; Thu, 8 Sep 2016 17:49:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u88HnCfq048308; Thu, 8 Sep 2016 17:49:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u88HnCwQ048305; Thu, 8 Sep 2016 17:49:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609081749.u88HnCwQ048305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 8 Sep 2016 17:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421571 - head/security/py-yara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 17:49:14 -0000 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 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/