Modified: trunk/dports/lang/apple-gcc42/Portfile (141205 => 141206)
--- trunk/dports/lang/apple-gcc42/Portfile 2015-10-12 20:16:04 UTC (rev 141205)
+++ trunk/dports/lang/apple-gcc42/Portfile 2015-10-12 20:17:37 UTC (rev 141206)
@@ -75,12 +75,12 @@
use_configure no
variant universal {}
-if {${os.platform} eq "darwin" && ${os.major} >= 15} {
+if {${os.platform} eq "darwin" && ${os.major} > 15} {
depends_lib
depends_run
archive_sites
pre-fetch {
- ui_error "${name} is not supported on El Capitan or later."
+ ui_error "${name} is not supported on OS X versions newer than El Capitan."
return -code error {unsupported platform}
}
}
Modified: trunk/dports/lang/llvm-gcc42/Portfile (141205 => 141206)
--- trunk/dports/lang/llvm-gcc42/Portfile 2015-10-12 20:16:04 UTC (rev 141205)
+++ trunk/dports/lang/llvm-gcc42/Portfile 2015-10-12 20:17:37 UTC (rev 141206)
@@ -37,12 +37,12 @@
supported_archs i386 x86_64
-if {${os.platform} eq "darwin" && ${os.major} >= 15} {
+if {${os.platform} eq "darwin" && ${os.major} > 15} {
depends_lib
depends_run
archive_sites
pre-fetch {
- ui_error "${name} is not supported on El Capitan or later."
+ ui_error "${name} is not supported on OS X versions newer than El Capitan."
return -code error {unsupported platform}
}
}