[61645] trunk/dports/science/cdo/Portfile

takeshi at macports.org takeshi at macports.org
Thu Dec 17 00:55:58 PST 2009


Revision: 61645
          http://trac.macports.org/changeset/61645
Author:   takeshi at macports.org
Date:     2009-12-17 00:55:56 -0800 (Thu, 17 Dec 2009)
Log Message:
-----------
cdo: updated to 1.4.1. path to hdf5 is explicitly specified

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

Modified: trunk/dports/science/cdo/Portfile
===================================================================
--- trunk/dports/science/cdo/Portfile	2009-12-17 08:54:17 UTC (rev 61644)
+++ trunk/dports/science/cdo/Portfile	2009-12-17 08:55:56 UTC (rev 61645)
@@ -4,8 +4,7 @@
 PortSystem                  1.0
 
 name                        cdo
-version                     1.4.0.1
-revision                    1
+version                     1.4.1
 platforms                   darwin
 maintainers                 takeshi
 license                     GPLv2
@@ -13,9 +12,9 @@
 description                 Climate Data Operators
 homepage                    http://www.mpimet.mpg.de/fileadmin/software/cdo/
 master_sites                ${homepage}
-checksums                   md5     dcc309b160b8117419374c70290d9773 \
-                            sha1    a74c4e369d1de2e8eb4f566ae2fa16eba7e487a1 \
-                            rmd160  320d131912f5506e3a4bdd3f40ccf2d1dc168f36
+checksums                   md5     774b8de3d537a1049e446ffdb50d55f1 \
+                            sha1    458b5d69778a80aee5a4d0894b66dd71b4366bb0 \
+                            rmd160  11c4ad2a8f9db777bb0ad31dbdd0006d807cadba
 long_description \
     CDO is a collection of command line Operators               \
     to manipulate and analyse Climate Data files.               \
@@ -30,6 +29,7 @@
                             --disable-dependency-tracking \
                             --with-proj=${prefix} \
                             --with-jasper=${prefix} \
+                            --with-hdf5=${prefix} \
                             --with-grib_api=${prefix}
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091217/f450eeca/attachment.html>


More information about the macports-changes mailing list