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

takeshi at macports.org takeshi at macports.org
Tue Nov 17 19:47:55 PST 2009


Revision: 60628
          http://trac.macports.org/changeset/60628
Author:   takeshi at macports.org
Date:     2009-11-17 19:47:54 -0800 (Tue, 17 Nov 2009)
Log Message:
-----------
cdo: updated to 1.4.0.1

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

Modified: trunk/dports/science/cdo/Portfile
===================================================================
--- trunk/dports/science/cdo/Portfile	2009-11-18 03:26:37 UTC (rev 60627)
+++ trunk/dports/science/cdo/Portfile	2009-11-18 03:47:54 UTC (rev 60628)
@@ -4,8 +4,7 @@
 PortSystem                  1.0
 
 name                        cdo
-version                     1.3.2
-revision                    2
+version                     1.4.0.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    596010619ee73a9ee142fd0e2c63a124         \
-                            sha1   4488a834d07efa0a39d24d09dedc8f78c010af40 \
-                            rmd160 26d1f0cad933875be996ca6831e31e5b25c53549
+checksums                   md5     dcc309b160b8117419374c70290d9773 \
+                            sha1    a74c4e369d1de2e8eb4f566ae2fa16eba7e487a1 \
+                            rmd160  320d131912f5506e3a4bdd3f40ccf2d1dc168f36
 long_description \
     CDO is a collection of command line Operators               \
     to manipulate and analyse Climate Data files.               \
@@ -29,7 +28,7 @@
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
     eval xinstall -m 644 [glob ${worksrcpath}/doc/*.pdf] ${destroot}${prefix}/share/doc/${name}/doc
-    foreach f {AUTHORS COPYING ChangeLog INSTALL NEWS OPERATORS README} {
+    foreach f {AUTHORS  ChangeLog NEWS OPERATORS README} {
         eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/doc/${name}
     }
 }
@@ -42,4 +41,4 @@
 
 livecheck.type              regex
 livecheck.url               ${homepage}
-livecheck.regex             {Current version is ([0-9]+\.[0-9]+\.[0-9]+)}
+livecheck.regex             {Current version is ([0-9]+\.[0-9]+\.[0-9]+\.*[0-9]*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091117/30a2aea7/attachment.html>


More information about the macports-changes mailing list