Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163199438
D11899.id31660.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
8 KB
Referenced Files
None
Subscribers
None
D11899.id31660.diff
View Options
Index: MOVED
===================================================================
--- MOVED
+++ MOVED
@@ -9463,7 +9463,7 @@
devel/libbrotli|archivers/brotli|2017-07-12|meta project no longer required to build libs
dns/opendnssec13|dns/opendnssec|2017-07-13|Has expired: Approaching EOL, upgrade to opendnssec 1.4 or 2
multimedia/banshee||2017-07-13|Has expired: Project is not being actively maintained upstream anymore
-www/libhtp-suricata||2017-07-16|No longer required. security/suricata now uses official (not forked) libhtp
+www/libhtp-suricata||2017-07-16|No longer required. security/suricata now uses official (not forked) libhtp
databases/py-odbc|databases/py-pyodbc|2017-07-18|Rename to comply with PyPI scheme
security/sshguard-ipfw|security/sshguard|2017-07-20|Merged with security/sshguard
security/sshguard-pf|security/sshguard|2017-07-20|Merged with security/sshguard
@@ -9499,3 +9499,4 @@
security/openvas-scanner|security/openvas8-scanner|2017-08-03|Renamed to include openvas 9 ports. It reflects a better name
security/greenbone-security-assistant|security/greenbone-security-assistant8|2017-08-03|Renamed to include openvas 9 ports. It reflects a better name
sysutils/consolekit|sysutils/consolekit2|2017-08-05|Continuation of the consolekit project
+sysutils/filelight-kde4|sysutils/filelight|2017-05-30|Renamed to sysutils/filelight
Index: sysutils/Makefile
===================================================================
--- sysutils/Makefile
+++ sysutils/Makefile
@@ -301,7 +301,7 @@
SUBDIR += ffs2recov
SUBDIR += file
SUBDIR += filedupe
- SUBDIR += filelight-kde4
+ SUBDIR += filelight
SUBDIR += fileprune
SUBDIR += fileschanged
SUBDIR += filetype
Index: sysutils/filelight-kde4/Makefile
===================================================================
--- sysutils/filelight-kde4/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Created by: Rusty Nejdl <rnejdl@ringofsaturn.com>
-# $FreeBSD$
-
-PORTNAME= filelight
-PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
-CATEGORIES= sysutils kde kde-kde4
-
-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
-
-.include <bsd.port.mk>
Index: sysutils/filelight-kde4/distinfo
===================================================================
--- sysutils/filelight-kde4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (KDE/4.14.3/filelight-4.14.3.tar.xz) = 81d59038b6d748bb874ece861943e6cf0576ebde0c48ee953214d5ddbe09f79a
-SIZE (KDE/4.14.3/filelight-4.14.3.tar.xz) = 286976
Index: sysutils/filelight-kde4/pkg-descr
===================================================================
--- sysutils/filelight-kde4/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Filelight allows you to quickly understand exactly where your
-diskspace is being used by graphically representing your file system
-as a set of concentric segmented-rings. You can use it to locate
-hotspots of disk usage and then manipulate those areas using a file
-manager.
-
-WWW: http://utils.kde.org/projects/filelight
Index: sysutils/filelight-kde4/pkg-plist
===================================================================
--- sysutils/filelight-kde4/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-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/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/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
Index: sysutils/filelight/Makefile
===================================================================
--- sysutils/filelight/Makefile
+++ sysutils/filelight/Makefile
@@ -2,15 +2,17 @@
# $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 gettext kde:5 tar:xz
+USE_KDE= coreaddons doctools ecm i18n kio parts solid xmlgui
+USE_QT5= buildtools_build core dbus qmake_build script widgets
.include <bsd.port.mk>
Index: sysutils/filelight/distinfo
===================================================================
--- sysutils/filelight/distinfo
+++ sysutils/filelight/distinfo
@@ -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 = 1501825343
+SHA256 (KDE/applications/17.07.90/filelight-17.07.90.tar.xz) = 17c37d1eebd01e5bc152fa9d7aa62a1d015d1cf17c55bbbd2b20352d6ad8eebf
+SIZE (KDE/applications/17.07.90/filelight-17.07.90.tar.xz) = 650236
Index: sysutils/filelight/pkg-plist
===================================================================
--- sysutils/filelight/pkg-plist
+++ sysutils/filelight/pkg-plist
@@ -1,21 +1,55 @@
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
-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
+etc/xdg/filelightrc
+share/applications/org.kde.filelight.desktop
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 21, 11:59 PM (8 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35338312
Default Alt Text
D11899.id31660.diff (8 KB)
Attached To
Mode
D11899: Update sysutils/filelight-kde4 to 17.04.3 and rename it in the process
Attached
Detach File
Event Timeline
Log In to Comment