> On May 24, 2017, at 1:12 AM, Takeshi Enomoto <take...@maport.org> wrote: > > Takeshi Enomoto (tenomoto) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/1697b17f27fea4172d3e37513f2624a43b7feacf > > <https://github.com/macports/macports-ports/commit/1697b17f27fea4172d3e37513f2624a43b7feacf> > The following commit(s) were added to refs/heads/master by this push: > new 1697b17 cdo: update to 1.8.2 > 1697b17 is described below > > commit 1697b17f27fea4172d3e37513f2624a43b7feacf > Author: Takeshi Enomoto <take...@maport.org> This email address is still wrong. Where is this coming from? When assigning tickets to Takeshi using his GitHub handle (tenomoto), it seems to correctly say “take...@macports.org”.
> AuthorDate: Wed May 24 16:12:42 2017 +0900 > > cdo: update to 1.8.2 > --- > science/cdo/Portfile | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/science/cdo/Portfile b/science/cdo/Portfile > index c8f5e6c..3d99f8d 100644 > --- a/science/cdo/Portfile > +++ b/science/cdo/Portfile > @@ -4,17 +4,16 @@ PortSystem 1.0 > PortGroup mpi 1.0 > > name cdo > -version 1.8.1 > -revision 1 > +version 1.8.2 > platforms darwin > maintainers takeshi openmaintainer > license GPL-2 > categories science > description Climate Data Operators > homepage https://code.zmaw.de/projects/cdo > -master_sites https://code.zmaw.de/attachments/download/14271 > -checksums rmd160 12b6e9a7575ec6c8727643b1ab46c63a81f0fa25 \ > - sha256 > c3dd3a986c70e48b7b9cd9658de7794a96f85f25f7c68011fd175ce39abd7f93 > +master_sites https://code.zmaw.de/attachments/download/14686 > +checksums rmd160 2dd427216bd80753329bd7b1ba096de204ebb5a6 \ > + sha256 > 6ca6c1263af2237737728ac937a275f8aa27680507636a6b6320f347c69a369a > > long_description \ > CDO is a collection of command line Operators \ >