Revision: 74189 http://trac.macports.org/changeset/74189 Author: ryandesign@macports.org Date: 2010-12-06 16:44:32 -0800 (Mon, 06 Dec 2010) Log Message: ----------- libftd2xx: maintainer update to 1.0.0; see #27596 Modified Paths: -------------- trunk/dports/devel/libftd2xx/Portfile Modified: trunk/dports/devel/libftd2xx/Portfile =================================================================== --- trunk/dports/devel/libftd2xx/Portfile 2010-12-07 00:23:49 UTC (rev 74188) +++ trunk/dports/devel/libftd2xx/Portfile 2010-12-07 00:44:32 UTC (rev 74189) @@ -4,7 +4,7 @@ PortSystem 1.0 name libftd2xx -version 0.1.7 +version 1.0.0 categories devel maintainers gmail.com:ranauei description FTDI D2XX Driver @@ -16,19 +16,19 @@ platforms macosx distname D2XX${version} master_sites http://www.ftdichip.com/Drivers/D2XX/MacOSX/UniBin/ -checksums md5 b9822a4125fd5f6f174306b96182c3d8 \ - sha1 76e843bc33d2d3369ffc5398e2828d627372a607 \ - rmd160 c85b75817716cc57784568c5873825f2786f846e +checksums md5 44b5ce91bb8e5218a10e5a6a7c9ae02c \ + sha1 f4599097d4698163f5e9fc7f2855bdce98d4f235 \ + rmd160 f9b5b7fbb49017affdcc313c9dd7badaf018375a use_dmg yes use_configure no build {} destroot { - if { ${os.major}=="8" || ${os.major}=="9" } { - set os_dir 10.4-10.5 - } elseif { ${os.major}>=10 } { - set os_dir 10.6 + if { ${os.major}=="8" } { + set os_dir 10.4 + } elseif { ${os.major}>=9 } { + set os_dir 10.5\ -\ 10.6 } xinstall ${worksrcpath}/D2XX/bin/${os_dir}/${name}.${version}.dylib ${destroot}${prefix}/lib
participants (1)
-
ryandesign@macports.org