Date: Sun, 2 Dec 2012 12:24:40 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308102 - in head/security: regripper regripperplugins Message-ID: <201212021224.qB2COeF3064907@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212021224.qB2COeF3064907>