Date: Sat, 3 Feb 2018 12:40:43 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460807 - head/misc/py-qt5-demo Message-ID: <201802031240.w13Cehwa073247@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Feb 3 12:40:43 2018 New Revision: 460807 URL: https://svnweb.freebsd.org/changeset/ports/460807 Log: - Fix plist - Add NO_ARCH - Update WWW Approved by: portmgr blanket Modified: head/misc/py-qt5-demo/Makefile head/misc/py-qt5-demo/pkg-descr head/misc/py-qt5-demo/pkg-plist Modified: head/misc/py-qt5-demo/Makefile ============================================================================== --- head/misc/py-qt5-demo/Makefile Sat Feb 3 11:29:35 2018 (r460806) +++ head/misc/py-qt5-demo/Makefile Sat Feb 3 12:40:43 2018 (r460807) @@ -2,7 +2,7 @@ PORTNAME= demo PORTVERSION= ${PYQT5_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc devel python MASTER_SITES= ${MASTER_SITES_PYQT5} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- @@ -24,6 +24,7 @@ USE_PYQT= core_run dbus_run designer_run \ xmlpatterns_run sip_run qscintilla2_run \ printsupport_run serialport_run webkitwidgets_run widgets_run USE_PYTHON= py3kplist flavors +NO_ARCH= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5 Modified: head/misc/py-qt5-demo/pkg-descr ============================================================================== --- head/misc/py-qt5-demo/pkg-descr Sat Feb 3 11:29:35 2018 (r460806) +++ head/misc/py-qt5-demo/pkg-descr Sat Feb 3 12:40:43 2018 (r460807) @@ -1,4 +1,4 @@ PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the PyQt5 demo and examples. -WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ +WWW: https://riverbankcomputing.com/software/pyqt Modified: head/misc/py-qt5-demo/pkg-plist ============================================================================== --- head/misc/py-qt5-demo/pkg-plist Sat Feb 3 11:29:35 2018 (r460806) +++ head/misc/py-qt5-demo/pkg-plist Sat Feb 3 12:40:43 2018 (r460807) @@ -412,6 +412,15 @@ %%EXAMPLESDIR%%/itemviews/fetchmore.py %%EXAMPLESDIR%%/itemviews/fetchmore.pyc %%EXAMPLESDIR%%/itemviews/fetchmore.pyo +%%EXAMPLESDIR%%/itemviews/frozencolumn/frozencolumn.py +%%EXAMPLESDIR%%/itemviews/frozencolumn/frozencolumn.pyc +%%EXAMPLESDIR%%/itemviews/frozencolumn/frozencolumn.pyo +%%EXAMPLESDIR%%/itemviews/frozencolumn/grades.txt +%%EXAMPLESDIR%%/itemviews/interview/images/interview.png +%%EXAMPLESDIR%%/itemviews/interview/images/services.png +%%EXAMPLESDIR%%/itemviews/interview/interview.py +%%EXAMPLESDIR%%/itemviews/interview/interview.pyc +%%EXAMPLESDIR%%/itemviews/interview/interview.pyo %%EXAMPLESDIR%%/itemviews/pixelator/images/qt.png %%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py %%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc @@ -468,6 +477,9 @@ %%EXAMPLESDIR%%/itemviews/stardelegate.py %%EXAMPLESDIR%%/itemviews/stardelegate.pyc %%EXAMPLESDIR%%/itemviews/stardelegate.pyo +%%EXAMPLESDIR%%/itemviews/storageview.py +%%EXAMPLESDIR%%/itemviews/storageview.pyc +%%EXAMPLESDIR%%/itemviews/storageview.pyo %%EXAMPLESDIR%%/layouts/README %%EXAMPLESDIR%%/layouts/basiclayouts.py %%EXAMPLESDIR%%/layouts/basiclayouts.pyc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802031240.w13Cehwa073247>