svn commit: r493686 - head/sysutils/kdirstat

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Feb 23 15:30:21 UTC 2019


Author: danilo
Date: Sat Feb 23 15:30:19 2019
New Revision: 493686
URL: https://svnweb.freebsd.org/changeset/ports/493686

Log:
  - Update to 3.1.4
  - Use {buildtools,qmake}_build instead of buildtools and qmake

Modified:
  head/sysutils/kdirstat/Makefile
  head/sysutils/kdirstat/distinfo

Modified: head/sysutils/kdirstat/Makefile
==============================================================================
--- head/sysutils/kdirstat/Makefile	Sat Feb 23 15:26:17 2019	(r493685)
+++ head/sysutils/kdirstat/Makefile	Sat Feb 23 15:30:19 2019	(r493686)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	kdirstat
-PORTVERSION=	3.1.3
-PORTREVISION=	1
+PORTVERSION=	3.1.4
 CATEGORIES=	sysutils kde
 MASTER_SITES=	https://bitbucket.org/jeromerobert/k4dirstat/get/
 DISTNAME=	k4dirstat-${PORTVERSION}
@@ -16,12 +15,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cmake cpe desktop-file-utils gettext-tools kde:5 qt:5 tar:bzip2
 
-WRKSRC=		${WRKDIR}/jeromerobert-k4dirstat-fcf698417d42
+WRKSRC=		${WRKDIR}/jeromerobert-k4dirstat-0fd87f361645
 
 CPE_VENDOR=	kdirstat_project
 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
+USE_QT=		buildtools_build core gui dbus network qmake_build widgets xml
 
 post-patch:
 	@${REINPLACE_CMD} -e \

Modified: head/sysutils/kdirstat/distinfo
==============================================================================
--- head/sysutils/kdirstat/distinfo	Sat Feb 23 15:26:17 2019	(r493685)
+++ head/sysutils/kdirstat/distinfo	Sat Feb 23 15:30:19 2019	(r493686)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545832769
-SHA256 (k4dirstat-3.1.3.tar.bz2) = 8dedbbcf9eaf8519eb836332b1792774db355710b558706cf6470cbc2f45412a
-SIZE (k4dirstat-3.1.3.tar.bz2) = 230480
+TIMESTAMP = 1550698397
+SHA256 (k4dirstat-3.1.4.tar.bz2) = 1b3f54a4e2e2a0b530cb95652a4c2f14f5ce7cb075eeafa738539f7b95baa845
+SIZE (k4dirstat-3.1.4.tar.bz2) = 230737


More information about the svn-ports-all mailing list