Revision: 76316 http://trac.macports.org/changeset/76316 Author: ryandesign@macports.org Date: 2011-02-19 18:42:46 -0800 (Sat, 19 Feb 2011) Log Message: ----------- BwanaDik: update to 3.3 (#28475) and use xcode portgroup Modified Paths: -------------- trunk/dports/aqua/BwanaDik/Portfile Modified: trunk/dports/aqua/BwanaDik/Portfile =================================================================== --- trunk/dports/aqua/BwanaDik/Portfile 2011-02-20 02:27:09 UTC (rev 76315) +++ trunk/dports/aqua/BwanaDik/Portfile 2011-02-20 02:42:46 UTC (rev 76316) @@ -1,12 +1,16 @@ # $Id$ PortSystem 1.0 +PortGroup xcode 1.0 name BwanaDik -version 3.2.1 +version 3.3 categories aqua net -platforms darwin maintainers nomaintainer + +# error: 'NSMailDelivery' undeclared (first use in this function) +supported_archs i386 ppc + homepage http://www.jschilling.net/sw_bwanadik.php description IP address (WAN and LAN) reporter. @@ -14,35 +18,9 @@ master_sites http://homepage.mac.com/johnnycat/sfw/ -checksums md5 61fb0fed49445bd43080980fb40a1c31 \ - sha1 69dc47732f6e69bbea8bc5ef19862265e832e724 \ - rmd160 1a8d5575bf6b85aa75038ef16fdb7ad5c464d497 +checksums sha1 644aee8c9b25c6e6ae89c2cec39f28c41ab679c3 \ + rmd160 44b6051775a87479034cea38398d70ea42ba2dcf dist_subdir ${name}/${version} distname ${name}Source use_zip yes - -use_configure no - -build.type pbx -build.target -project BwanaDik.xcodeproj -target BwanaDik - -set appdir build -platform darwin 8 { - if {$xcodeversion == "2.1"} { - set appdir build/Release - } -} - -destroot { set appPath ${destroot}${applications_dir} - file mkdir ${appPath} - file copy "${worksrcpath}/${appdir}/Release/${name}.app" ${appPath} - } - -default_variants +universal -variant universal {} -pre-fetch { - if {![variant_isset universal]} { - return -code error "${name} is only available in a universal version" - } -}
participants (1)
-
ryandesign@macports.org