From yonatan@laptop.afarsec.com  Sun Apr 22 14:20:25 2007
Return-Path: <yonatan@laptop.afarsec.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id EA91716A402
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Apr 2007 14:20:25 +0000 (UTC)
	(envelope-from yonatan@laptop.afarsec.com)
Received: from laptop.afarsec.com (80.178.150.77.adsl.012.net.il [80.178.150.77])
	by mx1.freebsd.org (Postfix) with ESMTP id 8F3DC13C44C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Apr 2007 14:20:25 +0000 (UTC)
	(envelope-from yonatan@laptop.afarsec.com)
Received: by laptop.afarsec.com (Postfix, from userid 1001)
	id A193E114D9; Sun, 22 Apr 2007 17:01:41 +0300 (IDT)
Message-Id: <20070422140141.A193E114D9@laptop.afarsec.com>
Date: Sun, 22 Apr 2007 17:01:41 +0300 (IDT)
From: Yonatan <onatan@gmail.com>
Reply-To: Yonatan <onatan@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Prepare to migrate security/metasploit-devel to metasploit
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112009
>Category:       ports
>Synopsis:       Prepare to migrate security/metasploit-devel to metasploit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 22 14:30:06 GMT 2007
>Closed-Date:    Thu Apr 26 09:42:39 GMT 2007
>Last-Modified:  Thu Apr 26 09:50:05 GMT 2007
>Originator:     Yonatan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Afarsec
>Environment:
System: FreeBSD laptop.afarsec.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Mar 29 14:58:06 IST 2007 root@laptop.afarsec.com:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Metasploit 2.x (security/metasploit) is no longer being developed. It should
be removed, in due time. security/metasploit-devel should take it's place.
Since this is a complete rewrite in a different language, there is no migration
path.
This change is a heads-up for users.
>How-To-Repeat:
N/A
>Fix:
--- metasploit-phaseout.diff begins here ---
diff -u metasploit.orig/Makefile metasploit/Makefile
--- metasploit.orig/Makefile	Mon Mar 26 16:53:07 2007
+++ metasploit/Makefile	Mon Mar 26 16:55:11 2007
@@ -20,6 +20,8 @@
 		${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion
 
 CONFLICTS=	metasploit-3*
+DEPRECATED=	This port will soon be replaced by metasploit 3 (security/metasploit-devel)
+EXPIRATION_DATE=	2007-05-30
 
 NO_BUILD=	yes
 USE_PERL5_RUN=	yes
--- metasploit-phaseout.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: lwhsu 
Responsible-Changed-When: Sun Apr 22 14:45:26 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112009 
State-Changed-From-To: open->feedback 
State-Changed-By: lwhsu 
State-Changed-When: Mon Apr 23 03:10:33 UTC 2007 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112009 

From: Li-Wen Hsu <lwhsu@FreeBSD.org>
To: onatan@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/112009: Prepare to migrate security/metasploit-devel to
	metasploit
Date: Mon, 23 Apr 2007 11:12:30 +0800

 --gj572EiMnwbLXET9
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 
 Hello,
 
 How about also removing old perl stuff?
 
 
 diff -ruN --exclude=3DCVS /usr/ports/security/metasploit/Makefile /home/tin=
 derbox/portstrees/FreeBSD/ports/security/metasploit/Makefile
 --- /usr/ports/security/metasploit/Makefile	Wed Nov  1 16:50:31 2006
 +++ /home/tinderbox/portstrees/FreeBSD/ports/security/metasploit/Makefile	M=
 on Apr 23 10:48:19 2007
 @@ -20,6 +20,8 @@
  		${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion
 =20
  CONFLICTS=3D	metasploit-3*
 +DEPRECATED=3D	This port will soon be replaced by metasploit 3 (security/me=
 tasploit-devel)
 +EXPIRATION_DATE=3D	2007-05-30
 =20
  NO_BUILD=3D	yes
  USE_PERL5_RUN=3D	yes
 @@ -28,12 +30,6 @@
  SCRIPTS=3D	msfcli msfconsole msfelfscan msfencode msflogdump msfpayload \
  		msfpescan msfupdate msfweb msfdldebug
 =20
 -.include <bsd.port.pre.mk>
 -
 -.if ${PERL_LEVEL} < 500600
 -IGNORE=3D		requires perl version 5.6.0 or higher
 -.endif
 -
  post-patch:
  .for f in ${SCRIPTS}
  	@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/${f}
 @@ -47,4 +43,4 @@
  	${LN} -s ${DATADIR}/${f} ${PREFIX}/bin
  .endfor
 =20
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 
 
 --=20
 Best Regards,
 Li-Wen Hsu
 
 --gj572EiMnwbLXET9
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (FreeBSD)
 
 iD8DBQFGLCQdQWsOOSiXsigRAiIEAKCPV5/c2yLMRGDSHg2GsjKXJCQLpwCdEsuo
 XKdb3GdyMceJWb5jGoIIdgE=
 =8mSG
 -----END PGP SIGNATURE-----
 
 --gj572EiMnwbLXET9--
State-Changed-From-To: feedback->closed 
State-Changed-By: lwhsu 
State-Changed-When: Thu Apr 26 09:42:37 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112009 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112009: commit references a PR
Date: Thu, 26 Apr 2007 09:42:25 +0000 (UTC)

 lwhsu       2007-04-26 09:42:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/metasploit  Makefile 
   Log:
   Metasploit 2.x (security/metasploit) is no longer being developed. It should
   be removed, in due time. security/metasploit-devel should take it's place.
   Since this is a complete rewrite in a different language, there is no migration
   path.
   This change is a heads-up for users.
   
   Also remove old perl stuff (by lwhsu)
   
   PR:             112009
   Submitted by:   Yonatan <onatan AT gmail.com> (maintainer)
   Approved by:    clsung (mentor)
   
   Revision  Changes    Path
   1.11      +3 -7      ports/security/metasploit/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
