[20848] trunk/dports/security/metasploit2/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Dec 3 20:40:53 PST 2006


Revision: 20848
          http://trac.macosforge.org/projects/macports/changeset/20848
Author:   ricci at macports.org
Date:     2006-12-03 20:40:52 -0800 (Sun, 03 Dec 2006)

Log Message:
-----------
As per ticket #11067 from pmq@ (some portions modified):
  Upgrade to 2.7
  Improve descriptions
  remove the '.svn' directories as part of the "build"

Modified Paths:
--------------
    trunk/dports/security/metasploit2/Portfile

Modified: trunk/dports/security/metasploit2/Portfile
===================================================================
--- trunk/dports/security/metasploit2/Portfile	2006-12-04 01:49:02 UTC (rev 20847)
+++ trunk/dports/security/metasploit2/Portfile	2006-12-04 04:40:52 UTC (rev 20848)
@@ -2,23 +2,29 @@
 
 PortSystem 1.0
 name		metasploit2
-version		2.5
+version		2.7
 revision	0
 categories	security
 maintainers	opendarwin.org at darkart.com
-description	its metasploit...
+description	Tools and information for security research and pentesting
 homepage	http://metasploit.com/
 platforms	darwin
 
-long_description A framework for, ahem, testing software.
+long_description \
+		The Metasploit Project goal is to provide useful information to people \
+		who perform penetration testing, IDS signature development, and exploit \
+		research. This framework was created to fill the gaps in the information \
+		publicly available on various exploitation techniques and to create a \
+		useful resource for exploit developers. The tools and information are \
+		provided for legal security research and testing purposes only.
 
 master_sites	http://www.metasploit.com/tools/
 
 distfiles	framework-${version}.tar.gz
 worksrcdir	framework-${version}
 
-checksums	md5 af317c1c673a1ce4523c6fa7b651e1c5 \
-		sha1 16d2d3efb2c3930b95913693f01ebf35653fe737
+checksums	md5 ea592cfb006e1b2510b533cece4ecb18 \
+		sha1 da5d41dfa13e549aacd4fbf2994877cbe80ceed9
 
 depends_lib	port:perl5.8 \
 		port:p5-term-readline-gnu \
@@ -26,6 +32,8 @@
 
 configure       {}
 build           {
+			## remove the .svn/ directories, no need to move them around
+			system "cd ${worksrcpath} && find . -type d -name '\.svn' | xargs /bin/rm -rf"
 			foreach file [glob -directory ${worksrcpath} msf*] {
 				reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|" $file
 			}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061203/2521a6ad/attachment.html


More information about the macports-changes mailing list