From owner-svn-ports-head@FreeBSD.ORG Mon Jun 17 15:27:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 64224147; Mon, 17 Jun 2013 15:27:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5682D1DCC; Mon, 17 Jun 2013 15:27:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5HFRJJh032741; Mon, 17 Jun 2013 15:27:19 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5HFRIqw032737; Mon, 17 Jun 2013 15:27:18 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201306171527.r5HFRIqw032737@svn.freebsd.org> From: Martin Wilke Date: Mon, 17 Jun 2013 15:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321131 - head/sysutils/kdirstat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jun 2013 15:27:19 -0000 Author: miwi Date: Mon Jun 17 15:27:18 2013 New Revision: 321131 URL: http://svnweb.freebsd.org/changeset/ports/321131 Log: - Update to 2.7.4 PR: 179591 Submitted by: Ports Fury Modified: head/sysutils/kdirstat/Makefile (contents, props changed) head/sysutils/kdirstat/distinfo (contents, props changed) head/sysutils/kdirstat/pkg-descr (contents, props changed) head/sysutils/kdirstat/pkg-plist (contents, props changed) Modified: head/sysutils/kdirstat/Makefile ============================================================================== --- head/sysutils/kdirstat/Makefile Mon Jun 17 15:24:17 2013 (r321130) +++ head/sysutils/kdirstat/Makefile Mon Jun 17 15:27:18 2013 (r321131) @@ -1,30 +1,34 @@ -# New ports collection makefile for: kdirstat -# Date created: 25 Jun 2002 -# Whom: Stefan Jahn -# +# Created by: Stefan Jahn # $FreeBSD$ -# PORTNAME= kdirstat -PORTVERSION= 2.4.4 -PORTREVISION= 7 +PORTVERSION= 2.7.4 CATEGORIES= sysutils kde -MASTER_SITES= http://kdirstat.sourceforge.net/download/ +MASTER_SITES= https://bitbucket.org/jeromerobert/k4dirstat/get/ +DISTNAME= k4dirstat-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A small KDE utility that sums up disk usage for directory trees +COMMENT= KDE utility that sums up disk usage for directory trees -EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure +LICENSE= GPLv2 -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 +WRKSRC= ${WRKDIR}/jeromerobert-k4dirstat-33ed79e1054e USE_BZIP2= yes -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= cmake desktop-file-utils +USE_KDE4= automoc4 kdelibs kdeprefix libkonq +USE_QT4= moc_build qmake_build rcc_build uic_build +INSTALLS_ICONS= yes post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e \ + '/^Categories/s|=.*|=Qt;KDE;Utility;|' \ + ${WRKSRC}/src/k4dirstat.desktop + @${REINPLACE_CMD} -e \ + 's|||' \ + ${WRKSRC}/src/kdirreadjob.cpp + +post-install: + @${LN} -sf k4dirstat ${PREFIX}/bin/kdirstat .include Modified: head/sysutils/kdirstat/distinfo ============================================================================== --- head/sysutils/kdirstat/distinfo Mon Jun 17 15:24:17 2013 (r321130) +++ head/sysutils/kdirstat/distinfo Mon Jun 17 15:27:18 2013 (r321131) @@ -1,2 +1,2 @@ -SHA256 (kdirstat-2.4.4.tar.bz2) = 4e8317efab702f0eacff1ea15baed578c9599be1613231a21404da1062c6aee7 -SIZE (kdirstat-2.4.4.tar.bz2) = 642973 +SHA256 (k4dirstat-2.7.4.tar.bz2) = 2a2ba43c49ef0087e96676f748feb6bb77172c45eb9ee0db38bb3570f2ad216f +SIZE (k4dirstat-2.7.4.tar.bz2) = 225632 Modified: head/sysutils/kdirstat/pkg-descr ============================================================================== --- head/sysutils/kdirstat/pkg-descr Mon Jun 17 15:24:17 2013 (r321130) +++ head/sysutils/kdirstat/pkg-descr Mon Jun 17 15:27:18 2013 (r321131) @@ -1,10 +1,7 @@ -KDirStat (for KDE Directory Statistics) is a -small utility program that sums up disk usage -for directory trees. Its functionality is similar -to 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. +KDirStat (for KDE Directory Statistics) is a small utility program that +sums up disk usage for directory trees. Its functionality is similar to +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://kdirstat.sourceforge.net +WWW: http://bitbucket.org/jeromerobert/k4dirstat/ Modified: head/sysutils/kdirstat/pkg-plist ============================================================================== --- head/sysutils/kdirstat/pkg-plist Mon Jun 17 15:24:17 2013 (r321130) +++ head/sysutils/kdirstat/pkg-plist Mon Jun 17 15:27:18 2013 (r321131) @@ -1,39 +1,23 @@ +bin/k4dirstat bin/kdirstat -share/applnk/Utilities/kdirstat.desktop -share/apps/kconf_update/fix_move_to_trash_bin.pl -share/apps/kconf_update/kdirstat.upd -share/apps/kdirstat/icons/hicolor/16x16/actions/symlink.png -share/apps/kdirstat/icons/hicolor/32x32/actions/symlink.png -share/apps/kdirstat/icons/hicolor/48x48/actions/symlink.png -share/apps/kdirstat/icons/locolor/16x16/actions/symlink.png -share/apps/kdirstat/kdirstatui.rc -share/doc/HTML/en/kdirstat/common -share/doc/HTML/en/kdirstat/feedback-mail.png -share/doc/HTML/en/kdirstat/index.cache.bz2 -share/doc/HTML/en/kdirstat/index.docbook -share/doc/HTML/en/kdirstat/kdirstat-config-cleanups.png -share/doc/HTML/en/kdirstat/kdirstat-config-tree-colors.png -share/doc/HTML/en/kdirstat/kdirstat-main.png -share/icons/hicolor/16x16/apps/kdirstat.png -share/icons/hicolor/32x32/apps/kdirstat.png -share/icons/locolor/16x16/apps/kdirstat.png -share/icons/locolor/32x32/apps/kdirstat.png -share/locale/de/LC_MESSAGES/kdirstat.mo -share/locale/fr/LC_MESSAGES/kdirstat.mo -share/locale/hu/LC_MESSAGES/kdirstat.mo -share/locale/it/LC_MESSAGES/kdirstat.mo -share/locale/ja/LC_MESSAGES/kdirstat.mo -@dirrm share/doc/HTML/en/kdirstat -@dirrm share/apps/kdirstat/icons/locolor/16x16/actions -@dirrm share/apps/kdirstat/icons/locolor/16x16 -@dirrm share/apps/kdirstat/icons/locolor -@dirrm share/apps/kdirstat/icons/hicolor/48x48/actions -@dirrm share/apps/kdirstat/icons/hicolor/48x48 -@dirrm share/apps/kdirstat/icons/hicolor/32x32/actions -@dirrm share/apps/kdirstat/icons/hicolor/32x32 -@dirrm share/apps/kdirstat/icons/hicolor/16x16/actions -@dirrm share/apps/kdirstat/icons/hicolor/16x16 -@dirrm share/apps/kdirstat/icons/hicolor -@dirrm share/apps/kdirstat/icons -@dirrm share/apps/kdirstat -@dirrmtry share/apps/kconf_update +share/applications/kde4/k4dirstat.desktop +share/apps/k4dirstat/k4dirstatui.rc +share/config.kcfg/k4dirstat.kcfg +share/doc/HTML/en/k4dirstat/common +share/doc/HTML/en/k4dirstat/feedback-mail.png +share/doc/HTML/en/k4dirstat/index.cache.bz2 +share/doc/HTML/en/k4dirstat/index.docbook +share/doc/HTML/en/k4dirstat/kdirstat-config-cleanups.png +share/doc/HTML/en/k4dirstat/kdirstat-config-tree-colors.png +share/doc/HTML/en/k4dirstat/kdirstat-main.png +share/icons/hicolor/16x16/apps/k4dirstat.png +share/icons/hicolor/32x32/apps/k4dirstat.png +share/icons/hicolor/48x48/apps/k4dirstat.png +share/icons/hicolor/scalable/apps/k4dirstat.svgz +share/locale/de/LC_MESSAGES/k4dirstat.mo +share/locale/fr/LC_MESSAGES/k4dirstat.mo +share/locale/hu/LC_MESSAGES/k4dirstat.mo +share/locale/it/LC_MESSAGES/k4dirstat.mo +share/locale/ja/LC_MESSAGES/k4dirstat.mo +@dirrm share/doc/HTML/en/k4dirstat +@dirrm share/apps/k4dirstat