Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2014 08:15:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356062 - head/security/regripperplugins
Message-ID:  <201406010815.s518Fefw023616@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jun  1 08:15:39 2014
New Revision: 356062
URL: http://svnweb.freebsd.org/changeset/ports/356062
QAT: https://qat.redports.org/buildarchive/r356062/

Log:
  Update to 20140414

Modified:
  head/security/regripperplugins/Makefile
  head/security/regripperplugins/distinfo

Modified: head/security/regripperplugins/Makefile
==============================================================================
--- head/security/regripperplugins/Makefile	Sun Jun  1 08:11:34 2014	(r356061)
+++ head/security/regripperplugins/Makefile	Sun Jun  1 08:15:39 2014	(r356062)
@@ -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>

Modified: head/security/regripperplugins/distinfo
==============================================================================
--- head/security/regripperplugins/distinfo	Sun Jun  1 08:11:34 2014	(r356061)
+++ head/security/regripperplugins/distinfo	Sun Jun  1 08:15:39 2014	(r356062)
@@ -1,2 +1,2 @@
-SHA256 (plugins20130429.zip) = 923b769c8dbcfc877fbcee5fe3132a88c37d14b7ae62cfed117b718a8055f603
-SIZE (plugins20130429.zip) = 374443
+SHA256 (rr_20140414.zip) = 1db3d187d536377ebfcf85e34701d8f5d9f04de94bdf8de3470d9e0a5e894dc4
+SIZE (rr_20140414.zip) = 5538269



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406010815.s518Fefw023616>