svn commit: r521814 - head/sysutils/kshutdown
Tobias C. Berner
tcberner at FreeBSD.org
Thu Jan 2 09:28:28 UTC 2020
Author: tcberner
Date: Thu Jan 2 09:28:27 2020
New Revision: 521814
URL: https://svnweb.freebsd.org/changeset/ports/521814
Log:
sysutils/kshutdown: update to 5.2
- while here, cleanup USE_KDE line.
Modified:
head/sysutils/kshutdown/Makefile
head/sysutils/kshutdown/distinfo
Modified: head/sysutils/kshutdown/Makefile
==============================================================================
--- head/sysutils/kshutdown/Makefile Thu Jan 2 09:23:47 2020 (r521813)
+++ head/sysutils/kshutdown/Makefile Thu Jan 2 09:28:27 2020 (r521814)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= kshutdown
-DISTVERSION= 5.0
-PORTREVISION= 1
+DISTVERSION= 5.2
CATEGORIES= sysutils kde
MASTER_SITES= SF/${PORTNAME}/KShutdown/${DISTVERSION}/
DISTNAME= ${PORTNAME}-source-${DISTVERSION}
@@ -14,7 +13,9 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= alias cmake compiler:c++0x gettext kde:5 qt:5 zip
-USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons ecm globalaccel i18n idletime notifications notifyconfig widgetsaddons xmlgui
+USE_KDE= auth codecs config configwidgets coreaddons crash \
+ dbusaddons ecm globalaccel i18n idletime \
+ notifications notifyconfig widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
buildtools_build qmake_build
Modified: head/sysutils/kshutdown/distinfo
==============================================================================
--- head/sysutils/kshutdown/distinfo Thu Jan 2 09:23:47 2020 (r521813)
+++ head/sysutils/kshutdown/distinfo Thu Jan 2 09:28:27 2020 (r521814)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557067737
-SHA256 (kshutdown-source-5.0.zip) = 5f66537c4c20433cf44741268f7ac5e7f42bbb3e4151f7f67984a42a9d8429df
-SIZE (kshutdown-source-5.0.zip) = 454848
+TIMESTAMP = 1577957105
+SHA256 (kshutdown-source-5.2.zip) = 1ae0911b734a0d7eb12469ca95f066fb4d52c7880c2e9f1b692b236fd08337df
+SIZE (kshutdown-source-5.2.zip) = 445025
More information about the svn-ports-all
mailing list