[80322] trunk/dports/aqua/istumbler/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 8 18:39:07 PDT 2011


Revision: 80322
          http://trac.macports.org/changeset/80322
Author:   ryandesign at macports.org
Date:     2011-07-08 18:39:06 -0700 (Fri, 08 Jul 2011)
Log Message:
-----------
istumbler: update to 99 (#30091), record installed archs correctly in the registry

Modified Paths:
--------------
    trunk/dports/aqua/istumbler/Portfile

Modified: trunk/dports/aqua/istumbler/Portfile
===================================================================
--- trunk/dports/aqua/istumbler/Portfile	2011-07-09 01:33:45 UTC (rev 80321)
+++ trunk/dports/aqua/istumbler/Portfile	2011-07-09 01:39:06 UTC (rev 80322)
@@ -4,9 +4,12 @@
 PortGroup xcode 1.0
 
 name		istumbler
-version		98
+version		99
 categories	aqua
 maintainers	nomaintainer
+supported_archs	i386 ppc
+configure.universal_archs i386 ppc
+
 description	iStumbler is an Aqua GUI for finding wireless networks
 long_description	iStumbler is a free, open source tool for finding \
 		802.11b & 802.11g  wireless networks. iStumbler \
@@ -22,10 +25,8 @@
 distname	${name}-${version}-src
 extract.suffix	.tgz
 
-checksums \
-	md5 5a16cc30d8e211254ab4d8c0777b8cfc \
-	sha1 d09c368fbd6002595205a4c09d2c72da4f53795c \
-	rmd160 c8a3b25c2d558f19a5506e5298c448f7ffad365f
+checksums	sha1    549c5d3e5117dd3d559e2946f827eb34dc6d0ef1 \
+		rmd160  82da034aa43b6718655ae4101325e7e78f15d429
 
 worksrcdir	iStumbler
 
@@ -45,10 +46,8 @@
 
 variant use_binary conflicts use_source description {Install from binary distribution} {
 	distname ${name}-${version}
-	checksums \
-		md5 89981ff4ae5dc087b867ae2ff295898a \
-		sha1 2e8912aed8a32353c76d147c1f37493abe0abb9a \
-		rmd160 ded5f623f3d9d5fe63008b5b58358b2b73eb55f0
+	checksums	sha1    3a8273ae665f3a024db693ca5fb88765720a8a17 \
+			rmd160  09bcb0afbbdc4589e2c6ee8f7061ffbd19fac7eb
 	patch {}
 	use_configure	no
 	build {}
@@ -56,17 +55,16 @@
 		xinstall -d ${destroot}${applications_dir}
 		file copy ${workpath}/iStumbler.app ${destroot}${applications_dir}
 	}
+	default_variants +universal
+	variant universal {}
+	pre-fetch {
+		if {![variant_isset universal]} {
+			return -code error "${name} is only available in a universal version"
+		}
+	}
 }
 
 variant use_source conflicts use_binary description {Build from source (does not work)} {}
 
-default_variants +universal
-variant universal {}
-pre-fetch {
-	if {![variant_isset universal]} {
-		return -code error "${name} is only available in a universal version"
-	}
-}
-
 livecheck.type	regex
 livecheck.regex	{iStumbler Release (\d+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110708/7654430b/attachment-0001.html>


More information about the macports-changes mailing list