Revision: 75539 http://trac.macports.org/changeset/75539 Author: takeshi@macports.org Date: 2011-01-29 01:35:24 -0800 (Sat, 29 Jan 2011) Log Message: ----------- grads2: reverted to r75536 due to wrong version Revision Links: -------------- http://trac.macports.org/changeset/75536 Modified Paths: -------------- trunk/dports/science/grads2/Portfile Modified: trunk/dports/science/grads2/Portfile =================================================================== --- trunk/dports/science/grads2/Portfile 2011-01-29 09:26:40 UTC (rev 75538) +++ trunk/dports/science/grads2/Portfile 2011-01-29 09:35:24 UTC (rev 75539) @@ -3,19 +3,20 @@ PortSystem 1.0 -name grads2 -version 2.0.a9.oga.1 -platforms darwin -maintainers takeshi -categories science -description interactive visualization tool for earth science data -master_sites sourceforge:opengrads -distname grads-${version}-bundle -worksrcdir grads-${version} -checksums md5 0cf98ccf59cc81996e3b139ffaf3dfd8 \ - sha1 d5a6f10578e4d8af75047b211b0af2cce46db6fd \ - rmd160 7861998b9f9d84c92c6c51eef03e00afc0f9d071 -homepage http://www.opengrads.org/ +name grads2 +version 2.0.a7.oga.3 +revision 2 +platforms darwin +maintainers takeshi +categories science +description interactive visualization tool for earth science data +master_sites sourceforge:opengrads +distname grads-${version}-bundle +worksrcdir grads-${version} +checksums md5 0cf98ccf59cc81996e3b139ffaf3dfd8 \ + sha1 d5a6f10578e4d8af75047b211b0af2cce46db6fd \ + rmd160 7861998b9f9d84c92c6c51eef03e00afc0f9d071 +homepage http://www.opengrads.org/ long_description \ The Grid Analysis and Display System (GrADS) is an interactive \ desktop tool that is used for easy access, manipulation, and \ @@ -24,14 +25,14 @@ GrADS has been implemented worldwide on a variety of commonly used \ operating systems and is freely distributed over the Internet. -depends_lib port:libwww port:readline port:rx \ - port:netcdf port:udunits \ - port:hdf4 port:gd2 port:libnc-dap \ - port:gadap port:wgrib2 \ - port:curl port:libgeotiff -depends_build port:pkgconfig +depends_lib port:libwww port:readline port:rx \ + port:netcdf port:udunits \ + port:hdf4 port:gd2 port:libnc-dap \ + port:gadap port:wgrib2 \ + port:curl port:libgeotiff +depends_build port:pkgconfig -patchfiles patch-src-Makefile.in.diff +patchfiles patch-src-Makefile.in.diff pre-configure { reinplace "s|lwww|lwwwcore|g" ${worksrcpath}/configure @@ -57,8 +58,9 @@ reinplace "s|\$(supp_lib_dir)/inst.o| |g" ${worksrcpath}/src/Makefile } -test.run yes -test.target check +test.run yes +test.target check + post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/${name} eval xinstall -m 644 [glob -directory ${worksrcpath}/data *.dat *res] \
participants (1)
-
takeshi@macports.org