[92096] trunk/dports/devel/ace/Portfile

pixilla at macports.org pixilla at macports.org
Wed Apr 18 10:18:45 PDT 2012


Revision: 92096
          https://trac.macports.org/changeset/92096
Author:   pixilla at macports.org
Date:     2012-04-18 10:18:45 -0700 (Wed, 18 Apr 2012)
Log Message:
-----------
devel/ace:
- Update to version 6.1.1.
- Add Mountain Lion support.

Modified Paths:
--------------
    trunk/dports/devel/ace/Portfile

Modified: trunk/dports/devel/ace/Portfile
===================================================================
--- trunk/dports/devel/ace/Portfile	2012-04-18 17:12:54 UTC (rev 92095)
+++ trunk/dports/devel/ace/Portfile	2012-04-18 17:18:45 UTC (rev 92096)
@@ -6,7 +6,7 @@
 
 name                ace
 set name_package    ACE
-version             6.0.8
+version             6.1.1
 distname            ${name_package}-${version}
 categories          devel
 maintainers         fourpalms.org:lockhart openmaintainer
@@ -31,9 +31,6 @@
 master_sites        http://download.dre.vanderbilt.edu/previous_versions
 
 use_bzip2           yes
-checksums           ${distname}${extract.suffix} \
-                      sha1    189a27b9cfccc0a931f2600166c31c9b49ef5eea \
-                      rmd160  31ebccd204aeeb1b1c5bb76c4cb9ae55bb4ca8e3
 
 worksrcdir          ACE_wrappers
 
@@ -41,6 +38,9 @@
 patchfiles          patch-ace-config.h.diff \
                     patch-include-makeinclude-platform_macros.GNU.diff
 
+checksums           rmd160  096c33d8fd8c042742b4c3d9298905c4dbb38e7b \
+                    sha256  8e3aeb2fe6ca5a9bbfb657ab7c00d60ec6226f06a0142ea37227cbf261cdaad7
+
 set os.name "lion"
 array set os.names {
      7  panther
@@ -48,6 +48,7 @@
      9  leopard
     10  snowleopard
     11  lion
+    12  mountainlion
 }
 if {"darwin" == ${os.platform}} {
     foreach {key value} [array get os.names]  {
@@ -56,10 +57,6 @@
         }
     }
 }
-set archs "\"${configure.build_arch}\""
-if {[variant_exists universal] && [variant_isset universal]} {
-    set archs "\"${configure.universal_archs}\""
-}
 
 post-patch {
     reinplace "s|@MACOSX@|${os.name}|g" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120418/79a35c49/attachment.html>


More information about the macports-changes mailing list