Date: Sat, 12 Nov 2016 08:53:33 +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: r425928 - head/security/metasploit Message-ID: <201611120853.uAC8rX1O021225@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611120853.uAC8rX1O021225>