[101606] trunk/dports/science/hdfeos/Portfile

takeshi at macports.org takeshi at macports.org
Mon Jan 14 12:46:57 PST 2013


Revision: 101606
          https://trac.macports.org/changeset/101606
Author:   takeshi at macports.org
Date:     2013-01-14 12:46:57 -0800 (Mon, 14 Jan 2013)
Log Message:
-----------
hdfeos: revamped for 2.18. added livecheck

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

Modified: trunk/dports/science/hdfeos/Portfile
===================================================================
--- trunk/dports/science/hdfeos/Portfile	2013-01-14 20:18:01 UTC (rev 101605)
+++ trunk/dports/science/hdfeos/Portfile	2013-01-14 20:46:57 UTC (rev 101606)
@@ -4,8 +4,7 @@
 PortSystem                  1.0
 
 name                        hdfeos
-version                     2.17v1.00
-revision                    4
+version                     2.18
 categories                  science
 maintainers                 takeshi
 description                 HDF-EOS library built on HDF4
@@ -17,16 +16,18 @@
 master_sites                ftp://edhs1.gsfc.nasa.gov/edhs/${name}/latest_release/ \
                             ftp://edhs1.gsfc.nasa.gov/edhs/${name}/previous_release/
 depends_lib                 port:hdf4
-distname                    HDF-EOS${version}
+distname                    HDF-EOS${version}v1.00
 worksrcdir                  ${name}
 extract.suffix              .tar.Z
 fetch.use_epsv              no
-checksums           md5     425663791aeb9355c6fb9f6650aff0e8 \
-                    sha1    4b24fa23eeefa94b2703180294942d615b3ed73e \
-                    rmd160  15d9c8d9d01768205c8bc42f652548d7b84f0018
+checksums           md5     755a75c7ce82f0df943c81bc94b32fe4 \
+                    sha1    25c44407870eaf40fe6148a1a815981c1aabef68 \
+                    rmd160  2ef62fe51dd27382c5707d48953688391b846ab3
 configure.args              --with-hdf4=${prefix} \
+                            --with-jpeg=${prefix} \
                             --with-zlib=${prefix} \
                             --without-szlib       \
+                            --enable-shared       \
                             --disable-dependency-tracking
 configure.cc                ${prefix}/bin/h4cc
 configure.ccache            no
@@ -41,3 +42,7 @@
     configure.args-delete   --without-szlib
     configure.args-append   --with-szlib=${prefix}
 }
+
+livecheck.type              regex
+livecheck.url               ${homepage}/software/hdfeos.php
+livecheck.regex             {HDF-EOS ([0-9]+.[0-9]+) is the latest version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130114/38a4ff7a/attachment.html>


More information about the macports-changes mailing list