Date: Mon, 25 Nov 2019 22:14:50 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518432 - in head: . sysutils sysutils/k4dirstat sysutils/k4dirstat/files sysutils/kdirstat Message-ID: <201911252214.xAPMEoeM071107@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon Nov 25 22:14:50 2019 New Revision: 518432 URL: https://svnweb.freebsd.org/changeset/ports/518432 Log: - Renaming to match upstream name [1] - Update to 3.2.0 PR: 239780 Reported by: cem [1] Added: head/sysutils/k4dirstat/ - copied from r518431, head/sysutils/kdirstat/ Deleted: head/sysutils/kdirstat/ Modified: head/MOVED head/sysutils/Makefile head/sysutils/k4dirstat/Makefile head/sysutils/k4dirstat/distinfo head/sysutils/k4dirstat/files/patch-src__k4dirstat.cpp head/sysutils/k4dirstat/pkg-descr head/sysutils/k4dirstat/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Mon Nov 25 22:14:35 2019 (r518431) +++ head/MOVED Mon Nov 25 22:14:50 2019 (r518432) @@ -13501,3 +13501,4 @@ math/py-onnx-tf|misc/py-onnx-tf|2019-11-24|Move to a m 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 Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Nov 25 22:14:35 2019 (r518431) +++ head/sysutils/Makefile Mon Nov 25 22:14:50 2019 (r518432) @@ -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 Modified: head/sysutils/k4dirstat/Makefile ============================================================================== --- head/sysutils/kdirstat/Makefile Mon Nov 25 22:14:35 2019 (r518431) +++ head/sysutils/k4dirstat/Makefile Mon Nov 25 22:14:50 2019 (r518432) @@ -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 \ @@ -31,8 +29,5 @@ post-patch: @${REINPLACE_CMD} -e \ 's|<sys/errno.h>|<errno.h>|' \ ${WRKSRC}/src/kdirreadjob.cpp - -post-install: - @${LN} -sf k4dirstat ${STAGEDIR}${PREFIX}/bin/kdirstat .include <bsd.port.mk> Modified: head/sysutils/k4dirstat/distinfo ============================================================================== --- head/sysutils/kdirstat/distinfo Mon Nov 25 22:14:35 2019 (r518431) +++ head/sysutils/k4dirstat/distinfo Mon Nov 25 22:14:50 2019 (r518432) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550698397 -SHA256 (k4dirstat-3.1.4.tar.bz2) = 1b3f54a4e2e2a0b530cb95652a4c2f14f5ce7cb075eeafa738539f7b95baa845 -SIZE (k4dirstat-3.1.4.tar.bz2) = 230737 +TIMESTAMP = 1574713309 +SHA256 (jeromerobert-k4dirstat-3.2.0_GH0.tar.gz) = c266f42d1263e2c9b95f222c514162d72014c92020560a23765a1ee17c00997e +SIZE (jeromerobert-k4dirstat-3.2.0_GH0.tar.gz) = 249518 Modified: head/sysutils/k4dirstat/files/patch-src__k4dirstat.cpp ============================================================================== --- head/sysutils/kdirstat/files/patch-src__k4dirstat.cpp Mon Nov 25 22:14:35 2019 (r518431) +++ head/sysutils/k4dirstat/files/patch-src__k4dirstat.cpp Mon Nov 25 22:14:50 2019 (r518432) @@ -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>\ + Modified: head/sysutils/k4dirstat/pkg-descr ============================================================================== --- head/sysutils/kdirstat/pkg-descr Mon Nov 25 22:14:35 2019 (r518431) +++ head/sysutils/k4dirstat/pkg-descr Mon Nov 25 22:14:50 2019 (r518432) @@ -4,4 +4,4 @@ the Unix du command, but it provides more helpful diag 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 Modified: head/sysutils/k4dirstat/pkg-plist ============================================================================== --- head/sysutils/kdirstat/pkg-plist Mon Nov 25 22:14:35 2019 (r518431) +++ head/sysutils/k4dirstat/pkg-plist Mon Nov 25 22:14:50 2019 (r518432) @@ -1,5 +1,4 @@ bin/k4dirstat -bin/kdirstat man/man1/k4dirstat.1.gz share/applications/k4dirstat.desktop share/config.kcfg/k4dirstat.kcfg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911252214.xAPMEoeM071107>