svn commit: r444045 - head/sysutils/qt5-qtpaths

Tobias C. Berner tcberner at FreeBSD.org
Wed Jun 21 18:00:43 UTC 2017


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 at 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}
 


More information about the svn-ports-all mailing list