[116228] trunk/dports/devel/CarbonHeaders/Portfile
mfeiri at macports.org
mfeiri at macports.org
Tue Jan 21 14:07:14 PST 2014
Revision: 116228
https://trac.macports.org/changeset/116228
Author: mfeiri at macports.org
Date: 2014-01-21 14:07:14 -0800 (Tue, 21 Jan 2014)
Log Message:
-----------
CarbonHeaders: keep in sync with latest xnu-headers
Modified Paths:
--------------
trunk/dports/devel/CarbonHeaders/Portfile
Modified: trunk/dports/devel/CarbonHeaders/Portfile
===================================================================
--- trunk/dports/devel/CarbonHeaders/Portfile 2014-01-21 22:06:45 UTC (rev 116227)
+++ trunk/dports/devel/CarbonHeaders/Portfile 2014-01-21 22:07:14 UTC (rev 116228)
@@ -3,7 +3,8 @@
PortSystem 1.0
name CarbonHeaders
version 18.1
-set xnu_headers_version 2050.18.24
+set xnu_headers_version 2422.1.72
+revision 1
categories devel
platforms darwin
maintainers mfeiri openmaintainer
@@ -23,8 +24,8 @@
rmd160 b9bb7659da27a90cc469a89cd82d88b3b7e6774d \
sha256 5961f9b951c9905b78aab87e0dba1d85a9352bfee6509b9337b9b343501255fd \
xnu-${xnu_headers_version}.tar.gz \
- rmd160 e54a424b8b0dfe7d3a6f1305b64659d7b9e1ecbf \
- sha256 5d018b33efd9eebb05142958432b9a5058febe04a3b92ba5a16a285490a83445
+ rmd160 6471a5a0ec5bf48ebba2630dbcb034f9f628210c \
+ sha256 fbefe23943d0c4c12b3d7abd3f304224176f269b19ef6ad801314bc69cf773db
supported_archs noarch
universal_variant no
@@ -37,11 +38,11 @@
}
destroot {
- foreach x "AssertMacros TargetConditionals" {
+ foreach x "TargetConditionals" {
xinstall -m 644 ${worksrcpath}/${x}.h ${destroot}${prefix}/include/
}
- foreach y "Availability AvailabilityInternal AvailabilityMacros" {
+ foreach y "AssertMacros Availability AvailabilityInternal AvailabilityMacros" {
xinstall -m 644 \
${workpath}/xnu-${xnu_headers_version}/EXTERNAL_HEADERS/${y}.h \
${destroot}${prefix}/include/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140121/b1766921/attachment.html>
More information about the macports-changes
mailing list