Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2019 14:57:50 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500861 - head/sysutils/kshutdown
Message-ID:  <201905051457.x45Evo5m007569@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Sun May  5 14:57:50 2019
New Revision: 500861
URL: https://svnweb.freebsd.org/changeset/ports/500861

Log:
  Update sysutils/kshutdown to 5.0 release
  
   - It's cross-desktop, so remove "for KDE" from comments
   - Update pkg-descr to match what upstream website now says (mostly)
  
  Release notes https://kshutdown.sourceforge.io/releases/5.0.html

Modified:
  head/sysutils/kshutdown/Makefile
  head/sysutils/kshutdown/distinfo
  head/sysutils/kshutdown/pkg-descr

Modified: head/sysutils/kshutdown/Makefile
==============================================================================
--- head/sysutils/kshutdown/Makefile	Sun May  5 14:56:07 2019	(r500860)
+++ head/sysutils/kshutdown/Makefile	Sun May  5 14:57:50 2019	(r500861)
@@ -1,14 +1,13 @@
 # $FreeBSD$
 
 PORTNAME=	kshutdown
-DISTVERSION=	4.99-beta
-PORTREVISION=	1
+DISTVERSION=	5.0
 CATEGORIES=	sysutils kde
-MASTER_SITES=	SF/${PORTNAME}/KShutdown/4.99%20Beta/
+MASTER_SITES=	SF/${PORTNAME}/KShutdown/${DISTVERSION}/
 DISTNAME=	${PORTNAME}-source-${DISTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Advanced shutdown utility for KDE
+COMMENT=	Advanced shutdown utility
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE

Modified: head/sysutils/kshutdown/distinfo
==============================================================================
--- head/sysutils/kshutdown/distinfo	Sun May  5 14:56:07 2019	(r500860)
+++ head/sysutils/kshutdown/distinfo	Sun May  5 14:57:50 2019	(r500861)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545827956
-SHA256 (kshutdown-source-4.99-beta.zip) = 8299774b6f00b517a0e6bbee92401bbcccc26de1654940170389a19aa28ac320
-SIZE (kshutdown-source-4.99-beta.zip) = 455309
+TIMESTAMP = 1557067737
+SHA256 (kshutdown-source-5.0.zip) = 5f66537c4c20433cf44741268f7ac5e7f42bbb3e4151f7f67984a42a9d8429df
+SIZE (kshutdown-source-5.0.zip) = 454848

Modified: head/sysutils/kshutdown/pkg-descr
==============================================================================
--- head/sysutils/kshutdown/pkg-descr	Sun May  5 14:56:07 2019	(r500860)
+++ head/sysutils/kshutdown/pkg-descr	Sun May  5 14:57:50 2019	(r500861)
@@ -1,15 +1,15 @@
-KShutDown is an advanced shutdown utility for KDE.
+KShutDown is an advanced shutdown utility.
 
 Features:
   o Turn Off Computer (logout and halt the system)
   o Restart Computer (logout and reboot the system)
   o Lock Screen (lock the screen using a screen saver)
   o End Current Session (end the current KDE session and logout the user)
-  o Extras (additional, external user commands)
-  o Time and delay options
-  o Command line and DCOP support
-  o System tray icon and panel applet
-  o Visual and sound notifications
-  o KDE Kiosk support
+  o Detect user inactivity/application exit
+  o Command-line support
+  o Extras (custom actions)
+  o Simple, easy-to-use User Interface
+  o Works with many Desktop Environments
+  o More than /sbin/shutdown -h ;-)
 
 WWW: http://kshutdown.sourceforge.net/



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