From owner-svn-ports-all@freebsd.org Sat Nov 12 08:53:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F16E1C3DD48; Sat, 12 Nov 2016 08:53:34 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A74251EE8; Sat, 12 Nov 2016 08:53:34 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAC8rX4Q021227; Sat, 12 Nov 2016 08:53:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAC8rX1O021225; Sat, 12 Nov 2016 08:53:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201611120853.uAC8rX1O021225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 12 Nov 2016 08:53:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425928 - head/security/metasploit 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.23 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: Sat, 12 Nov 2016 08:53:35 -0000 Author: antoine Date: Sat Nov 12 08:53:33 2016 New Revision: 425928 URL: https://svnweb.freebsd.org/changeset/ports/425928 Log: Update to 4.12.41 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sat Nov 12 08:53:08 2016 (r425927) +++ head/security/metasploit/Makefile Sat Nov 12 08:53:33 2016 (r425928) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.12.39 +PORTVERSION= 4.12.41 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -94,14 +94,11 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${PAX} -rw . ${STAGEDIR}${DATADIR} .for f in ${SCRIPTS} - ${PRINTF} '#!/bin/sh\ncd ${DATADIR} && ./${f} "$$@"\n' > ${STAGEDIR}${PREFIX}/bin/${f} + ${LN} -s ../${DATADIR_REL}/${f} ${STAGEDIR}${PREFIX}/bin/${f} .endfor post-install: -.for f in ${SCRIPTS} - @${ECHO} "@(,,555) bin/${f}" >> ${TMPPLIST} -.endfor - @${FIND} ${STAGEDIR}${DATADIR} ! -type d | \ + @${FIND} ${STAGEDIR} ! -type d | \ ${SED} 's,${STAGEDIR}${PREFIX}/,, ; /Gemfile.lock/s|^|@(,,0666) |' >> ${TMPPLIST} @${FIND} -ds ${STAGEDIR}${DATADIR} -type d -empty | \ ${SED} 's,${STAGEDIR}${PREFIX}/,, ; s,^,@dir ,' >> ${TMPPLIST} Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Sat Nov 12 08:53:08 2016 (r425927) +++ head/security/metasploit/distinfo Sat Nov 12 08:53:33 2016 (r425928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477722668 -SHA256 (rapid7-metasploit-framework-4.12.39_GH0.tar.gz) = 9371c56c20247221f2855ac9dc991643290dab142139f227c87ec9bfe17d55b0 -SIZE (rapid7-metasploit-framework-4.12.39_GH0.tar.gz) = 23273433 +TIMESTAMP = 1478932647 +SHA256 (rapid7-metasploit-framework-4.12.41_GH0.tar.gz) = 103cd6bc8aec2a8485be42dce1af882240d139993007abfc140ee6fa8cf6ea3c +SIZE (rapid7-metasploit-framework-4.12.41_GH0.tar.gz) = 23320984