1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- 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]
This commit is contained in:
Pawel Pekala 2012-02-11 18:11:55 +00:00
parent f1954dbace
commit 46d560e64b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290933
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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