From owner-svn-ports-all@FreeBSD.ORG Sun Dec 2 12:24:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 558B2BE9; Sun, 2 Dec 2012 12:24:41 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 20BA68FC0C; Sun, 2 Dec 2012 12:24:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB2COfgj064911; Sun, 2 Dec 2012 12:24:41 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB2COeF3064907; Sun, 2 Dec 2012 12:24:40 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201212021224.qB2COeF3064907@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sun, 2 Dec 2012 12:24:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308102 - in head/security: regripper regripperplugins 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.14 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: Sun, 02 Dec 2012 12:24:41 -0000 Author: rm Date: Sun Dec 2 12:24:40 2012 New Revision: 308102 URL: http://svnweb.freebsd.org/changeset/ports/308102 Log: - fix wording of "RUN_DEPENDS" - use INSTALL_DATA to not set execution bit for plugins - remove trailing whitespace in pkg-descr, while here PR: 174047 Submitted by: antoine (maintainer) Feature safe: yes Modified: head/security/regripper/Makefile head/security/regripper/pkg-descr head/security/regripperplugins/Makefile Modified: head/security/regripper/Makefile ============================================================================== --- head/security/regripper/Makefile Sun Dec 2 12:19:12 2012 (r308101) +++ head/security/regripper/Makefile Sun Dec 2 12:24:40 2012 (r308102) @@ -13,7 +13,7 @@ COMMENT= Tool for registry analysis in f LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/license.txt -RUN_DEPEND= p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry +RUN_DEPENDS= p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry USE_ZIP= yes NO_WRKSUBDIR= yes Modified: head/security/regripper/pkg-descr ============================================================================== --- head/security/regripper/pkg-descr Sun Dec 2 12:19:12 2012 (r308101) +++ head/security/regripper/pkg-descr Sun Dec 2 12:24:40 2012 (r308102) @@ -1,5 +1,5 @@ RegRipper is an open source tool, written in Perl, for extracting/parsing information (keys, values, data) from the Registry and presenting it for -analysis. +analysis. WWW: http://code.google.com/p/regripper/ Modified: head/security/regripperplugins/Makefile ============================================================================== --- head/security/regripperplugins/Makefile Sun Dec 2 12:19:12 2012 (r308101) +++ head/security/regripperplugins/Makefile Sun Dec 2 12:24:40 2012 (r308102) @@ -12,7 +12,7 @@ COMMENT= Supplemental plugins for Harlan LICENSE= GPLv3 -RUN_DEPEND= regripper>=0:${PORTSDIR}/security/regripper +RUN_DEPENDS= regripper>=0:${PORTSDIR}/security/regripper USE_ZIP= yes NO_WRKSUBDIR= yes @@ -21,6 +21,6 @@ NO_BUILD= yes do-install: @${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/* ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/* ${DATADIR} .include