From owner-svn-ports-all@freebsd.org Thu Nov 5 20:57:26 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 C6953A27FAC; Thu, 5 Nov 2015 20:57:26 +0000 (UTC) (envelope-from amdmi3@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 77C75135E; Thu, 5 Nov 2015 20:57:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA5KvPna027077; Thu, 5 Nov 2015 20:57:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA5KvP1b027074; Thu, 5 Nov 2015 20:57:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511052057.tA5KvP1b027074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 5 Nov 2015 20:57:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400867 - 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: Thu, 05 Nov 2015 20:57:26 -0000 Author: amdmi3 Date: Thu Nov 5 20:57:25 2015 New Revision: 400867 URL: https://svnweb.freebsd.org/changeset/ports/400867 Log: - Add LICENSE - Fix pkgconfig file location Approved by: portmgr blanket MFH: 2015Q4 (blanket) Added: head/security/yara/files/ head/security/yara/files/patch-libyara_Makefile.am (contents, props changed) Modified: head/security/yara/Makefile head/security/yara/pkg-plist Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Thu Nov 5 20:34:17 2015 (r400866) +++ head/security/yara/Makefile Thu Nov 5 20:57:25 2015 (r400867) @@ -2,12 +2,16 @@ PORTNAME= yara PORTVERSION= 3.4.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= security MAINTAINER= wxs@FreeBSD.org COMMENT= Malware identification and classification tool +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GITHUB= yes GH_ACCOUNT= plusvic Added: head/security/yara/files/patch-libyara_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/yara/files/patch-libyara_Makefile.am Thu Nov 5 20:57:25 2015 (r400867) @@ -0,0 +1,11 @@ +--- libyara/Makefile.am.orig 2015-06-18 13:33:39 UTC ++++ libyara/Makefile.am +@@ -107,7 +107,7 @@ libyara_la_SOURCES = \ + stream.h \ + utils.h + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + nodist_pkgconfig_DATA = yara.pc + + yara.pc: yara.pc.in Modified: head/security/yara/pkg-plist ============================================================================== --- head/security/yara/pkg-plist Thu Nov 5 20:34:17 2015 (r400866) +++ head/security/yara/pkg-plist Thu Nov 5 20:57:25 2015 (r400867) @@ -25,6 +25,6 @@ lib/libyara.a lib/libyara.so lib/libyara.so.3 lib/libyara.so.3.4.0 -lib/pkgconfig/yara.pc +libdata/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz