On Tue, Nov 26, 2019 at 06:15:29AM +0000, wen heping wrote: > Time::Zone(TimeDate) had not been imported into portstree. > > And there is HTTP-Date-6.05 upstream, but it require > > Time-Local-1.28 which is not in ports, so I keep it update > > to 6.03.
Time::Local 1.28 showed up with the update to perl 5.30, so this should be able to be updated to 6.05. Other than that, OK afresh1@ $ perl -v | head -2 | tail -1 ; perl -MTime::Local -E 'say "Time::Local VERSION: " . Time::Local->VERSION' This is perl 5, version 30, subversion 1 (v5.30.1) built for amd64-openbsd Time::Local VERSION: 1.28 $ corelist Time::Local 1.28 Data for 2019-11-10 Time::Local 1.28 was released with perl v5.29.1 > Cheers, > wen > ________________________________ > 发件人: Andrew Hewus Fresh <[email protected]> > 发送时间: 2019年11月21日 12:35 > 收件人: wen heping <[email protected]> > 抄送: [email protected] <[email protected]>; [email protected] > <[email protected]> > 主题: Re: [Update] www/p5-HTTP-Date : Update to 6.03 > > On Thu, Nov 14, 2019 at 07:35:06AM +0000, wen heping wrote: > > Hi, > > > > Here is a simple patch for www/p5-HTTP-Date to update to 6.03. > > It build well and pass all tests on amd64-current system. > > There are 11 ports depends on www/p5-HTTP-Date, all build well > > and pass all tests. > > > > Comments? OK? > > There's an optional dependency on Time::Zone in order to parse any > zones that aren't GMT or in the [+-]0000 format. Not sure if we care > about that. > > With that caveat, OK afresh1@ > > > > wen > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/www/p5-HTTP-Date/Makefile,v > > retrieving revision 1.3 > > diff -u -p -r1.3 Makefile > > --- Makefile 12 Jul 2019 20:50:55 -0000 1.3 > > +++ Makefile 14 Nov 2019 03:18:57 -0000 > > @@ -2,9 +2,9 @@ > > > > COMMENT = date conversion routines > > > > -DISTNAME = HTTP-Date-6.02 > > +DISTNAME = HTTP-Date-6.03 > > CATEGORIES = www > > -CPAN_AUTHOR = GAAS > > +CPAN_AUTHOR = OALDERS > > > > MAINTAINER = Nigel Taylor <[email protected]> > > > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/www/p5-HTTP-Date/distinfo,v > > retrieving revision 1.1.1.1 > > diff -u -p -r1.1.1.1 distinfo > > --- distinfo 23 Oct 2014 19:26:44 -0000 1.1.1.1 > > +++ distinfo 14 Nov 2019 03:18:57 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (HTTP-Date-6.02.tar.gz) = > > 6LmUHaD58MnAEGhAGl6BNB8ONwfRx1T44R9Cp+Yp4zM= > > -SIZE (HTTP-Date-6.02.tar.gz) = 7319 > > +SHA256 (HTTP-Date-6.03.tar.gz) = > > hHhWOsl7auMxCzFhVgDzfBynhXHcqv6DsMVIMxPZ3Ag= > > +SIZE (HTTP-Date-6.03.tar.gz) = 31224 > > > -- > andrew - http://afresh1.com > > What are the unsurpassable real world weaknesses in OpenBSD, > that you know of? > -- Kevin Chadwick <[email protected]> > Lots of fake people attacking the project on the mailing lists makes > them a poor resource for users. > -- Theo de Raadt <[email protected]> -- andrew - http://afresh1.com Adding manpower to a late software project makes it later.
