[54905] trunk/dports/net/scapy/Portfile

snc at macports.org snc at macports.org
Tue Aug 4 04:06:21 PDT 2009


Revision: 54905
          http://trac.macports.org/changeset/54905
Author:   snc at macports.org
Date:     2009-08-04 04:06:19 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
move off python24, ticket #18156. updated version.

Modified Paths:
--------------
    trunk/dports/net/scapy/Portfile

Modified: trunk/dports/net/scapy/Portfile
===================================================================
--- trunk/dports/net/scapy/Portfile	2009-08-04 08:53:48 UTC (rev 54904)
+++ trunk/dports/net/scapy/Portfile	2009-08-04 11:06:19 UTC (rev 54905)
@@ -1,10 +1,11 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem	      1.0
-PortGroup	      python24 1.0
+PortGroup	      python25 1.0
 
 name		      scapy
-version		      1.2.0.2
+version		      2.0.0.10
 categories	      net security python
 platforms	      darwin
 maintainers	      pmq
@@ -36,8 +37,8 @@
 		          sha1 6ed0fe2446666876d77b8971fd8edf495a9c0be3 \
 			  rmd160 296b88fed911b25398b5f657cd6bb5c91e72e288
 
-depends_lib-append    port:py-readline port:py-pylibpcap port:py-libdnet \
-		      port:py-crypto port:py-gnuplot port:py-pyx port:graphviz
+depends_lib-append    port:py25-readline port:py25-pylibpcap port:py25-libdnet \
+		      port:py25-crypto port:py25-gnuplot port:py25-pyx port:graphviz
 
 extract {
     xinstall -d ${worksrcpath}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/2f630113/attachment.html>


More information about the macports-changes mailing list