Revision: 102398 https://trac.macports.org/changeset/102398 Author: raimue@macports.org Date: 2013-02-01 12:31:58 -0800 (Fri, 01 Feb 2013) Log Message: ----------- devel/ace: Maintainer update to version 6.1.7, closes #37883 Modified Paths: -------------- trunk/dports/devel/ace/Portfile Modified: trunk/dports/devel/ace/Portfile =================================================================== --- trunk/dports/devel/ace/Portfile 2013-02-01 19:45:51 UTC (rev 102397) +++ trunk/dports/devel/ace/Portfile 2013-02-01 20:31:58 UTC (rev 102398) @@ -5,7 +5,7 @@ name ace set name_package ACE -version 6.1.5 +version 6.1.7 distname ${name_package}-${version} categories devel maintainers fourpalms.org:lockhart openmaintainer @@ -41,10 +41,10 @@ patch-include-makeinclude-platform_macros.GNU.diff \ patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff -checksums rmd160 a32a66ca496b5b19866c064ef7ed5bffa834076d \ - sha256 c0c70beaee4c5e3008c348523ae3b4869691b946a14bc1fbd3288ea8458b6ca6 +checksums rmd160 de39d0ed386822c0ccfe98218f22b99c034eac69 \ + sha256 79938515b042f30a1e508e0c38c5f5e4262458b30b193413cb18a1221c3d2063 -set os.name "lion" +set os.name "mountainlion" array set os.names { 7 panther 8 tiger @@ -133,6 +133,8 @@ command_exec destroot } # 6.1.4 and 6.1.5 do not have a mountainlion file + # 6.1.7 has a *mountain-lion.h config file but a *mountain_lion.GNU makefile + # will report this naming problem and keep using our own for now copy ${worksrcpath}/ace/config-macosx-mountainlion.h ${destroot}/${prefix}/include/ace/config-macosx-mountainlion.h }