diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-06 14:19:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-06 14:19:03 +0800 |
commit | afce67d58b1fe4327f4113231534ef509b17ca17 (patch) | |
tree | db2e4075b24c796f9a420fa210d3ef0d3d151483 /science/cdo | |
parent | bc0b5cc915476398eb1f52ff9822f6975e2396a3 (diff) | |
download | freebsd-ports-gnome-afce67d58b1fe4327f4113231534ef509b17ca17.tar.gz freebsd-ports-gnome-afce67d58b1fe4327f4113231534ef509b17ca17.tar.zst freebsd-ports-gnome-afce67d58b1fe4327f4113231534ef509b17ca17.zip |
- Update to 1.4.6
Changes: https://code.zmaw.de/news/32
New features:
- Using libtool for linking (rpath)
- Changed predefined gaussian grid names from t<RES>grid to n<N>
- Use n80 instead of t106grid to define a Gaussian N80 grid
- Changed percentile parameter type from integer to float
New operators:
- bandpass: Bandpass filtering
- lowpass: Lowpass filtering
- highpass: Highpass filtering
Changed operators:
- eca_gsl: adjust implementation to fit definition by ECA
- expr, exprf: added missing values support
Fixed bugs:
- sellevel: copy zaxis meta data name and units
- seldate: open output file only when time steps found
Approved by: pgollucci (mentor)
Diffstat (limited to 'science/cdo')
-rw-r--r-- | science/cdo/Makefile | 4 | ||||
-rw-r--r-- | science/cdo/distinfo | 6 | ||||
-rw-r--r-- | science/cdo/files/extra-patch-src-Makefile.in | 11 |
3 files changed, 11 insertions, 10 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index e7884ad43ee4..8a33e7a08f9b 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -7,9 +7,9 @@ # PORTNAME= cdo -PORTVERSION= 1.4.5.1 +PORTVERSION= 1.4.6 CATEGORIES= science -MASTER_SITES= https://code.zmaw.de/attachments/download/307/ \ +MASTER_SITES= https://code.zmaw.de/attachments/download/466/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org diff --git a/science/cdo/distinfo b/science/cdo/distinfo index d8eebfc1639a..4b9aef68fba4 100644 --- a/science/cdo/distinfo +++ b/science/cdo/distinfo @@ -1,3 +1,3 @@ -MD5 (cdo-1.4.5.1.tar.gz) = fe86f85725ba596a46e8b7fe16b74816 -SHA256 (cdo-1.4.5.1.tar.gz) = 81c40b281384ab00105cc3a446d70f3dab184105a8199665b5d21f5bec23a28d -SIZE (cdo-1.4.5.1.tar.gz) = 2766602 +MD5 (cdo-1.4.6.tar.gz) = 05ddb0481b39c30aa7f25a15405e7f9d +SHA256 (cdo-1.4.6.tar.gz) = 766ff70f96eb271f10c13821a7decf4e2c378cb956193b618483f2ff93077f75 +SIZE (cdo-1.4.6.tar.gz) = 4541953 diff --git a/science/cdo/files/extra-patch-src-Makefile.in b/science/cdo/files/extra-patch-src-Makefile.in index e89616b13a54..191455d73a65 100644 --- a/science/cdo/files/extra-patch-src-Makefile.in +++ b/science/cdo/files/extra-patch-src-Makefile.in @@ -1,12 +1,13 @@ ---- src/Makefile.in.orig 2010-02-19 18:34:19.000000000 +0800 -+++ src/Makefile.in 2010-03-08 16:21:37.000000000 +0800 -@@ -32,8 +32,8 @@ +--- src/Makefile.in.orig 2010-10-03 01:21:26.000000000 +0800 ++++ src/Makefile.in 2010-10-03 01:23:05.000000000 +0800 +@@ -34,9 +34,9 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ --bin_PROGRAMS = cdo$(EXEEXT) +-bin_PROGRAMS = cdo$(EXEEXT) $(am__EXEEXT_1) ++bin_PROGRAMS = cdo$(EXEEXT) cdotest$(EXEEXT) $(am__EXEEXT_1) + @ENABLE_ALL_STATIC_TRUE@am__append_1 = cdo_static -noinst_PROGRAMS = cdotest$(EXEEXT) -+bin_PROGRAMS = cdo$(EXEEXT) cdotest$(EXEEXT) +noinst_PROGRAMS = subdir = src DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |