Index: head/security/regripper/Makefile =================================================================== --- head/security/regripper/Makefile (revision 308101) +++ head/security/regripper/Makefile (revision 308102) @@ -1,33 +1,33 @@ # Created by: antoine@FreeBSD.org # $FreeBSD$ PORTNAME= regripper DISTVERSION= 2.5 CATEGORIES= security MASTER_SITES= GOOGLE_CODE DISTNAME= rrv${DISTVERSION} MAINTAINER= antoine@FreeBSD.org COMMENT= Tool for registry analysis in forensics examinations 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 USE_DOS2UNIX= yes NO_BUILD= yes USE_PERL5_RUN= yes PLIST_FILES= bin/rip.pl post-patch: ${REINPLACE_CMD} -e 's|#! c:\\perl\\bin\\perl.exe|#!${PERL}| ; \ s|plugindir = $$str|plugindir = "${DATADIR}"| ; \ s|require "plugins\\\\|require "${DATADIR}plugins/|' ${WRKSRC}/rip.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rip.pl ${PREFIX}/bin .include Index: head/security/regripper/pkg-descr =================================================================== --- head/security/regripper/pkg-descr (revision 308101) +++ head/security/regripper/pkg-descr (revision 308102) @@ -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/ Index: head/security/regripperplugins/Makefile =================================================================== --- head/security/regripperplugins/Makefile (revision 308101) +++ head/security/regripperplugins/Makefile (revision 308102) @@ -1,26 +1,26 @@ # Created by: antoine@FreeBSD.org # $FreeBSD$ PORTNAME= regripperplugins DISTVERSION= 20120926 CATEGORIES= security MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= antoine@FreeBSD.org COMMENT= Supplemental plugins for Harlan Carvey's RegRipper LICENSE= GPLv3 -RUN_DEPEND= regripper>=0:${PORTSDIR}/security/regripper +RUN_DEPENDS= regripper>=0:${PORTSDIR}/security/regripper USE_ZIP= yes NO_WRKSUBDIR= yes USE_DOS2UNIX= yes NO_BUILD= yes do-install: @${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/* ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/* ${DATADIR} .include