Date: Wed, 26 Dec 2018 16:56:55 +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: r488405 - head/sysutils/kdirstat Message-ID: <201812261656.wBQGutdR038551@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Wed Dec 26 16:56:55 2018 New Revision: 488405 URL: https://svnweb.freebsd.org/changeset/ports/488405 Log: - Update to 3.1.3 - Remove DEPRECATED Modified: head/sysutils/kdirstat/Makefile head/sysutils/kdirstat/distinfo head/sysutils/kdirstat/pkg-plist Modified: head/sysutils/kdirstat/Makefile ============================================================================== --- head/sysutils/kdirstat/Makefile Wed Dec 26 16:48:37 2018 (r488404) +++ head/sysutils/kdirstat/Makefile Wed Dec 26 16:56:55 2018 (r488405) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= kdirstat -PORTVERSION= 2.7.8 -PORTREVISION= 3 +PORTVERSION= 3.1.3 CATEGORIES= sysutils kde MASTER_SITES= https://bitbucket.org/jeromerobert/k4dirstat/get/ DISTNAME= k4dirstat-${PORTVERSION} @@ -14,16 +13,14 @@ COMMENT= KDE utility that sums up disk usage for direc LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2018-12-31 +USES= cmake cpe desktop-file-utils gettext-tools kde:5 qt:5 tar:bzip2 -WRKSRC= ${WRKDIR}/jeromerobert-k4dirstat-3a4663ee20e7 +WRKSRC= ${WRKDIR}/jeromerobert-k4dirstat-fcf698417d42 -USES= cmake cpe gettext-tools kde:4 qt:4 tar:bzip2 CPE_VENDOR= kdirstat_project -USE_KDE= automoc4 kdelibs libkonq -USE_QT= corelib dbus gui network qt3support svg xml \ - moc_build qmake_build rcc_build uic_build +USE_KDE= auth codecs completion config configwidgets coreaddons doctools \ + i18n iconthemes jobwidgets kio service widgetsaddons xmlgui +USE_QT= buildtools core gui dbus network qmake widgets xml post-patch: @${REINPLACE_CMD} -e \ Modified: head/sysutils/kdirstat/distinfo ============================================================================== --- head/sysutils/kdirstat/distinfo Wed Dec 26 16:48:37 2018 (r488404) +++ head/sysutils/kdirstat/distinfo Wed Dec 26 16:56:55 2018 (r488405) @@ -1,2 +1,3 @@ -SHA256 (k4dirstat-2.7.8.tar.bz2) = b897780cf2d8984c83de270bd4dc9b4f0ffb7fc69cd3e52ed3457b7c97e59c8d -SIZE (k4dirstat-2.7.8.tar.bz2) = 227532 +TIMESTAMP = 1545832769 +SHA256 (k4dirstat-3.1.3.tar.bz2) = 8dedbbcf9eaf8519eb836332b1792774db355710b558706cf6470cbc2f45412a +SIZE (k4dirstat-3.1.3.tar.bz2) = 230480 Modified: head/sysutils/kdirstat/pkg-plist ============================================================================== --- head/sysutils/kdirstat/pkg-plist Wed Dec 26 16:48:37 2018 (r488404) +++ head/sysutils/kdirstat/pkg-plist Wed Dec 26 16:56:55 2018 (r488405) @@ -1,9 +1,8 @@ bin/k4dirstat bin/kdirstat -share/applications/kde4/k4dirstat.desktop -share/apps/k4dirstat/k4dirstatui.rc +man/man1/k4dirstat.1.gz +share/applications/k4dirstat.desktop 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 @@ -14,9 +13,13 @@ 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/ca/LC_MESSAGES/k4dirstat.mo share/locale/de/LC_MESSAGES/k4dirstat.mo +share/locale/es_AR/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 +share/locale/lt/LC_MESSAGES/k4dirstat.mo +share/locale/lv/LC_MESSAGES/k4dirstat.mo share/locale/nl/LC_MESSAGES/k4dirstat.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812261656.wBQGutdR038551>