svn commit: r425928 - head/security/metasploit

Antoine Brodin antoine at FreeBSD.org
Sat Nov 12 08:53:35 UTC 2016


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 at 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,^, at 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


More information about the svn-ports-head mailing list