Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 18:00:42 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444045 - head/sysutils/qt5-qtpaths
Message-ID:  <201706211800.v5LI0gM0053527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Wed Jun 21 18:00:42 2017
New Revision: 444045
URL: https://svnweb.freebsd.org/changeset/ports/444045

Log:
  Minor cleanup of sysutils/qt5-qtpaths
  
  * Shuffle USES up
  * Add empty line
  * Use the pkg-descr from devel/qt5 as the rest of Qt5 does
  
  [as the change is so minor, don't bump revision].

Deleted:
  head/sysutils/qt5-qtpaths/pkg-descr
Modified:
  head/sysutils/qt5-qtpaths/Makefile

Modified: head/sysutils/qt5-qtpaths/Makefile
==============================================================================
--- head/sysutils/qt5-qtpaths/Makefile	Wed Jun 21 17:44:20 2017	(r444044)
+++ head/sysutils/qt5-qtpaths/Makefile	Wed Jun 21 18:00:42 2017	(r444045)
@@ -8,9 +8,9 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Command line client to QStandardPaths
 
+USES=		qmake:outsource
 USE_QT5=	core
 QT_DIST=	tools
-USES=		qmake
 
 PLIST_FILES=	${QT_BINDIR}/qtpaths
 
@@ -19,6 +19,7 @@ PLIST_FILES=	${QT_BINDIR}/qtpaths
 # will look for a lot more dependencies for other tools such as lupdate, which
 # we do not really have to depend on.
 WRKSRC_SUBDIR=	src/${PORTNAME}
+
 post-patch:
 	${CP} ${WRKSRC}/../../.qmake.conf ${WRKSRC}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706211800.v5LI0gM0053527>