svn commit: r440097 - in head/misc: py-qt5-demo py-qt5-doc
Tobias C. Berner
tcberner at FreeBSD.org
Thu May 4 10:22:05 UTC 2017
Author: tcberner
Date: Thu May 4 10:22:04 2017
New Revision: 440097
URL: https://svnweb.freebsd.org/changeset/ports/440097
Log:
Bind misc/py-qt5-doc and misc/py-qt5-demo to ${PYQT5_VERSION}
* Bind the verson portscout uses for its lookup to ${PYQT5_VERSION}.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10593
Modified:
head/misc/py-qt5-demo/Makefile
head/misc/py-qt5-doc/Makefile
Modified: head/misc/py-qt5-demo/Makefile
==============================================================================
--- head/misc/py-qt5-demo/Makefile Thu May 4 10:20:30 2017 (r440096)
+++ head/misc/py-qt5-demo/Makefile Thu May 4 10:22:04 2017 (r440097)
@@ -13,6 +13,8 @@ COMMENT= Python bindings for the Qt5 too
DISTINFO_FILE= ${PYQT_DISTINFO_FILE}
NO_BUILD= yes
+PORTSCOUT= limit:^${PYQT5_VERSION}
+
USES= python pyqt:5
USE_PYQT= core_run dbus_run designer_run \
designerplugin_run doc_run gui_run multimedia_run \
Modified: head/misc/py-qt5-doc/Makefile
==============================================================================
--- head/misc/py-qt5-doc/Makefile Thu May 4 10:20:30 2017 (r440096)
+++ head/misc/py-qt5-doc/Makefile Thu May 4 10:22:04 2017 (r440097)
@@ -13,6 +13,8 @@ COMMENT= Python bindings for the Qt5 too
DISTINFO_FILE= ${PYQT_DISTINFO_FILE}
NO_BUILD= yes
+PORTSCOUT= limit:^${PYQT5_VERSION}
+
USES= python pyqt:5
USE_PYQT= #
More information about the svn-ports-head
mailing list