From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 19:14:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12DD5EAA; Sat, 5 Jul 2014 19:14:54 +0000 (UTC) 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 0030624D8; Sat, 5 Jul 2014 19:14:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s65JEr59018430; Sat, 5 Jul 2014 19:14:53 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s65JErWK018428; Sat, 5 Jul 2014 19:14:53 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407051914.s65JErWK018428@svn.freebsd.org> From: Tijl Coosemans Date: Sat, 5 Jul 2014 19:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360803 - head/security/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-all@freebsd.org X-Mailman-Version: 2.1.18 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: Sat, 05 Jul 2014 19:14:54 -0000 Author: tijl Date: Sat Jul 5 19:14:53 2014 New Revision: 360803 URL: http://svnweb.freebsd.org/changeset/ports/360803 QAT: https://qat.redports.org/buildarchive/r360803/ Log: - Convert to USES=libtool - Use INSTALL_TARGET=install-strip Modified: head/security/yara/Makefile head/security/yara/pkg-plist Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Sat Jul 5 19:12:54 2014 (r360802) +++ head/security/yara/Makefile Sat Jul 5 19:14:53 2014 (r360803) @@ -2,27 +2,23 @@ PORTNAME= yara PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= wxs@FreeBSD.org -COMMENT= A malware identification and classification tool +COMMENT= Malware identification and classification tool USE_GITHUB= yes GH_ACCOUNT= plusvic GH_TAGNAME= v2.1.0 GH_COMMIT= 6530e73 -USE_AUTOTOOLS= libtool aclocal autoheader automake GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip +USES= libtool +USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake +AUTOMAKE_ARGS= -a -c -f USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes -pre-configure: - @cd ${WRKSRC} && ${SH} ./bootstrap.sh - -pre-install: - ${STRIP_CMD} ${WRKSRC}/libyara/.libs/libyara.so.2 - .include Modified: head/security/yara/pkg-plist ============================================================================== --- head/security/yara/pkg-plist Sat Jul 5 19:12:54 2014 (r360802) +++ head/security/yara/pkg-plist Sat Jul 5 19:14:53 2014 (r360803) @@ -2,8 +2,8 @@ bin/yara bin/yarac include/yara.h lib/libyara.a -lib/libyara.la lib/libyara.so lib/libyara.so.2 +lib/libyara.so.2.1.0 man/man1/yara.1.gz man/man1/yarac.1.gz