diff options
| author | Pawel Pekala <pawel@FreeBSD.org> | 2012-02-11 18:11:55 +0000 |
|---|---|---|
| committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-02-11 18:11:55 +0000 |
| commit | 46d560e64b7ad2f29453a9bb7f95cd44b55e80eb (patch) | |
| tree | 893cf11689733864ec1ad3913b3917622e43b6ae | |
| parent | - Use SUB_FILES for pkg-{install,deinstall,message}. (diff) | |
- Update to version 4.1.0 [1]
- Fix plist creation
PR: ports/161790 [1]
Submitted by: Dax Labrador <semprix@gmx.com> [1]
Approved by: maintainer [1]
| -rw-r--r-- | security/metasploit/Makefile | 6 | ||||
| -rw-r--r-- | security/metasploit/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index 04e662c80420..ed94209c64a7 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -6,8 +6,7 @@ # PORTNAME= metasploit -DISTVERSION= 4.0.0 -PORTREVISION= 1 +DISTVERSION= 4.1.0 CATEGORIES= security MASTER_SITES= http://downloads.metasploit.com/data/releases/ DISTNAME= framework-${DISTVERSION} @@ -18,7 +17,7 @@ COMMENT= Exploit-Framework for Penetration-Testing RUN_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ nmap:${PORTSDIR}/security/nmap -WRKSRC= ${WRKDIR}/msf3 +WRKSRC= ${WRKDIR}/msf SCRIPTS= msfcli msfconsole msfd msfelfscan msfencode msfmachscan \ msfopcode msfpayload msfpescan msfweb @@ -58,6 +57,7 @@ post-install: ${ECHO} "bin/${f}" >> ${TMPPLIST} .endfor @${FIND} ${DATADIR} -type f | ${SED} 's,${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} ${DATADIR} -type l | ${SED} 's,${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${DATADIR} -type d | ${SORT} -r | \ ${SED} 's,${PREFIX}/,, ; s,^,@dirrm ,' >> ${TMPPLIST} diff --git a/security/metasploit/distinfo b/security/metasploit/distinfo index 8dd45b817dd7..d84d6032173f 100644 --- a/security/metasploit/distinfo +++ b/security/metasploit/distinfo @@ -1,2 +1,2 @@ -SHA256 (framework-4.0.0.tar.bz2) = 45c3c379ea82e46d8efef9cbbe0afa8ae8df98e50f2642afcea84a86c83c5a50 -SIZE (framework-4.0.0.tar.bz2) = 79515768 +SHA256 (framework-4.1.0.tar.bz2) = f172b46ce6ea19845bfcf919017190bc0b17bc6631259d814c0b639a4a896467 +SIZE (framework-4.1.0.tar.bz2) = 77862536 |
