Revision
110417
Author
macsforever2000@macports.org
Date
2013-08-30 16:40:30 -0700 (Fri, 30 Aug 2013)

Log Message

fasthenry-wr: Update to version 3.0wr-021113. Blacklist all clangs since building with clang still fails even with cflags -std=gnu99.

Modified Paths

Diff

Modified: trunk/dports/science/fasthenry-wr/Portfile (110416 => 110417)


--- trunk/dports/science/fasthenry-wr/Portfile	2013-08-30 23:38:39 UTC (rev 110416)
+++ trunk/dports/science/fasthenry-wr/Portfile	2013-08-30 23:40:30 UTC (rev 110417)
@@ -4,31 +4,30 @@
 PortSystem          1.0
 
 name                fasthenry-wr
-version             3.0
-revision            1
+version             3.0wr-021113
 
 categories          science electronics
 platforms           darwin
-maintainers         macsforever2000
+maintainers         macsforever2000 openmaintainer
 license             LGPL
 
 description         A multipole-accelerated inductance analysis program
 long_description    A multipole-accelerated inductance analysis program. This version of fasthenry has been modified by Whiteley Research to support superconducting segments and ground planes.
 
 homepage            http://www.wrcad.com/freestuff.html
-distname            fasthenry-${version}wr-011109
-worksrcdir          fasthenry-${version}wr
+distname            fasthenry-${version}
+worksrcdir          fasthenry-3.0wr
 
 master_sites        ftp://ftp.srware.com/pub/ \
                     http://www.wrcad.com/ftp/pub/
 
-checksums           rmd160  9845c60c3b9955e28b2e06944c01d2d5497c1ae1 \
-                    sha256  229d14823cc91a657a719b8732c1f06c94077cb3d27aa27b403d42ade1c69f9a
+checksums           rmd160  1afde11b23dfac09c82d52a0146f548f7a3dc45e \
+                    sha256  878b03d0e7b0f3632dd7fbf23e2c63933f3039e95fabbe3419842251a0784dae
 
 use_configure       no
 
 # https://trac.macports.org/ticket/33915
-compiler.blacklist  clang
+compiler.blacklist  *clang*
 
 build.args-append   CC=${configure.cc} \
                     CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \