Modified: trunk/dports/devel/libftd2xx/Portfile (90307 => 90308)
--- trunk/dports/devel/libftd2xx/Portfile 2012-03-01 18:22:52 UTC (rev 90307)
+++ trunk/dports/devel/libftd2xx/Portfile 2012-03-01 18:27:00 UTC (rev 90308)
@@ -4,7 +4,7 @@
PortSystem 1.0
name libftd2xx
-version 1.0.4
+version 1.1.0
categories devel
maintainers gmail.com:ranauei
description FTDI D2XX Driver
@@ -17,8 +17,8 @@
distname D2XX${version}
master_sites http://www.ftdichip.com/Drivers/D2XX/MacOSX/
-checksums sha1 0a4aac50f18c6929ec8daf76bcdfb769e896c147 \
- rmd160 a26c1878d256e356486c2fb21d7d8562632a0e9e
+checksums sha256 a999921b91df4644025647fd24271525e8825994aaf19abe244b29386f58252e \
+ rmd160 13416d771df71a4cbfe89c11c5b2450bb65864c8
use_dmg yes
use_configure no
@@ -30,7 +30,7 @@
supported_archs i386 ppc
configure.universal_archs i386 ppc
} elseif { ${os.major}>=9 } {
- set os_dir 10.5\ -\ 10.6
+ set os_dir 10.5-10.7
supported_archs i386 ppc x86_64
configure.universal_archs i386 ppc x86_64
}