From owner-svn-ports-all@freebsd.org Fri Nov 6 03:40:36 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 CD9C9A278D1; Fri, 6 Nov 2015 03:40:36 +0000 (UTC) (envelope-from sunpoet@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 953981E42; Fri, 6 Nov 2015 03:40:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA63eZn4043739; Fri, 6 Nov 2015 03:40:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA63eZfS043738; Fri, 6 Nov 2015 03:40:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511060340.tA63eZfS043738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Nov 2015 03:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400882 - 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: Fri, 06 Nov 2015 03:40:36 -0000 Author: sunpoet Date: Fri Nov 6 03:40:35 2015 New Revision: 400882 URL: https://svnweb.freebsd.org/changeset/ports/400882 Log: - Use USES=pathfix - While I'm here, pet portlint Approved by: portmgr (blanket) Deleted: head/security/yara/files/ Modified: head/security/yara/Makefile Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Fri Nov 6 03:21:08 2015 (r400881) +++ head/security/yara/Makefile Fri Nov 6 03:40:35 2015 (r400882) @@ -2,8 +2,8 @@ PORTNAME= yara PORTVERSION= 3.4.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security MAINTAINER= wxs@FreeBSD.org @@ -17,7 +17,8 @@ GH_ACCOUNT= plusvic GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= alias autoreconf libtool +USES= alias autoreconf libtool pathfix USE_LDCONFIG= yes +PATHFIX_MAKEFILEIN= Makefile.am .include