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

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 8 08:17:55 PDT 2006


Revision: 19987
          http://trac.macosforge.org/projects/macports/changeset/19987
Author:   pmq at macports.org
Date:     2006-10-08 08:17:55 -0700 (Sun, 08 Oct 2006)

Log Message:
-----------
Long due update to scapy.

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

Property Changed:
----------------
    trunk/dports/net/scapy/Portfile

Modified: trunk/dports/net/scapy/Portfile
===================================================================
--- trunk/dports/net/scapy/Portfile	2006-10-08 15:14:06 UTC (rev 19986)
+++ trunk/dports/net/scapy/Portfile	2006-10-08 15:17:55 UTC (rev 19987)
@@ -1,12 +1,13 @@
-# $Id: Portfile,v 1.2 2005/12/09 16:23:49 olegb Exp $
+# $Id$
+
 PortSystem              1.0
 PortGroup               python24 1.0
 
 name                    scapy
-version                 1.0.2.9
-revision                1
+version                 1.0.4.83
 categories              net security python
-maintainers             chris.owen at consault.com
+maintainers             chris.owen at consault.com pmq at macports.org
+
 description             A powerful packet manipulation tool
 long_description	\
         Scapy is a powerful interactive packet manipulation program. It is \
@@ -32,21 +33,21 @@
 
 depends_lib-append      port:py-readline port:py-pylibpcap port:py-libdnet \
                         port:py-crypto port:py-gnuplot port:py-pyx port:graphviz
-                        
+
 checksums               \
-        ${distname}.py  md5    16e92a47bf2e53d463025e1ea19a1e53 \
-                        sha1   f82b23ffe615a730a0eb21a7370a8c04053ea65c \
-                        rmd160 568ade74483214451393f23cc204621d2eb717f6 \
-        ethertypes      md5    94bffde8f75a1b8f891fb780bfe15ca2 \
-                        sha1   6ed0fe2446666876d77b8971fd8edf495a9c0be3 \
+        ${distname}.py	sha1   2f4b5a10d3b35fdc44c36f024a98f388d823e6c6 \
+                        rmd160 2a3e86da8e5d95d7cf05ec87e5f04e5ae14719db \
+        ethertypes      sha1   6ed0fe2446666876d77b8971fd8edf495a9c0be3 \
                         rmd160 296b88fed911b25398b5f657cd6bb5c91e72e288
 
 pre-patch {
         xinstall -m 775 -d ${worksrcpath}
         file copy ${distpath}/${distname}.py ${worksrcpath}/${name}.py
 }
-configure {}
+
+use_configure		no
 build     {}
+
 destroot  {
         xinstall -m 644 -W ${distpath} ethertypes \
                 ${destroot}${prefix}/etc


Property changes on: trunk/dports/net/scapy/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id

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


More information about the macports-changes mailing list