[75129] trunk/dports/science/apbs/Portfile

snc at macports.org snc at macports.org
Sat Jan 15 17:45:43 PST 2011


Revision: 75129
          http://trac.macports.org/changeset/75129
Author:   snc at macports.org
Date:     2011-01-15 17:45:20 -0800 (Sat, 15 Jan 2011)
Log Message:
-----------
apbs: update to 1.3.0, #27906

Modified Paths:
--------------
    trunk/dports/science/apbs/Portfile

Modified: trunk/dports/science/apbs/Portfile
===================================================================
--- trunk/dports/science/apbs/Portfile	2011-01-16 01:30:15 UTC (rev 75128)
+++ trunk/dports/science/apbs/Portfile	2011-01-16 01:45:20 UTC (rev 75129)
@@ -5,8 +5,7 @@
 PortGroup           python26 1.0
 
 name                apbs
-version             1.2.0
-revision            1
+version             1.3.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          science
 maintainers         bromo.med.uc.edu:howarth
@@ -22,11 +21,10 @@
 master_sites        sourceforge
 distname            apbs-${branch}-source
 
-checksums           md5     ba32bb323b25307204436eaac1ff877b \
-                    sha1    43e766a8c6166288c25229e0615a72dca5e8a3b5 \
-                    rmd160  62cb82da9ca5276c3d7127a4d1f9737747dac315
+checksums           md5     f99a505365f07f6853979cfe2ef23365 \
+                    sha1    1494f36e35f2e4b1a18d4b22516fad4948c6391f
 
-depends_lib         port:gcc44 \
+depends_lib         port:gcc45 \
                     port:readline \
                     port:py26-zsi
 patchfiles          apbs.diff
@@ -37,13 +35,13 @@
 
 build.cmd           make
 build.target        all
-configure.env       py_path=${python.bin} F77=gfortran-mp-4.4
+configure.env       py_path=${python.bin} F77=gfortran-mp-4.5
 configure.args      --enable-python --with-python=${python.bin} --with-blas="-L/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A -lblas -Wl,-framework -Wl,vecLib -Wl,-undefined -Wl,dynamic_lookup" FFLAGS="-O3"
 
 post-patch {
     reinplace  "s|@PYTHON_PKGD@|${python.pkgd}|g" ${worksrcpath}/configure
     reinplace  "s|/usr/bin/python|${python.bin}|g" ${worksrcpath}/bin/ApbsClient.py.in
-    reinplace  "s|/usr/local/apbs-1.1.0|${prefix}|g" ${worksrcpath}/bin/ApbsClient.py.in
+    reinplace  "s|/usr/local/apbs-${version}|${prefix}|g" ${worksrcpath}/bin/ApbsClient.py.in
     reinplace  "s|python2.5|python2.6|g" ${worksrcpath}/bin/ApbsClient.py.in
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110115/5db32fa4/attachment-0001.html>


More information about the macports-changes mailing list