[98860] trunk/dports/lang/berkeley_upc/Portfile

takeshi at macports.org takeshi at macports.org
Thu Oct 18 15:59:21 PDT 2012


Revision: 98860
          http://trac.macports.org//changeset/98860
Author:   takeshi at macports.org
Date:     2012-10-18 15:59:21 -0700 (Thu, 18 Oct 2012)
Log Message:
-----------
berkeley_upc: revamped for 2.14.2

Modified Paths:
--------------
    trunk/dports/lang/berkeley_upc/Portfile

Modified: trunk/dports/lang/berkeley_upc/Portfile
===================================================================
--- trunk/dports/lang/berkeley_upc/Portfile	2012-10-18 22:33:15 UTC (rev 98859)
+++ trunk/dports/lang/berkeley_upc/Portfile	2012-10-18 22:59:21 UTC (rev 98860)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                berkeley_upc
-version             2.14.0
-revision            1
+version             2.14.2
 categories          lang science parallel
 maintainers         takeshi
 description         Unified Parallel C runtime
@@ -17,9 +16,9 @@
 platforms           darwin
 master_sites        ${homepage}/download/release/
 
-checksums           md5     0ddc685c1d42b028de2dce5fb44fd95e \
-                    sha1    4f40fd448a2b9b0ba06d8b1ed31d5546f2f6ac16 \
-                    rmd160  300b0d0006c6dd0ebd04f2b786993005e3883106
+checksums           md5     32362938755ae031ff2a607be36bcc19 \
+                    sha1    8e83af6ad7efb943201a25da5364d28422ec0599 \
+                    rmd160  63513bd91381ec38a899a2347c224251e9b14a22
 
 depends_lib         port:openmpi \
                     port:upc \
@@ -28,7 +27,7 @@
 use_parallel_build  yes
 universal_variant   no
 
-patchfiles          patch-configure.diff
+#patchfiles          patch-configure.diff
 post-patch {
     reinplace "s|/usr/local/upc/bin/upc|${prefix}/lib/upc/bin/upc|" ${worksrcpath}/multiconf.conf.in
     reinplace "s|\$opt{'gccupc'}|1|g" ${worksrcpath}/multiconf.conf.in
@@ -58,8 +57,8 @@
                     --with-multiconf=dbg_gccupc,opt_gccupc
 
 post-configure {
-    reinplace "s|-L\$(top_builddir) -lgasnet_tools-seq|\$(top_builddir)/libgasnet_tools-seq.a|" ${worksrcpath}/dbg_gccupc/gasnet/other/amudp/Makefile
-    reinplace "s|-L. -lamudp|./libamudp.a|g" ${worksrcpath}/dbg_gccupc/gasnet/other/amudp/Makefile
+    reinplace "s|-L\$(top_builddir) -lgasnet_tools-seq|\$(top_builddir)/libgasnet_tools-seq.a|" ${worksrcpath}/dbg_gupc/gasnet/other/amudp/Makefile
+    reinplace "s|-L. -lamudp|./libamudp.a|g" ${worksrcpath}/dbg_gupc/gasnet/other/amudp/Makefile
 }
 
 post-destroot {
@@ -89,4 +88,4 @@
 
 livecheck.type      regex
 livecheck.url       ${homepage}
-livecheck.regex     {Berkeley UPC version ([0-9]+.[0-9]+.[0-9]+)}
+livecheck.regex     {Berkeley UPC version ([0-9]+\.[0-9]+\.[0-9]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121018/83b6cda9/attachment.html>


More information about the macports-changes mailing list