Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2018 20:21:34 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457921 - in head: . Mk/Uses comms/py-qt5-serialport databases/py-qt5-sql devel/py-qt4 devel/py-qt4-core devel/py-qt4-dbussupport devel/py-qt5 devel/py-qt5-core devel/py-qt5-core/files ...
Message-ID:  <201801022021.w02KLYiB044665@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Jan  2 20:21:34 2018
New Revision: 457921
URL: https://svnweb.freebsd.org/changeset/ports/457921

Log:
  Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.
  
  Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been
  removed.
  
  This is also a requirement for updating the Qt5 ports, as the PyQt5 version
  currently in the tree has license conflicts with later Qt versions.
  
  Big thanks to tcberner for doing most of the work here, and antoine for the
  exp-run.
  
  PR:		224739

Deleted:
  head/devel/py-sip/files/patch-hg_6b09a6d578e8
  head/misc/py-qt5-doc/
Modified:
  head/MOVED
  head/Mk/Uses/pyqt.mk
  head/comms/py-qt5-serialport/Makefile
  head/databases/py-qt5-sql/Makefile
  head/databases/py-qt5-sql/pkg-plist
  head/devel/py-qt4-core/Makefile
  head/devel/py-qt4-dbussupport/Makefile
  head/devel/py-qt4/distinfo
  head/devel/py-qt5-core/Makefile
  head/devel/py-qt5-core/files/patch-configure.py
  head/devel/py-qt5-core/pkg-plist
  head/devel/py-qt5-designer/Makefile
  head/devel/py-qt5-designerplugin/Makefile
  head/devel/py-qt5-qscintilla2/Makefile
  head/devel/py-qt5-test/Makefile
  head/devel/py-qt5/Makefile
  head/devel/py-qt5/distinfo
  head/devel/py-sip/distinfo
  head/graphics/py-qt5-svg/Makefile
  head/lang/py-qt5-qml/Makefile
  head/misc/Makefile
  head/multimedia/py-qt5-multimedia/Makefile
  head/multimedia/py-qt5-multimediawidgets/Makefile
  head/net/py-qt5-network/pkg-plist
  head/print/py-qt5-printsupport/Makefile
  head/textproc/py-qt5-xml/pkg-plist
  head/www/py-qt5-webkit/Makefile
  head/www/py-qt5-webkitwidgets/Makefile
  head/x11-toolkits/py-qt5-gui/Makefile
  head/x11-toolkits/py-qt5-gui/pkg-plist
  head/x11-toolkits/py-qt5-quick/pkg-plist
  head/x11-toolkits/py-qt5-widgets/Makefile
  head/x11/py-qt4-opengl/Makefile
  head/x11/py-qt5-opengl/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/MOVED	Tue Jan  2 20:21:34 2018	(r457921)
@@ -9838,3 +9838,4 @@ dns/dualserver|dns/dnsmasq|2018-01-01|Has expired: Ple
 devel/p5-Parse-Pidl44|devel/p5-Parse-Pidl|2018-01-01|Has expired: use devel/p5-Parse-Pidl instead
 sysutils/DTraceToolkit||2018-01-01|Has expired: Now maintained as part of the base system
 www/rubygem-jwt2|www/rubygem-jwt|2018-01-02|www/rubygem-jwt has been updated to 2.x
+misc/py-qt5-doc||2018-01-02|No longer shipped by upstream

Modified: head/Mk/Uses/pyqt.mk
==============================================================================
--- head/Mk/Uses/pyqt.mk	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/Mk/Uses/pyqt.mk	Tue Jan  2 20:21:34 2018	(r457921)
@@ -61,10 +61,10 @@ MASTER_SITES_PYQT5=	SF/pyqt/PyQt5/PyQt-${PORTVERSION} 
 MASTER_SITES_QSCI2=	SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \
 			GENTOO
 
-SIP_VERSION=		4.19.2
+SIP_VERSION=		4.19.6
 QSCI2_VERSION=		2.9.1
-PYQT4_VERSION=		4.12
-PYQT5_VERSION=		5.7.1
+PYQT4_VERSION=		4.12.1
+PYQT5_VERSION=		5.9.2
 
 SIP_DISTNAME=		sip-${SIP_VERSION}
 PYQT4_DISTNAME=		PyQt4_gpl_x11-${PYQT4_VERSION}
@@ -77,10 +77,10 @@ PYQT5_LICENSE=		GPLv3
 
 # PyQt components split up into pyqt4/pyqt5/...
 _USE_PYQT_ALL=		core dbus dbussupport demo designer designerplugin \
-			doc gui multimedia network opengl qscintilla2 \
+			gui multimedia network opengl qscintilla2 \
 			sql svg test webkit xml xmlpatterns sip
 # List of components only in pyqt4
-_USE_PYQT4_ONLY=	assistant declarative \
+_USE_PYQT4_ONLY=	assistant declarative doc \
 			help phonon script scripttools
 # List of components only in pyqt5
 _USE_PYQT5_ONLY=	multimediawidgets printsupport qml serialport \

Modified: head/comms/py-qt5-serialport/Makefile
==============================================================================
--- head/comms/py-qt5-serialport/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/comms/py-qt5-serialport/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	serialport
-PORTREVISION=	1
 CATEGORIES=	comms devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/databases/py-qt5-sql/Makefile
==============================================================================
--- head/databases/py-qt5-sql/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/databases/py-qt5-sql/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	sql
-PORTREVISION=	1
 CATEGORIES=	databases devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/databases/py-qt5-sql/pkg-plist
==============================================================================
--- head/databases/py-qt5-sql/pkg-plist	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/databases/py-qt5-sql/pkg-plist	Tue Jan  2 20:21:34 2018	(r457921)
@@ -5,6 +5,7 @@
 %%PYQT_SIPDIR%%/QtSql/qsqldriver.sip
 %%PYQT_SIPDIR%%/QtSql/qsqlerror.sip
 %%PYQT_SIPDIR%%/QtSql/qsqlfield.sip
+%%PYQT_SIPDIR%%/QtSql/qtsqlglobal.sip
 %%PYQT_SIPDIR%%/QtSql/qsqlindex.sip
 %%PYQT_SIPDIR%%/QtSql/qsqlquery.sip
 %%PYQT_SIPDIR%%/QtSql/qsqlquerymodel.sip

Modified: head/devel/py-qt4-core/Makefile
==============================================================================
--- head/devel/py-qt4-core/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt4-core/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -2,7 +2,6 @@
 # $FreeBSD$
 
 PORTNAME=	core
-PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	devel python
 

Modified: head/devel/py-qt4-dbussupport/Makefile
==============================================================================
--- head/devel/py-qt4-dbussupport/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt4-dbussupport/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	dbussupport
-PORTREVISION=	1
 CATEGORIES=	devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/devel/py-qt4/distinfo
==============================================================================
--- head/devel/py-qt4/distinfo	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt4/distinfo	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487867323
-SHA256 (PyQt4_gpl_x11-4.12.tar.gz) = 3c1d4b55314adb3e1132de8fc2a92eed216d37e58aceed41294dbca210ca88db
-SIZE (PyQt4_gpl_x11-4.12.tar.gz) = 11325395
+TIMESTAMP = 1499853352
+SHA256 (PyQt4_gpl_x11-4.12.1.tar.gz) = 45d724461ae58b019b9be95076ca07e212eb73084aec9125bb254825c3a05383
+SIZE (PyQt4_gpl_x11-4.12.1.tar.gz) = 11328010

Modified: head/devel/py-qt5-core/Makefile
==============================================================================
--- head/devel/py-qt5-core/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt5-core/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -6,13 +6,16 @@ CATEGORIES=	devel python
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Python bindings for the Qt5 toolkit, QtCore module
 
-CONFIGURE_ARGS=	--enable QtCore
+PYQT_MODULE=	QtCore
+CONFIGURE_ARGS=	${PYQT5_MODULES_ALL:N${PYQT_MODULE}:C/.*/--disable=&/} \
+		--enable=${PYQT_MODULE}
+
 PYQT_DIST=	yes
 
 USES=		python pyqt:5
 USE_PYTHON=	py3kplist flavors
 USE_PYQT=	sip_build
-USE_QT5=	core qmake_build
+USE_QT5=	core buildtools_build qmake_build
 
 OPTIONS_DEFINE=	API DEBUG
 OPTIONS_DEFAULT=API

Modified: head/devel/py-qt5-core/files/patch-configure.py
==============================================================================
--- head/devel/py-qt5-core/files/patch-configure.py	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt5-core/files/patch-configure.py	Tue Jan  2 20:21:34 2018	(r457921)
@@ -7,10 +7,28 @@ depends on different modules with module-specific .api
 Also fixes a bug where dbus support drops multiple -I flags produced
 by pkg-config --cflags dbus-1 .
 
---- configure.py.orig	2016-07-25 13:55:28.000000000 +0000
-+++ configure.py	2016-09-14 18:42:40.977955000 +0000
-@@ -1460,8 +1460,9 @@
-
+--- configure.py.orig	2017-11-23 14:44:03 UTC
++++ configure.py
+@@ -503,7 +503,7 @@ class TargetConfiguration:
+         self.no_pydbus = False
+         self.no_qml_plugin = False
+         self.no_tools = False
+-        self.prot_is_public = (self.py_platform.startswith('linux') or self.py_platform == 'darwin')
++        self.prot_is_public = (self.py_platform.startswith('linux') or self.py_platform.startswith('freebsd') or self.py_platform == 'darwin')
+         self.qmake = self._find_exe('qmake')
+         self.qmake_spec = ''
+         self.qmake_spec_default = ''
+@@ -773,7 +773,7 @@ class TargetConfiguration:
+         """
+ 
+         # The platform may have changed so update the default.
+-        if self.py_platform.startswith('linux') or self.py_platform == 'darwin':
++        if self.py_platform.startswith('linux') or self.py_platform.startswith('freebsd') or self.py_platform == 'darwin':
+             self.prot_is_public = True
+ 
+         self.vend_inc_dir = self.py_venv_inc_dir
+@@ -1450,8 +1450,9 @@ def generate_makefiles(target_config, verbose, parts, 
+ 
      # Add the internal modules if they are required.
      if not target_config.no_tools:
 -        pyqt_modules.append('pylupdate')
@@ -18,15 +36,17 @@ by pkg-config --cflags dbus-1 .
 +        if "QtXml" in target_config.pyqt_modules:
 +            pyqt_modules.append('pylupdate')
 +            pyqt_modules.append('pyrcc')
-
+ 
      for mname in pyqt_modules:
          metadata = MODULE_METADATA[mname]
-@@ -1504,18 +1505,19 @@
-
-     generate_sip_module_code(target_config, verbose, parts, tracing, 'Qt',
-             sip_flags, False)
+@@ -1493,20 +1494,17 @@ def generate_makefiles(target_config, verbose, parts, 
+ 
+     f.close()
+ 
+-    generate_sip_module_code(target_config, verbose, parts, tracing, 'Qt',
+-            fatal_warnings, sip_flags, False)
 -    subdirs.append('Qt')
-
+-
      wrappers = []
      if not target_config.no_tools:
 -        # Generate the pylupdate5 and pyrcc5 wrappers.
@@ -43,17 +63,16 @@ by pkg-config --cflags dbus-1 .
 +                wrappers.append((tool,
 +                        generate_tool_wrapper(target_config, tool + '5',
 +                                'PyQt5.%s_main' % tool)))
-+
 +        if "QtCore" in target_config.pyqt_modules:
 +            # Generate the pyuic5 wrapper.
 +            wrappers.append(('pyuic',
                  generate_tool_wrapper(target_config, 'pyuic5',
                          'PyQt5.uic.pyuic')))
-
-@@ -1533,23 +1535,6 @@
+ 
+@@ -1524,23 +1522,6 @@ def generate_makefiles(target_config, verbose, parts, 
                      source_path('examples', 'quick', 'tutorials', 'extending',
                              'chapter6-plugins'))
-
+ 
 -    # Generate the QScintilla API file.
 -    if target_config.qsci_api:
 -        inform("Generating the QScintilla API file...")
@@ -74,12 +93,12 @@ by pkg-config --cflags dbus-1 .
      # Generate the Python dbus module.
      if target_config.pydbus_module_dir != '':
          mname = 'dbus'
-@@ -1577,14 +1562,18 @@
+@@ -1568,14 +1549,18 @@ def generate_makefiles(target_config, verbose, parts, 
      out_f.write('''TEMPLATE = subdirs
  CONFIG += ordered nostrip
  SUBDIRS = %s
 +''' % (' '.join(subdirs)))
-
+ 
 +    if "QtCore" in target_config.pyqt_modules:
 +        out_f.write('''
  init_py.files = %s
@@ -87,7 +106,7 @@ by pkg-config --cflags dbus-1 .
  INSTALLS += init_py
 -''' % (' '.join(subdirs), source_path('__init__.py'), root_dir))
 +''' % (source_path('__init__.py'), root_dir))
-
+ 
 -    # Install the uic module.
 -    out_f.write('''
 +        if not target_config.no_tools:
@@ -96,8 +115,17 @@ by pkg-config --cflags dbus-1 .
  uic_package.files = %s
  uic_package.path = %s
  INSTALLS += uic_package
-@@ -1620,11 +1609,12 @@
-
+@@ -1603,6 +1588,8 @@ INSTALLS += tools
+     # Install the .sip files.
+     if target_config.pyqt_sip_dir:
+         for mname, metadata in MODULE_METADATA.items():
++            if mname not in pyqt_modules:
++                continue
+             if metadata.public and mname != 'Qt':
+                 sip_files = matching_files(source_path('sip', mname, '*.sip'))
+ 
+@@ -1628,11 +1615,12 @@ INSTALLS += pep484_stubs
+ 
      # Install the QScintilla .api file.
      if target_config.qsci_api:
 +        api_list = ' '.join(['%s.api' % m for m in target_config.pyqt_modules])
@@ -108,6 +136,15 @@ by pkg-config --cflags dbus-1 .
  INSTALLS += qscintilla_api
 -''' % qmake_quote(target_config.qsci_api_dir + '/api/python'))
 +''' % (api_list, qmake_quote(target_config.qsci_api_dir + '/api/python')))
-
+ 
      out_f.close()
-
+ 
+@@ -2604,7 +2592,7 @@ target.files = $$PY_MODULE
+     pro_lines.append('INSTALLS += target')
+ 
+     # This optimisation could apply to other platforms.
+-    if 'linux' in target_config.qmake_spec and not target_config.static:
++    if not target_config.static:
+         if target_config.py_version >= 0x030000:
+             entry_point = 'PyInit_%s' % target_name
+         else:

Modified: head/devel/py-qt5-core/pkg-plist
==============================================================================
--- head/devel/py-qt5-core/pkg-plist	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt5-core/pkg-plist	Tue Jan  2 20:21:34 2018	(r457921)
@@ -119,6 +119,7 @@ bin/pyuic5
 %%PYQT_SIPDIR%%/QtCore/qcryptographichash.sip
 %%PYQT_SIPDIR%%/QtCore/qdatastream.sip
 %%PYQT_SIPDIR%%/QtCore/qdatetime.sip
+%%PYQT_SIPDIR%%/QtCore/qdeadlinetimer.sip
 %%PYQT_SIPDIR%%/QtCore/qdir.sip
 %%PYQT_SIPDIR%%/QtCore/qdiriterator.sip
 %%PYQT_SIPDIR%%/QtCore/qeasingcurve.sip
@@ -159,6 +160,7 @@ bin/pyuic5
 %%PYQT_SIPDIR%%/QtCore/qobject.sip
 %%PYQT_SIPDIR%%/QtCore/qobjectcleanuphandler.sip
 %%PYQT_SIPDIR%%/QtCore/qobjectdefs.sip
+%%PYQT_SIPDIR%%/QtCore/qoperatingsystemversion.sip
 %%PYQT_SIPDIR%%/QtCore/qparallelanimationgroup.sip
 %%PYQT_SIPDIR%%/QtCore/qpauseanimation.sip
 %%PYQT_SIPDIR%%/QtCore/qpluginloader.sip

Modified: head/devel/py-qt5-designer/Makefile
==============================================================================
--- head/devel/py-qt5-designer/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt5-designer/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	designer
-PORTREVISION=	2
 CATEGORIES=	devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/devel/py-qt5-designerplugin/Makefile
==============================================================================
--- head/devel/py-qt5-designerplugin/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt5-designerplugin/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	designerplugin
-PORTREVISION=	1
 CATEGORIES=	devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/devel/py-qt5-qscintilla2/Makefile
==============================================================================
--- head/devel/py-qt5-qscintilla2/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt5-qscintilla2/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -2,7 +2,6 @@
 
 PORTNAME=	qscintilla2
 PORTVERSION=	${QSCI2_VERSION}
-PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITES_QSCI2}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}qt5-

Modified: head/devel/py-qt5-test/Makefile
==============================================================================
--- head/devel/py-qt5-test/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt5-test/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	test
-PORTREVISION=	1
 CATEGORIES=	devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/devel/py-qt5/Makefile
==============================================================================
--- head/devel/py-qt5/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt5/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -12,7 +12,7 @@ USES=		metaport python pyqt:5
 USE_PYTHON=	flavors
 
 OPTIONS_DEFINE=	core dbus dbussupport demo designer \
-		designerplugin doc gui multimedia multimediawidgets \
+		designerplugin gui multimedia multimediawidgets \
 		network opengl printsupport qml qscintilla2 sql \
 		serialport svg test webkit webkitwidgets \
 		widgets xml xmlpatterns

Modified: head/devel/py-qt5/distinfo
==============================================================================
--- head/devel/py-qt5/distinfo	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-qt5/distinfo	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,3 +1,3 @@
 TIMESTAMP = 1487865147
-SHA256 (PyQt5_gpl-5.7.1.tar.gz) = be849f212a074049b9ebc10b6c07dddefb86e6d30e8df8a5c715cbb2cf7fad14
-SIZE (PyQt5_gpl-5.7.1.tar.gz) = 3733746
+SHA256 (PyQt5_gpl-5.9.2.tar.gz) = c190dac598c97b0113ca5e7a37c71c623f02d1d713088addfacac4acfa4b8394 
+SIZE (PyQt5_gpl-5.9.2.tar.gz) = 3102848

Modified: head/devel/py-sip/distinfo
==============================================================================
--- head/devel/py-sip/distinfo	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/devel/py-sip/distinfo	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491828562
-SHA256 (sip-4.19.2.tar.gz) = 432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533
-SIZE (sip-4.19.2.tar.gz) = 1000746
+TIMESTAMP = 1514668707
+SHA256 (sip-4.19.6.tar.gz) = 9dda27ae181bea782ebc8768d29f22f85ab6e5128ee3ab21f491febad707925a
+SIZE (sip-4.19.6.tar.gz) = 1019295

Modified: head/graphics/py-qt5-svg/Makefile
==============================================================================
--- head/graphics/py-qt5-svg/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/graphics/py-qt5-svg/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	svg
-PORTREVISION=	1
 CATEGORIES=	graphics devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/lang/py-qt5-qml/Makefile
==============================================================================
--- head/lang/py-qt5-qml/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/lang/py-qt5-qml/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	qml
-PORTREVISION=	1
 CATEGORIES=	lang devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/misc/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -396,7 +396,6 @@
     SUBDIR += py-qt4-demo
     SUBDIR += py-qt4-doc
     SUBDIR += py-qt5-demo
-    SUBDIR += py-qt5-doc
     SUBDIR += py-socli
     SUBDIR += py-spdx
     SUBDIR += py-spdx-lookup

Modified: head/multimedia/py-qt5-multimedia/Makefile
==============================================================================
--- head/multimedia/py-qt5-multimedia/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/multimedia/py-qt5-multimedia/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	multimedia
-PORTREVISION=	1
 CATEGORIES=	multimedia devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/multimedia/py-qt5-multimediawidgets/Makefile
==============================================================================
--- head/multimedia/py-qt5-multimediawidgets/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/multimedia/py-qt5-multimediawidgets/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	multimediawidgets
-PORTREVISION=	1
 CATEGORIES=	multimedia devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/net/py-qt5-network/pkg-plist
==============================================================================
--- head/net/py-qt5-network/pkg-plist	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/net/py-qt5-network/pkg-plist	Tue Jan  2 20:21:34 2018	(r457921)
@@ -6,6 +6,7 @@
 %%PYQT_SIPDIR%%/QtNetwork/qdnslookup.sip
 %%PYQT_SIPDIR%%/QtNetwork/qhostaddress.sip
 %%PYQT_SIPDIR%%/QtNetwork/qhostinfo.sip
+%%PYQT_SIPDIR%%/QtNetwork/qhstspolicy.sip
 %%PYQT_SIPDIR%%/QtNetwork/qhttpmultipart.sip
 %%PYQT_SIPDIR%%/QtNetwork/qlocalserver.sip
 %%PYQT_SIPDIR%%/QtNetwork/qlocalsocket.sip
@@ -14,6 +15,7 @@
 %%PYQT_SIPDIR%%/QtNetwork/qnetworkconfiguration.sip
 %%PYQT_SIPDIR%%/QtNetwork/qnetworkcookie.sip
 %%PYQT_SIPDIR%%/QtNetwork/qnetworkcookiejar.sip
+%%PYQT_SIPDIR%%/QtNetwork/qnetworkdatagram.sip
 %%PYQT_SIPDIR%%/QtNetwork/qnetworkdiskcache.sip
 %%PYQT_SIPDIR%%/QtNetwork/qnetworkinterface.sip
 %%PYQT_SIPDIR%%/QtNetwork/qnetworkproxy.sip
@@ -27,6 +29,7 @@
 %%PYQT_SIPDIR%%/QtNetwork/qsslcertificateextension.sip
 %%PYQT_SIPDIR%%/QtNetwork/qsslcipher.sip
 %%PYQT_SIPDIR%%/QtNetwork/qsslconfiguration.sip
+%%PYQT_SIPDIR%%/QtNetwork/qssldiffiehellmanparameters.sip
 %%PYQT_SIPDIR%%/QtNetwork/qsslellipticcurve.sip
 %%PYQT_SIPDIR%%/QtNetwork/qsslerror.sip
 %%PYQT_SIPDIR%%/QtNetwork/qsslkey.sip

Modified: head/print/py-qt5-printsupport/Makefile
==============================================================================
--- head/print/py-qt5-printsupport/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/print/py-qt5-printsupport/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	printsupport
-PORTREVISION=	1
 CATEGORIES=	print python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/textproc/py-qt5-xml/pkg-plist
==============================================================================
--- head/textproc/py-qt5-xml/pkg-plist	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/textproc/py-qt5-xml/pkg-plist	Tue Jan  2 20:21:34 2018	(r457921)
@@ -8,6 +8,4 @@ bin/pyrcc5
 %%PYQT_SIPDIR%%/QtXml/QtXmlmod.sip
 %%PYQT_SIPDIR%%/QtXml/qdom.sip
 %%PYQT_SIPDIR%%/QtXml/qxml.sip
-%%PYQT_SIPDIR%%/pylupdate/pylupdatemod.sip
-%%PYQT_SIPDIR%%/pyrcc/pyrccmod.sip
 %%API%%share/qt5/qsci/api/python/QtXml.api

Modified: head/www/py-qt5-webkit/Makefile
==============================================================================
--- head/www/py-qt5-webkit/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/www/py-qt5-webkit/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	webkit
-PORTREVISION=	1
 CATEGORIES=	www devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/www/py-qt5-webkitwidgets/Makefile
==============================================================================
--- head/www/py-qt5-webkitwidgets/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/www/py-qt5-webkitwidgets/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	webkitwidgets
-PORTREVISION=	1
 CATEGORIES=	www devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/x11-toolkits/py-qt5-gui/Makefile
==============================================================================
--- head/x11-toolkits/py-qt5-gui/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/x11-toolkits/py-qt5-gui/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	gui
-PORTREVISION=	1
 CATEGORIES=	x11-toolkits devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/x11-toolkits/py-qt5-gui/pkg-plist
==============================================================================
--- head/x11-toolkits/py-qt5-gui/pkg-plist	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/x11-toolkits/py-qt5-gui/pkg-plist	Tue Jan  2 20:21:34 2018	(r457921)
@@ -37,6 +37,7 @@
 %%PYQT_SIPDIR%%/QtGui/qopenglpixeltransferoptions.sip
 %%PYQT_SIPDIR%%/QtGui/qopenglshaderprogram.sip
 %%PYQT_SIPDIR%%/QtGui/qopengltexture.sip
+%%PYQT_SIPDIR%%/QtGui/qopengltextureblitter.sip
 %%PYQT_SIPDIR%%/QtGui/qopengltimerquery.sip
 %%PYQT_SIPDIR%%/QtGui/qopenglversionfunctions.sip
 %%PYQT_SIPDIR%%/QtGui/qopenglvertexarrayobject.sip

Modified: head/x11-toolkits/py-qt5-quick/pkg-plist
==============================================================================
--- head/x11-toolkits/py-qt5-quick/pkg-plist	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/x11-toolkits/py-qt5-quick/pkg-plist	Tue Jan  2 20:21:34 2018	(r457921)
@@ -15,6 +15,10 @@
 %%PYQT_SIPDIR%%/QtQuick/qsggeometry.sip
 %%PYQT_SIPDIR%%/QtQuick/qsgmaterial.sip
 %%PYQT_SIPDIR%%/QtQuick/qsgnode.sip
+%%PYQT_SIPDIR%%/QtQuick/qsgimagenode.sip
+%%PYQT_SIPDIR%%/QtQuick/qsgrectanglenode.sip
+%%PYQT_SIPDIR%%/QtQuick/qsgrendererinterface.sip
+%%PYQT_SIPDIR%%/QtQuick/qsgrendernode.sip
 %%PYQT_SIPDIR%%/QtQuick/qsgsimplerectnode.sip
 %%PYQT_SIPDIR%%/QtQuick/qsgsimpletexturenode.sip
 %%PYQT_SIPDIR%%/QtQuick/qsgtexture.sip

Modified: head/x11-toolkits/py-qt5-widgets/Makefile
==============================================================================
--- head/x11-toolkits/py-qt5-widgets/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/x11-toolkits/py-qt5-widgets/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	widgets
-PORTREVISION=	1
 CATEGORIES=	x11-toolkits devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/x11/py-qt4-opengl/Makefile
==============================================================================
--- head/x11/py-qt4-opengl/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/x11/py-qt4-opengl/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -3,7 +3,6 @@
 
 PORTNAME=	opengl
 PORTEPOCH=	1
-PORTREVISION=	1
 CATEGORIES=	x11 devel python
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/x11/py-qt5-opengl/Makefile
==============================================================================
--- head/x11/py-qt5-opengl/Makefile	Tue Jan  2 20:06:38 2018	(r457920)
+++ head/x11/py-qt5-opengl/Makefile	Tue Jan  2 20:21:34 2018	(r457921)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 PORTNAME=	opengl
-PORTREVISION=	1
 CATEGORIES=	x11 devel python
 
 MAINTAINER=	kde@FreeBSD.org



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