From owner-svn-ports-all@freebsd.org Mon Jun 29 20:23:24 2015 Return-Path: Delivered-To: svn-ports-all@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 2A078990679; Mon, 29 Jun 2015 20:23:24 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 1B56C1DA1; Mon, 29 Jun 2015 20:23:24 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TKNNKq044478; Mon, 29 Jun 2015 20:23:23 GMT (envelope-from wxs@FreeBSD.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TKNNqa044475; Mon, 29 Jun 2015 20:23:23 GMT (envelope-from wxs@FreeBSD.org) Message-Id: <201506292023.t5TKNNqa044475@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wxs set sender to wxs@FreeBSD.org using -f From: Wesley Shields Date: Mon, 29 Jun 2015 20:23:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390935 - in head/security/yara: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 20:23:24 -0000 Author: wxs Date: Mon Jun 29 20:23:22 2015 New Revision: 390935 URL: https://svnweb.freebsd.org/changeset/ports/390935 Log: Update to 3.4.0. Deleted: head/security/yara/files/ Modified: head/security/yara/Makefile head/security/yara/distinfo head/security/yara/pkg-plist Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Mon Jun 29 19:39:24 2015 (r390934) +++ head/security/yara/Makefile Mon Jun 29 20:23:22 2015 (r390935) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/yara/distinfo ============================================================================== --- head/security/yara/distinfo Mon Jun 29 19:39:24 2015 (r390934) +++ head/security/yara/distinfo Mon Jun 29 20:23:22 2015 (r390935) @@ -1,2 +1,2 @@ -SHA256 (plusvic-yara-v3.3.0_GH0.tar.gz) = e5f4359082e35ff00ee94af9ee897bb0ab18abf49a2c4fe45968d7a848e5bd83 -SIZE (plusvic-yara-v3.3.0_GH0.tar.gz) = 7634474 +SHA256 (plusvic-yara-v3.4.0_GH0.tar.gz) = 528571ff721364229f34f6d1ff0eedc3cd5a2a75bb94727dc6578c6efe3d618b +SIZE (plusvic-yara-v3.4.0_GH0.tar.gz) = 7642695 Modified: head/security/yara/pkg-plist ============================================================================== --- head/security/yara/pkg-plist Mon Jun 29 19:39:24 2015 (r390934) +++ head/security/yara/pkg-plist Mon Jun 29 20:23:22 2015 (r390935) @@ -17,13 +17,14 @@ include/yara/re.h include/yara/rules.h include/yara/scan.h include/yara/sizedstr.h +include/yara/stream.h include/yara/strutils.h include/yara/types.h include/yara/utils.h lib/libyara.a lib/libyara.so lib/libyara.so.3 -lib/libyara.so.3.3.0 +lib/libyara.so.3.4.0 lib/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz