Index: head/sysutils/kshutdown-kde4/Makefile =================================================================== --- head/sysutils/kshutdown-kde4/Makefile (revision 464070) +++ head/sysutils/kshutdown-kde4/Makefile (revision 464071) @@ -1,26 +1,25 @@ # $FreeBSD$ PORTNAME= kshutdown -DISTVERSION= 4.0 -PORTREVISION= 4 +DISTVERSION= 4.2 CATEGORIES= sysutils kde MASTER_SITES= SF/${PORTNAME}/KShutdown/${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Advanced shutdown utility for KDE LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= alias cmake:outsource compiler:c++0x gettext kde:4 zip USE_QT4= corelib dbus gui moc_build qmake_build rcc_build svg uic_build USE_KDE= automoc4 kdelibs workspace WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} # Make sure, we're building the KDE4 version. CMAKE_ARGS= -DKS_KF5:BOOL=FALSE \ -DKS_PURE_QT:BOOL=FALSE .include Index: head/sysutils/kshutdown-kde4/distinfo =================================================================== --- head/sysutils/kshutdown-kde4/distinfo (revision 464070) +++ head/sysutils/kshutdown-kde4/distinfo (revision 464071) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472666353 -SHA256 (kshutdown-source-4.0.zip) = 75733e5b55b36add775a2788365ee6f5fe8b3d21598e2a17e68b2f8dd62199fc -SIZE (kshutdown-source-4.0.zip) = 459493 +TIMESTAMP = 1518255984 +SHA256 (kshutdown-source-4.2.zip) = 48e537b593fd2470c0cfeca7c2c48ac3221fdb48b0fb89bfb898e4faf531ee46 +SIZE (kshutdown-source-4.2.zip) = 463140 Index: head/sysutils/kshutdown-kde4/files/patch-src__CMakeLists.txt =================================================================== --- head/sysutils/kshutdown-kde4/files/patch-src__CMakeLists.txt (revision 464070) +++ head/sysutils/kshutdown-kde4/files/patch-src__CMakeLists.txt (nonexistent) @@ -1,51 +0,0 @@ -From https://sourceforge.net/p/kshutdown/patches/6/: - -The attached patch switches the INSTALL(PROGRAMS) calls in src/CMakeLists.txt -to calls to INSTALL(TARGETS). -CMake's documentation for INSTALL(PROGRAMS) says: - This form is intended to install programs that are not - targets, such as shell scripts. Use the TARGETS form to - install targets built within the project. -Additionally, installing a target also causes CMake to create additional -targets, suchas install/strip, to automatically strip the binary (useful -for packagers and people building in release mode). - - -Index: src/CMakeLists.txt -=================================================================== ---- src/CMakeLists.txt (revision 835) -+++ src/CMakeLists.txt (working copy) -@@ -54,6 +54,7 @@ - include_directories(${CMAKE_CURRENT_BINARY_DIR}) - - if(KS_PURE_QT) -+ set_target_properties(kshutdown PROPERTIES OUTPUT_NAME kshutdown-qt) - target_link_libraries(kshutdown ${Qt5Widgets_LIBRARIES} ${Qt5DBus_LIBRARIES}) - elseif(KS_KF5) - target_link_libraries(kshutdown Qt5::DBus Qt5::Widgets KF5::ConfigCore KF5::ConfigWidgets KF5::DBusAddons KF5::GlobalAccel KF5::I18n KF5::IdleTime KF5::Notifications KF5::NotifyConfig KF5::XmlGui) -@@ -66,14 +67,13 @@ - set(XDG_APPS_INSTALL_DIR ${DATA_INSTALL_DIR}/applications) - - install( -- PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/kshutdown" -+ TARGETS kshutdown - DESTINATION bin -- RENAME kshutdown-qt - ) - install(FILES kshutdown-qt.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) - elseif(KS_KF5) - install( -- PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/kshutdown" -+ TARGETS kshutdown - DESTINATION bin - ) - install(FILES kshutdown.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) -@@ -80,7 +80,7 @@ - install(FILES kshutdown.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR}) - else() - install( -- PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/kshutdown" -+ TARGETS kshutdown - DESTINATION bin - ) - install(FILES kshutdown.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) Property changes on: head/sysutils/kshutdown-kde4/files/patch-src__CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/kshutdown-kde4/files/patch-src_triggers_processmonitor.cpp =================================================================== --- head/sysutils/kshutdown-kde4/files/patch-src_triggers_processmonitor.cpp (nonexistent) +++ head/sysutils/kshutdown-kde4/files/patch-src_triggers_processmonitor.cpp (revision 464071) @@ -0,0 +1,10 @@ +--- src/triggers/processmonitor.cpp.orig 2018-03-09 21:45:20 UTC ++++ src/triggers/processmonitor.cpp +@@ -20,6 +20,7 @@ + #include "../config.h" + #include "../utils.h" + ++#include + #include + #include + Property changes on: head/sysutils/kshutdown-kde4/files/patch-src_triggers_processmonitor.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property