svn commit: r426137 - head/Mk/Uses

Tobias C. Berner tcberner at FreeBSD.org
Mon Nov 14 21:21:18 UTC 2016


Author: tcberner
Date: Mon Nov 14 21:21:17 2016
New Revision: 426137
URL: https://svnweb.freebsd.org/changeset/ports/426137

Log:
  Set a PORTSCOUT limit for the PyQt5 ports.
  
  Bind the portversion looked for by portscout to the Qt5 version of ports.
  
  Approved by:	rakuco (mentor)

Modified:
  head/Mk/Uses/pyqt.mk

Modified: head/Mk/Uses/pyqt.mk
==============================================================================
--- head/Mk/Uses/pyqt.mk	Mon Nov 14 21:17:53 2016	(r426136)
+++ head/Mk/Uses/pyqt.mk	Mon Nov 14 21:21:17 2016	(r426137)
@@ -209,6 +209,8 @@ QT_NONSTANDARD=	yes  # Do not add unknow
 # PyQt5's configure.py generates .pro files and calls qmake to generate the
 # Makefiles. qmake's Makefiles use INSTALL_ROOT instead of DESTDIR.
 DESTDIRNAME=	INSTALL_ROOT
+# Limit PyQt5's version to the Qt5 version in ports
+PORTSCOUT?=	limit:^${_QT_VERSION:R}
 .endif
 
 PATCHDIR=	${.CURDIR}/../../devel/${PYQT_RELNAME}-core/files


More information about the svn-ports-all mailing list