diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-01 08:15:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-01 08:15:39 +0000 |
commit | 2f401f4fade51d3f54cc4804eb9c536044ce8ee0 (patch) | |
tree | 94142f0463ab1f06c93d065cedd5944b08f897b3 /security/regripperplugins | |
parent | 74c65ae602b8661d159610086e7631edc07c0f3a (diff) |
Notes
Diffstat (limited to 'security/regripperplugins')
-rw-r--r-- | security/regripperplugins/Makefile | 17 | ||||
-rw-r--r-- | security/regripperplugins/distinfo | 4 |
2 files changed, 10 insertions, 11 deletions
diff --git a/security/regripperplugins/Makefile b/security/regripperplugins/Makefile index 0a46389ba85a..ac3c728b0e22 100644 --- a/security/regripperplugins/Makefile +++ b/security/regripperplugins/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= regripperplugins -PORTVERSION= 20130429 +PORTVERSION= 20140414 CATEGORIES= security -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= regripper -DISTNAME= plugins${PORTVERSION} -EXTRACT_SUFX= .zip +# Downloaded from https://www.dropbox.com/s/6a37htpkf3iq7eg/rr_20140414.zip +MASTER_SITES= LOCAL/antoine +DISTNAME= rr_${PORTVERSION} MAINTAINER= antoine@FreeBSD.org COMMENT= Supplemental plugins for Harlan Carvey's RegRipper @@ -16,14 +15,14 @@ LICENSE= GPLv3 RUN_DEPENDS= regripper>=0:${PORTSDIR}/security/regripper -NO_WRKSUBDIR= yes +USES= dos2unix zip NO_BUILD= yes -USES= dos2unix +WRKSRC= ${WRKDIR}/regripper -PORTDATA= *.pl all ntuser sam security software system usrclass +PORTDATA= *.pl all amcache.txt ntuser sam security software system usrclass do-install: @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${PORTDATA:S,^,${WRKSRC}/,} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${PORTDATA:S,^,${WRKSRC}/plugins/,} ${STAGEDIR}${DATADIR} .include <bsd.port.mk> diff --git a/security/regripperplugins/distinfo b/security/regripperplugins/distinfo index da40e1c2bc74..9d8f22d3cf1b 100644 --- a/security/regripperplugins/distinfo +++ b/security/regripperplugins/distinfo @@ -1,2 +1,2 @@ -SHA256 (plugins20130429.zip) = 923b769c8dbcfc877fbcee5fe3132a88c37d14b7ae62cfed117b718a8055f603 -SIZE (plugins20130429.zip) = 374443 +SHA256 (rr_20140414.zip) = 1db3d187d536377ebfcf85e34701d8f5d9f04de94bdf8de3470d9e0a5e894dc4 +SIZE (rr_20140414.zip) = 5538269 |