From owner-svn-ports-all@freebsd.org Sat Sep 16 07:10:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FA95E0514C; Sat, 16 Sep 2017 07:10:39 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 517386BA27; Sat, 16 Sep 2017 07:10:39 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8G7AcI0018226; Sat, 16 Sep 2017 07:10:38 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8G7AciS018221; Sat, 16 Sep 2017 07:10:38 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709160710.v8G7AciS018221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 16 Sep 2017 07:10:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449946 - in head: . sysutils sysutils/filelight sysutils/filelight-kde4 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: . sysutils sysutils/filelight sysutils/filelight-kde4 X-SVN-Commit-Revision: 449946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2017 07:10:39 -0000 Author: tcberner Date: Sat Sep 16 07:10:37 2017 New Revision: 449946 URL: https://svnweb.freebsd.org/changeset/ports/449946 Log: Update sysutils/filelight-kde4 to 17.04.3 and rename it in the process * Now uses Qt5/KF5 PR: 221140 Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D11899 Added: head/sysutils/filelight/ - copied from r449945, head/sysutils/filelight-kde4/ Deleted: head/sysutils/filelight-kde4/ Modified: head/MOVED head/sysutils/Makefile head/sysutils/filelight/Makefile head/sysutils/filelight/distinfo head/sysutils/filelight/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sat Sep 16 07:09:34 2017 (r449945) +++ head/MOVED Sat Sep 16 07:10:37 2017 (r449946) @@ -9546,3 +9546,4 @@ devel/py3-enum34||2017-09-03|Removed, Python 3.3 only security/clambc||2017-09-14|Has expired: Practically unmaintained, featuring issues elsewhere solved 6 years ago devel/cmake-modules||2017-09-14|Merged with devel/cmake devel/cargo|lang/rust|2017-09-15|Merged with lang/rust +sysutils/filelight-kde4|sysutils/filelight|2017-09-16|Renamed to sysutils/filelight Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Sep 16 07:09:34 2017 (r449945) +++ head/sysutils/Makefile Sat Sep 16 07:10:37 2017 (r449946) @@ -312,7 +312,7 @@ SUBDIR += ffs2recov SUBDIR += file SUBDIR += filedupe - SUBDIR += filelight-kde4 + SUBDIR += filelight SUBDIR += fileprune SUBDIR += fileschanged SUBDIR += filetype Modified: head/sysutils/filelight/Makefile ============================================================================== --- head/sysutils/filelight-kde4/Makefile Sat Sep 16 07:09:34 2017 (r449945) +++ head/sysutils/filelight/Makefile Sat Sep 16 07:10:37 2017 (r449946) @@ -2,15 +2,25 @@ # $FreeBSD$ PORTNAME= filelight -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= sysutils kde kde-kde4 +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Map of concentric segmented-rings representing file system -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= qmake_build moc_build rcc_build uic_build +BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ + docbook-xml>0:textproc/docbook-xml + +USES= cmake:outsource desktop-file-utils gettext kde:5 tar:xz +USE_KDE= auth codecs completion config configwidgets coreaddons doctools \ + ecm i18n jobwidgets kio parts service solid sonnet textwidgets \ + widgetsaddons xmlgui +USE_QT5= core dbus gui network script widgets xml \ + buildtools_build qmake_build + +# Override KDE_APPLICATIONS_VERSION -- 16.12.3 which is the current one in kde.mk +# does not yet ship the localization as part of their distfiles. As we did not import +# kde-l10n 16.12.3, the localization of this port would be broken otherwise. +KDE_APPLICATIONS_VERSION= 17.04.3 .include Modified: head/sysutils/filelight/distinfo ============================================================================== --- head/sysutils/filelight-kde4/distinfo Sat Sep 16 07:09:34 2017 (r449945) +++ head/sysutils/filelight/distinfo Sat Sep 16 07:10:37 2017 (r449946) @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/filelight-4.14.3.tar.xz) = 81d59038b6d748bb874ece861943e6cf0576ebde0c48ee953214d5ddbe09f79a -SIZE (KDE/4.14.3/filelight-4.14.3.tar.xz) = 286976 +TIMESTAMP = 1505545501 +SHA256 (KDE/applications/17.04.3/filelight-17.04.3.tar.xz) = efd5abd3bdb53dc77dbcc0947f28c9a9f004ce7cc905d16244fb8df847843c6b +SIZE (KDE/applications/17.04.3/filelight-17.04.3.tar.xz) = 652892 Modified: head/sysutils/filelight/pkg-plist ============================================================================== --- head/sysutils/filelight-kde4/pkg-plist Sat Sep 16 07:09:34 2017 (r449945) +++ head/sysutils/filelight/pkg-plist Sat Sep 16 07:10:37 2017 (r449946) @@ -1,21 +1,96 @@ bin/filelight -lib/kde4/filelightpart.so -share/applications/kde4/filelight.desktop -share/apps/filelight/filelightui.rc -share/apps/filelightpart/filelightpartui.rc -share/config/filelightrc -share/doc/HTML/en/filelight/common +etc/xdg/filelightrc +%%QT_PLUGINDIR%%/filelightpart.so +share/applications/org.kde.filelight.desktop +share/doc/HTML/de/filelight/config_appear.png +share/doc/HTML/de/filelight/config_scan.png +share/doc/HTML/de/filelight/index.cache.bz2 +share/doc/HTML/de/filelight/index.docbook +share/doc/HTML/de/filelight/radial_map.png +share/doc/HTML/de/filelight/radial_map_context_menu.png share/doc/HTML/en/filelight/config_appear.png share/doc/HTML/en/filelight/config_scan.png share/doc/HTML/en/filelight/index.cache.bz2 share/doc/HTML/en/filelight/index.docbook share/doc/HTML/en/filelight/radial_map.png share/doc/HTML/en/filelight/radial_map_context_menu.png +share/doc/HTML/es/filelight/index.cache.bz2 +share/doc/HTML/es/filelight/index.docbook +share/doc/HTML/et/filelight/index.cache.bz2 +share/doc/HTML/et/filelight/index.docbook +share/doc/HTML/fr/filelight/index.cache.bz2 +share/doc/HTML/fr/filelight/index.docbook +share/doc/HTML/it/filelight/index.cache.bz2 +share/doc/HTML/it/filelight/index.docbook +share/doc/HTML/nl/filelight/index.cache.bz2 +share/doc/HTML/nl/filelight/index.docbook +share/doc/HTML/pt/filelight/index.cache.bz2 +share/doc/HTML/pt/filelight/index.docbook +share/doc/HTML/pt_BR/filelight/config_appear.png +share/doc/HTML/pt_BR/filelight/config_scan.png +share/doc/HTML/pt_BR/filelight/index.cache.bz2 +share/doc/HTML/pt_BR/filelight/index.docbook +share/doc/HTML/pt_BR/filelight/radial_map.png +share/doc/HTML/pt_BR/filelight/radial_map_context_menu.png +share/doc/HTML/sv/filelight/index.cache.bz2 +share/doc/HTML/sv/filelight/index.docbook +share/doc/HTML/uk/filelight/config_appear.png +share/doc/HTML/uk/filelight/config_scan.png +share/doc/HTML/uk/filelight/index.cache.bz2 +share/doc/HTML/uk/filelight/index.docbook +share/doc/HTML/uk/filelight/radial_map.png +share/doc/HTML/uk/filelight/radial_map_context_menu.png +share/kservices5/filelightpart.desktop +share/kxmlgui5/filelightpart/filelightpartui.rc share/icons/hicolor/16x16/apps/filelight.png share/icons/hicolor/22x22/apps/filelight.png -share/icons/hicolor/32x32/actions/view_filelight.png +share/icons/hicolor/32x32/actions/views_filelight.png share/icons/hicolor/32x32/apps/filelight.png share/icons/hicolor/48x48/apps/filelight.png share/icons/hicolor/64x64/apps/filelight.png -share/icons/hicolor/scalable/apps/filelight.svgz -share/kde4/services/filelightpart.desktop +share/kxmlgui5/filelight/filelightui.rc +share/locale/ast/LC_MESSAGES/filelight.mo +share/locale/bg/LC_MESSAGES/filelight.mo +share/locale/bs/LC_MESSAGES/filelight.mo +share/locale/ca/LC_MESSAGES/filelight.mo +share/locale/ca@valencia/LC_MESSAGES/filelight.mo +share/locale/cs/LC_MESSAGES/filelight.mo +share/locale/da/LC_MESSAGES/filelight.mo +share/locale/de/LC_MESSAGES/filelight.mo +share/locale/el/LC_MESSAGES/filelight.mo +share/locale/en_GB/LC_MESSAGES/filelight.mo +share/locale/eo/LC_MESSAGES/filelight.mo +share/locale/es/LC_MESSAGES/filelight.mo +share/locale/et/LC_MESSAGES/filelight.mo +share/locale/eu/LC_MESSAGES/filelight.mo +share/locale/fi/LC_MESSAGES/filelight.mo +share/locale/fr/LC_MESSAGES/filelight.mo +share/locale/ga/LC_MESSAGES/filelight.mo +share/locale/gl/LC_MESSAGES/filelight.mo +share/locale/hu/LC_MESSAGES/filelight.mo +share/locale/ia/LC_MESSAGES/filelight.mo +share/locale/it/LC_MESSAGES/filelight.mo +share/locale/ja/LC_MESSAGES/filelight.mo +share/locale/kk/LC_MESSAGES/filelight.mo +share/locale/ko/LC_MESSAGES/filelight.mo +share/locale/lt/LC_MESSAGES/filelight.mo +share/locale/mr/LC_MESSAGES/filelight.mo +share/locale/nb/LC_MESSAGES/filelight.mo +share/locale/nds/LC_MESSAGES/filelight.mo +share/locale/nl/LC_MESSAGES/filelight.mo +share/locale/nn/LC_MESSAGES/filelight.mo +share/locale/pa/LC_MESSAGES/filelight.mo +share/locale/pl/LC_MESSAGES/filelight.mo +share/locale/pt/LC_MESSAGES/filelight.mo +share/locale/pt_BR/LC_MESSAGES/filelight.mo +share/locale/ro/LC_MESSAGES/filelight.mo +share/locale/ru/LC_MESSAGES/filelight.mo +share/locale/sk/LC_MESSAGES/filelight.mo +share/locale/sl/LC_MESSAGES/filelight.mo +share/locale/sr/LC_MESSAGES/filelight.mo +share/locale/sv/LC_MESSAGES/filelight.mo +share/locale/tr/LC_MESSAGES/filelight.mo +share/locale/ug/LC_MESSAGES/filelight.mo +share/locale/uk/LC_MESSAGES/filelight.mo +share/locale/zh_CN/LC_MESSAGES/filelight.mo +share/locale/zh_TW/LC_MESSAGES/filelight.mo