On Wed, Sep 16, 2015 at 05:54:22PM +0100, Stuart Henderson wrote: > On 2015/09/16 09:30, Ryan Freeman wrote: > > Hello! > > > > I received a heads up from Jiri Navratil < jiri at navratil dot cz > > > about a homepage update for sysutils/uptimed. Thanks Jiri, sorry for > > the delay! > > > > OK? > > OK. There are new releases on the github page, too.
Yeah, nothing specific we need though: 0.4.0 ----- - dropped pre-generated autotools stuff - fixed configure step on non-linux platforms (thanks to Baptiste Fontaine <[email protected]>) - updated systemd unit to restart daemon on failure 0.3.18 ------ - reintroduce reading of /proc/uptime on Linux (thanks to Tomasz Torcz <[email protected]>) - also try clock_gettime() on Linux (thanks to Tomasz Torcz <[email protected]>) - extended status for systemd/Linux (thanks to Tomasz Torcz <[email protected]>) the "fixed configure step on non-linux platforms" applies to a systemd check as well. I can still work an update for the sake of staying in line with upstream if desired. Cheers! --ryan > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/sysutils/uptimed/Makefile,v > > retrieving revision 1.3 > > diff -u -p -r1.3 Makefile > > --- Makefile 22 Oct 2014 13:55:07 -0000 1.3 > > +++ Makefile 16 Sep 2015 16:25:50 -0000 > > @@ -3,11 +3,11 @@ > > COMMENT = keeps a list of uptime records > > DISTNAME = uptimed-0.3.17 > > CATEGORIES = sysutils > > -REVISION = 1 > > +REVISION = 2 > > > > SHARED_LIBS += uptimed 0.0 # 0.0 > > > > -HOMEPAGE = http://podgorny.cz/moin/Uptimed > > +HOMEPAGE = https://github.com/rpodgorny/uptimed/ > > > > MAINTAINER = Ryan Freeman <[email protected]> > > > > >
