svn commit: r538472 - head/sysutils/tuptime

Fernando Apesteguía fernape at FreeBSD.org
Thu Jun 11 11:59:52 UTC 2020


Author: fernape
Date: Thu Jun 11 11:59:52 2020
New Revision: 538472
URL: https://svnweb.freebsd.org/changeset/ports/538472

Log:
  sysutils/tuptime: update to 5.0.0
  
  From ChangeLog: https://github.com/rfrail3/tuptime/releases/tag/5.0.0
  
   * Abbreviate format in time counters
   * Identify new startups with boot_id
   * Adding -b, --bootid option to show boot IDs
   * Adding -i, --invert option to show startup number in reverse count
   * Change database specs. Add bootid column
   * After a graceful shutdown register, delay 5 seconds next DB update
   * Change execution user from 'tuptime' to '_tuptime'
   * Large refactoring
   * Update .deb package
  
  PR:	246966
  Submitted by:	rfraile at rfraile.eu
  Reviewed by:	jeremy at smart-serv.net (maintainer)

Modified:
  head/sysutils/tuptime/Makefile
  head/sysutils/tuptime/distinfo

Modified: head/sysutils/tuptime/Makefile
==============================================================================
--- head/sysutils/tuptime/Makefile	Thu Jun 11 11:46:10 2020	(r538471)
+++ head/sysutils/tuptime/Makefile	Thu Jun 11 11:59:52 2020	(r538472)
@@ -1,8 +1,7 @@
-# Created by: Jeremy Johnston <jeremy at smart-serv.net>
 # $FreeBSD$
 
 PORTNAME=	tuptime
-DISTVERSION=	4.1.0
+DISTVERSION=	5.0.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	jeremy at smart-serv.net

Modified: head/sysutils/tuptime/distinfo
==============================================================================
--- head/sysutils/tuptime/distinfo	Thu Jun 11 11:46:10 2020	(r538471)
+++ head/sysutils/tuptime/distinfo	Thu Jun 11 11:59:52 2020	(r538472)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578138516
-SHA256 (rfrail3-tuptime-4.1.0_GH0.tar.gz) = d8161cd56b627894fbfa4cdfa5a2f7414d0969d4486ec3c9d3e27cd091c6a86e
-SIZE (rfrail3-tuptime-4.1.0_GH0.tar.gz) = 59886
+TIMESTAMP = 1591191308
+SHA256 (rfrail3-tuptime-5.0.0_GH0.tar.gz) = 100c1dd0027db761794ffb99d39fb9358fb033f8cdf1e132f5dde688dccb7016
+SIZE (rfrail3-tuptime-5.0.0_GH0.tar.gz) = 53545


More information about the svn-ports-all mailing list