[38141] trunk/dports/net/kismet/Portfile

Ryan Schmidt ryandesign at macports.org
Tue Jul 8 12:50:42 PDT 2008


On Jul 8, 2008, at 12:20, macsforever2000 at macports.org wrote:

> Revision: 38141
>           http://trac.macosforge.org/projects/macports/changeset/38141
> Author:   macsforever2000 at macports.org
> Date:     2008-07-08 10:20:17 -0700 (Tue, 08 Jul 2008)
> Log Message:
> -----------
> Updated to 2008-05-R1 by sava.chankov at gmail.com
>
> Modified Paths:
> --------------
>     trunk/dports/net/kismet/Portfile
>
> Modified: trunk/dports/net/kismet/Portfile
> ===================================================================
> --- trunk/dports/net/kismet/Portfile	2008-07-08 14:26:53 UTC (rev  
> 38140)
> +++ trunk/dports/net/kismet/Portfile	2008-07-08 17:20:17 UTC (rev  
> 38141)
> @@ -3,7 +3,7 @@
>  PortSystem              1.0
>
>  name                    kismet
> -version                 2007-10-R1
> +version                 2008-05-R1
>  description             Wireless network detector and sniffer
>  long_description        Kismet is an 802.11 layer2 wireless  
> network detector, sniffer, and \
>                          intrusion detection system.  Kismet will  
> work with any wireless card which \
> @@ -21,7 +21,7 @@
>  homepage                http://www.kismetwireless.net/
>  master_sites            ${homepage}code
>
> -checksums               md5 2100c667e69db0cde35fa2d06c8516e2
> +checksums               md5 6ee365d36354b4dee4945e67f8149294

Ok.

> +variant svn_trunk description {Build from current development  
> trunk. Try this on Mac OS X 10.5 if released version doesn't work'} {
> +  version   svn_trunk
> +  fetch {
> +    system "cd  ${workpath}/../../../distfiles && svn co http:// 
> svn.kismetwireless.net/code/trunk kismet"
> +    system "true"
> +  }
> +
> +  checksum {
> +    system "true"
> +  }
> +
> +  extract {
> +    system "cp -r ${workpath}/../../../distfiles/${name} $ 
> {worksrcpath}"
> +  }
> +}

This is not ok. Please remove this part of the portfile again. If you  
want to offer a development version of kismet as an alternative,  
create a new port kismet-devel by copying and then modifying the  
kismet port. See these ports for examples:

pure-devel
glib2-devel
graphviz-devel
mysql5-devel
php5-devel

Keep the kismet and kismet-devel ports as similar as possible.



More information about the macports-dev mailing list