Update to version 1.0.4

PR:		ports/130929
Submitted by:	Shane Bell <decept0@gmail.com>
This commit is contained in:
Markus Brueffer 2009-03-01 17:59:58 +00:00
parent 1277dbaff7
commit e7abdb9974
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229286
8 changed files with 54 additions and 12 deletions

View file

@ -5,10 +5,9 @@
# $FreeBSD$
PORTNAME= kshutdown
PORTVERSION= 1.0.3
PORTVERSION= 1.0.4
CATEGORIES= sysutils kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= SF
MAINTAINER= markus@FreeBSD.org
COMMENT= Advanced shutdown utility for KDE

View file

@ -1,3 +1,3 @@
MD5 (kshutdown-1.0.3.tar.bz2) = 3ede21e09cf740e91276ab38eae6c722
SHA256 (kshutdown-1.0.3.tar.bz2) = 1cf07351c47cbe7526d823d79985d511f1b3f82fcecd39663632a8e403e18d64
SIZE (kshutdown-1.0.3.tar.bz2) = 651597
MD5 (kshutdown-1.0.4.tar.bz2) = 1effdd6b97e702f604c113f8de5a19e4
SHA256 (kshutdown-1.0.4.tar.bz2) = b9154327ebbb4cd6e9b0b2957bc68c34926fc9e7bf20be9b69d418e8ce7a05c8
SIZE (kshutdown-1.0.4.tar.bz2) = 657371

View file

@ -0,0 +1,11 @@
--- actions.h.orig 2009-01-24 18:36:05.000000000 +1300
+++ kshutdown/actions.h 2009-01-24 18:35:58.000000000 +1300
@@ -28,7 +28,7 @@
// TODO: 2.0: logout command for GNOME (gnome-session-save --kill?)
DEFAULT_LOGOUT_COMMAND(""),
DEFAULT_REBOOT_COMMAND("/sbin/reboot"),
- DEFAULT_SHUT_DOWN_COMMAND("/sbin/poweroff");
+ DEFAULT_SHUT_DOWN_COMMAND("/sbin/halt -p");
#define ks_actions Action::getInstance()

View file

@ -0,0 +1,11 @@
--- systemconfig.cpp.orig 2009-01-24 18:36:05.000000000 +1300
+++ kshutdown/systemconfig.cpp 2009-01-24 18:34:34.000000000 +1300
@@ -90,7 +90,7 @@
_shutdownAllowItem = add(Info, i18n("Tip: Click here if you have problem with the \"/sbin/shutdown\" command."));
- checkFile("/sbin/poweroff");
+ checkFile("/sbin/halt");
checkFile("/sbin/reboot");
checkFile("/sbin/shutdown");
checkKDM();

View file

@ -5,10 +5,9 @@
# $FreeBSD$
PORTNAME= kshutdown
PORTVERSION= 1.0.3
PORTVERSION= 1.0.4
CATEGORIES= sysutils kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= SF
MAINTAINER= markus@FreeBSD.org
COMMENT= Advanced shutdown utility for KDE

View file

@ -1,3 +1,3 @@
MD5 (kshutdown-1.0.3.tar.bz2) = 3ede21e09cf740e91276ab38eae6c722
SHA256 (kshutdown-1.0.3.tar.bz2) = 1cf07351c47cbe7526d823d79985d511f1b3f82fcecd39663632a8e403e18d64
SIZE (kshutdown-1.0.3.tar.bz2) = 651597
MD5 (kshutdown-1.0.4.tar.bz2) = 1effdd6b97e702f604c113f8de5a19e4
SHA256 (kshutdown-1.0.4.tar.bz2) = b9154327ebbb4cd6e9b0b2957bc68c34926fc9e7bf20be9b69d418e8ce7a05c8
SIZE (kshutdown-1.0.4.tar.bz2) = 657371

View file

@ -0,0 +1,11 @@
--- actions.h.orig 2009-01-24 18:36:05.000000000 +1300
+++ kshutdown/actions.h 2009-01-24 18:35:58.000000000 +1300
@@ -28,7 +28,7 @@
// TODO: 2.0: logout command for GNOME (gnome-session-save --kill?)
DEFAULT_LOGOUT_COMMAND(""),
DEFAULT_REBOOT_COMMAND("/sbin/reboot"),
- DEFAULT_SHUT_DOWN_COMMAND("/sbin/poweroff");
+ DEFAULT_SHUT_DOWN_COMMAND("/sbin/halt -p");
#define ks_actions Action::getInstance()

View file

@ -0,0 +1,11 @@
--- systemconfig.cpp.orig 2009-01-24 18:36:05.000000000 +1300
+++ kshutdown/systemconfig.cpp 2009-01-24 18:34:34.000000000 +1300
@@ -90,7 +90,7 @@
_shutdownAllowItem = add(Info, i18n("Tip: Click here if you have problem with the \"/sbin/shutdown\" command."));
- checkFile("/sbin/poweroff");
+ checkFile("/sbin/halt");
checkFile("/sbin/reboot");
checkFile("/sbin/shutdown");
checkKDM();