From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 08:15:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3A97C36; Sun, 1 Jun 2014 08:15:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D3722338; Sun, 1 Jun 2014 08:15:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s518FesN023621; Sun, 1 Jun 2014 08:15:40 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s518Fefw023616; Sun, 1 Jun 2014 08:15:40 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406010815.s518Fefw023616@svn.freebsd.org> From: Antoine Brodin Date: Sun, 1 Jun 2014 08:15:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356062 - head/security/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.18 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, 01 Jun 2014 08:15:40 -0000 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 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