- Renaming to match upstream name [1]
- Update to 3.2.0 PR: 239780 Reported by: cem [1]
This commit is contained in:
parent
9b55d811e0
commit
ebf3359d7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518432
8 changed files with 14 additions and 19 deletions
1
MOVED
1
MOVED
|
@ -13501,3 +13501,4 @@ math/py-onnx-tf|misc/py-onnx-tf|2019-11-24|Move to a more appropriate category
|
|||
misc/console-bridge|devel/ros-console_bridge|2019-11-24|Use devel/ros-console_bridge instead
|
||||
misc/urdfdom-headers|devel/ros-urdfdom_headers|2019-11-24|Use devel/ros-urdfdom_headers instead
|
||||
misc/urdfdom|devel/ros-urdfdom|2019-11-24|Use devel/ros-urdfdom instead
|
||||
sysutils/kdirstat|sysutils/k4dirstat|2019-11-25|Renamed to match the upstream name
|
||||
|
|
|
@ -546,6 +546,7 @@
|
|||
SUBDIR += jvmtop
|
||||
SUBDIR += jx
|
||||
SUBDIR += k3b
|
||||
SUBDIR += k4dirstat
|
||||
SUBDIR += k8temp
|
||||
SUBDIR += kbackup
|
||||
SUBDIR += kcron
|
||||
|
@ -553,7 +554,6 @@
|
|||
SUBDIR += kdebugsettings
|
||||
SUBDIR += kdf
|
||||
SUBDIR += kdialog
|
||||
SUBDIR += kdirstat
|
||||
SUBDIR += keyboard-daemon
|
||||
SUBDIR += kf5-baloo
|
||||
SUBDIR += kf5-kwallet
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
# Created by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kdirstat
|
||||
PORTVERSION= 3.1.4
|
||||
PORTREVISION= 1
|
||||
PORTNAME= k4dirstat
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= sysutils kde
|
||||
MASTER_SITES= https://bitbucket.org/jeromerobert/k4dirstat/get/
|
||||
DISTNAME= k4dirstat-${PORTVERSION}
|
||||
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= KDE utility that sums up disk usage for directory trees
|
||||
|
@ -17,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext-tools \
|
||||
kde:5 qt:5 tar:bzip2
|
||||
|
||||
WRKSRC= ${WRKDIR}/jeromerobert-k4dirstat-0fd87f361645
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jeromerobert
|
||||
|
||||
CPE_VENDOR= kdirstat_project
|
||||
USE_KDE= auth codecs completion config configwidgets coreaddons doctools \
|
||||
|
@ -32,7 +30,4 @@ post-patch:
|
|||
's|<sys/errno.h>|<errno.h>|' \
|
||||
${WRKSRC}/src/kdirreadjob.cpp
|
||||
|
||||
post-install:
|
||||
@${LN} -sf k4dirstat ${STAGEDIR}${PREFIX}/bin/kdirstat
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/k4dirstat/distinfo
Normal file
3
sysutils/k4dirstat/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1574713309
|
||||
SHA256 (jeromerobert-k4dirstat-3.2.0_GH0.tar.gz) = c266f42d1263e2c9b95f222c514162d72014c92020560a23765a1ee17c00997e
|
||||
SIZE (jeromerobert-k4dirstat-3.2.0_GH0.tar.gz) = 249518
|
|
@ -1,10 +1,10 @@
|
|||
--- src/k4dirstat.cpp.orig
|
||||
--- src/k4dirstat.cpp.orig 2019-11-23 11:51:27 UTC
|
||||
+++ src/k4dirstat.cpp
|
||||
@@ -14,6 +14,7 @@
|
||||
//#include "k4dirstatview.h"
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "k4dirstat.h"
|
||||
#include "settings.h"
|
||||
|
||||
+#include <unistd.h>
|
||||
#include <QtGui/QDropEvent>
|
||||
#include <QtGui/QPainter>
|
||||
#include <QtGui/QPrinter>\
|
||||
|
|
@ -4,4 +4,4 @@ the Unix du command, but it provides more helpful diagnostic
|
|||
information. KDirStat also features some built-in cleanup facilities and
|
||||
the ability to include your own cleanup commands or scripts.
|
||||
|
||||
WWW: http://bitbucket.org/jeromerobert/k4dirstat/
|
||||
WWW: https://github.com/jeromerobert/k4dirstat
|
|
@ -1,5 +1,4 @@
|
|||
bin/k4dirstat
|
||||
bin/kdirstat
|
||||
man/man1/k4dirstat.1.gz
|
||||
share/applications/k4dirstat.desktop
|
||||
share/config.kcfg/k4dirstat.kcfg
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1550698397
|
||||
SHA256 (k4dirstat-3.1.4.tar.bz2) = 1b3f54a4e2e2a0b530cb95652a4c2f14f5ce7cb075eeafa738539f7b95baa845
|
||||
SIZE (k4dirstat-3.1.4.tar.bz2) = 230737
|
Loading…
Reference in a new issue