Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2018 10:12:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460886 - head/science/cdo
Message-ID:  <201802041012.w14ACZ1o023106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb  4 10:12:35 2018
New Revision: 460886
URL: https://svnweb.freebsd.org/changeset/ports/460886

Log:
  Update to 1.9.3
  
  - New features:
    - expr: added time coordinate function cdate(), ctime(), cdeltat(), ctimestep() ...
  - New operators:
    - not - logical NOT (1, if x equal 0; else 0)
  - Fixed bugs:
    - uvDestag: target grid undefined in output
    - runpctl: fails since release 1.8.0
    - read of reduced Gaussian grid description file failed [Bug #8146]
    - read error on grid description file [Bug #8099]

Modified:
  head/science/cdo/Makefile
  head/science/cdo/distinfo

Modified: head/science/cdo/Makefile
==============================================================================
--- head/science/cdo/Makefile	Sun Feb  4 10:12:30 2018	(r460885)
+++ head/science/cdo/Makefile	Sun Feb  4 10:12:35 2018	(r460886)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	cdo
-PORTVERSION=	1.9.2
+PORTVERSION=	1.9.3
 CATEGORIES=	science
-MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/16035/ \
+MASTER_SITES=	https://code.mpimet.mpg.de/attachments/download/16435/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet@FreeBSD.org

Modified: head/science/cdo/distinfo
==============================================================================
--- head/science/cdo/distinfo	Sun Feb  4 10:12:30 2018	(r460885)
+++ head/science/cdo/distinfo	Sun Feb  4 10:12:35 2018	(r460886)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513017350
-SHA256 (cdo-1.9.2.tar.gz) = d1c5092167034a48e4b8ada24cf78a1d4b84e364ffbb08b9ca70d13f428f300c
-SIZE (cdo-1.9.2.tar.gz) = 9997020
+TIMESTAMP = 1517730075
+SHA256 (cdo-1.9.3.tar.gz) = e83a3de7b402600c0d9a5df18073d36d133ff9719d3c561a0efa90f9c1599f3f
+SIZE (cdo-1.9.3.tar.gz) = 9950612



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802041012.w14ACZ1o023106>