[138312] trunk/dports/devel/mono/Portfile

cal at macports.org cal at macports.org
Sun Jul 5 10:38:12 PDT 2015


Revision: 138312
          https://trac.macports.org/changeset/138312
Author:   cal at macports.org
Date:     2015-07-05 10:38:12 -0700 (Sun, 05 Jul 2015)
Log Message:
-----------
mono: update to 3.12.1

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

Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile	2015-07-05 17:16:04 UTC (rev 138311)
+++ trunk/dports/devel/mono/Portfile	2015-07-05 17:38:12 UTC (rev 138312)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                mono
-version             3.2.5
+version             3.12.1
 categories          devel lang mono
 platforms           darwin
 license             {GPL-2 LGPL-2 MIT}
@@ -19,8 +19,8 @@
 use_bzip2           yes
 universal_variant   no
 
-checksums           rmd160  5288fd23126c2e1057ffd6440146e74f6aa7bf45 \
-                    sha256  10ba475db458c96091d8bbf29485cce8f4c6c6532a89834f089c483f4ffa5fd3
+checksums           rmd160  c34cb00ab4cf8cd5e2804bde952b3f5fde3cdc17 \
+                    sha256  5d8cf153af2948c06bc9fbf5088f6834868e4db8e5f41c7cff76da173732b60d
 
 depends_build       port:coreutils \
                     port:gawk \
@@ -50,8 +50,7 @@
 test.run            yes
 test.target         check
 
-patchfiles          snowleopard-mutex.patch \
-                    patch-3.2.5.diff.bz2
+patchfiles          snowleopard-mutex.patch
 
 post-patch {
     if {${os.major} < 9} {
@@ -73,7 +72,7 @@
     set docdir ${prefix}/share/doc/${name}
 
     xinstall -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING.LIB ChangeLog NEWS README \
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING.LIB ChangeLog NEWS README.md \
         ${destroot}${docdir}
 
     xinstall -m 0644 -W ${worksrcpath}/docs assembly-bundle embedded-api exceptions \
@@ -87,7 +86,7 @@
 
     xinstall -d ${destroot}${libgc_docdir}/html
 
-    eval move [glob ${destroot}${libgc_docdir}/*.html] \
+    move {*}[glob ${destroot}${libgc_docdir}/*.html] \
         ${destroot}${libgc_docdir}/html
 }
 
@@ -96,4 +95,4 @@
 # go figure...
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     [quotemeta ${name}]-(\\d+(?:\\.\\d+)*)[quotemeta ${extract.suffix}]
+livecheck.regex     [quotemeta ${name}]-(3(?:\\.\\d+)*)[quotemeta ${extract.suffix}]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150705/39631951/attachment.html>


More information about the macports-changes mailing list