[87259] trunk/dports/math/gnudatalanguage/Portfile

takeshi at macports.org takeshi at macports.org
Mon Nov 14 23:05:40 PST 2011


Revision: 87259
          http://trac.macports.org/changeset/87259
Author:   takeshi at macports.org
Date:     2011-11-14 23:05:40 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
gnudatalanguage: updated for 0.9.2

Modified Paths:
--------------
    trunk/dports/math/gnudatalanguage/Portfile

Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile	2011-11-15 07:03:32 UTC (rev 87258)
+++ trunk/dports/math/gnudatalanguage/Portfile	2011-11-15 07:05:40 UTC (rev 87259)
@@ -4,11 +4,11 @@
 PortSystem                  1.0
 
 name                        gnudatalanguage
-version                     0.9.1
+version                     0.9.2
 epoch                       1
 categories                  math science
 maintainers                 takeshi igf.fuw.edu.pl:slayoo
-license                     GPL-2
+license                     GPLv2
 platforms                   darwin
 description                 a free IDL combatible incremental compiler
 long_description \
@@ -18,15 +18,17 @@
 master_sites                sourceforge:${name}:gdl \
                             ftp://ftp.soest.hawaii.edu/pwessel/gshhs:gshhs
 set gdlsrc          gdl-${version}.tar.gz
-set gshhssrc        gshhs_1.12_src.zip
-set gshhsdata       gshhs_2.1.0.zip
+set srcversion      1.13
+set dataversion     2.1.0
+set gshhssrc        gshhs_${srcversion}_src.zip
+set gshhsdata       gshhs_${dataversion}.zip
 distfiles           ${gdlsrc}:gdl
 worksrcdir                  gdl-${version}
 
 checksums           ${gdlsrc} \
-                    md5     be576675aa1c37f0c1a2b1eb8889a960 \
-                    sha1    97c71a70672ae82f052ffa5906fc2415f4cf7b9d \
-                    rmd160  9ce6dce6f32d0fbf3140b26699c8eca436907b00
+                    md5      7178304e6737a8dca910d2c1061ff63c \
+                    sha1     0d6fe86e2971637310c6298379616b02f773e956 \
+                    rmd160   6913b358de01550256ad38c920cc461e8ef94512
 
 depends_lib                 port:zlib \
                             port:gsl \
@@ -43,13 +45,9 @@
                             port:udunits2 \
                             port:fftw-3 \
                             port:fftw-3-single \
-                            port:cmsvlib
+                            port:cmsvlib \
+                            port:pslib
 
-patch {
-   # fixes a memory leak issue (patch already in the GDL cvs repository)
-   reinplace "s|//      if( r_guard.get() == r)|delete *l;//      if( r_guard.get() == r)|" ${worksrcpath}/src/prognode.cpp
-}
-
 post-patch {
    # add the CMSVLIB installation path
    reinplace "s|dicom\"|dicom:${prefix}/share/cmsvlib\"|" ${worksrcpath}/src/gdl.cpp
@@ -81,6 +79,7 @@
                             --with-udunits=${prefix} \
                             --with-fftw=${prefix} \
                             --with-libproj4=${prefix} \
+                            --with-pslib=${prefix} \
                             --with-python=no \
                             --with-openmp=no
 configure.cppflags-delete   -I${prefix}/include
@@ -136,9 +135,9 @@
                             ${gshhsdata}:gshhs
     checksums-append \
                     ${gshhssrc} \
-                    md5     1897e6f18e7149baecba93974c8a6044 \
-                    sha1    843be264c55dce8c1519b42a69a4173983c6f1cd \
-                    rmd160  d7a2e9d794cb1be5563f5e5b74e064a211eb3a3f \
+                    md5     714b729d90381a3b1b1df70b78b05f6e \
+                    sha1    7cfb92dafd86b197c65ad6f6aaf797f6cd0ce55a \
+                    rmd160  a397b3cc50d9e3a0a9736044deabd567059698b5 \
                     ${gshhsdata} \
                     md5     30d336f86228e2e2861a2ba91efa0857 \
                     sha1    fe14a1dcc7b863fb59ea00d9975b2499b669bd79 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111114/f51fd0e4/attachment.html>


More information about the macports-changes mailing list