diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-17 20:00:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-17 20:00:41 +0000 |
commit | ed477c4517e263e5ec263379ba1f4a92b0e1e1a8 (patch) | |
tree | e67e88c4aacecdd9b5ee54d3003fd1b4b2ea536b /misc | |
parent | cac2fe7459b8bf97093bde1950d7ce97e2403448 (diff) | |
download | ports-ed477c4517e263e5ec263379ba1f4a92b0e1e1a8.tar.gz ports-ed477c4517e263e5ec263379ba1f4a92b0e1e1a8.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-qt4-demo/Makefile | 6 | ||||
-rw-r--r-- | misc/py-qt4-demo/distinfo | 6 | ||||
-rw-r--r-- | misc/py-qt4-demo/pkg-plist | 8 |
3 files changed, 8 insertions, 12 deletions
diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile index 6b04ebf9725e..311c61277ace 100644 --- a/misc/py-qt4-demo/Makefile +++ b/misc/py-qt4-demo/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ PORTNAME= demo -PORTVERSION= 20070318 +PORTVERSION= 4.2 CATEGORIES= misc devel python -MASTER_SITES= http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt4/ \ +MASTER_SITES= http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ \ http://freebsd.ricin.com/ports/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- -DISTNAME= PyQt-x11-gpl-4-snapshot-${PORTVERSION} +DISTNAME= PyQt-x11-gpl-${PORTVERSION} MAINTAINER= danny@ricin.com COMMENT= Python bindings for the Qt4 toolkit, demo and examples diff --git a/misc/py-qt4-demo/distinfo b/misc/py-qt4-demo/distinfo index b42fc45ded6f..3317bc659e04 100644 --- a/misc/py-qt4-demo/distinfo +++ b/misc/py-qt4-demo/distinfo @@ -1,3 +1,3 @@ -MD5 (PyQt-x11-gpl-4-snapshot-20070318.tar.gz) = 538cd5167ccb14a6b6a3ee687432617a -SHA256 (PyQt-x11-gpl-4-snapshot-20070318.tar.gz) = d98516e20b02194264c199deddda2562845efca64315608522cc05a36c9210c7 -SIZE (PyQt-x11-gpl-4-snapshot-20070318.tar.gz) = 1076275 +MD5 (PyQt-x11-gpl-4.2.tar.gz) = af4baa7f7441914f9a527ef3cf788fef +SHA256 (PyQt-x11-gpl-4.2.tar.gz) = 6fa8a853a66ae500f36629793e7d4c54896c7ccf6337c2b90ea0175b28aa7ae6 +SIZE (PyQt-x11-gpl-4.2.tar.gz) = 5661258 diff --git a/misc/py-qt4-demo/pkg-plist b/misc/py-qt4-demo/pkg-plist index 0fd6706f713c..937cb7749716 100644 --- a/misc/py-qt4-demo/pkg-plist +++ b/misc/py-qt4-demo/pkg-plist @@ -113,6 +113,8 @@ %%EXAMPLESDIR%%/graphicsview/elasticnodes.py %%EXAMPLESDIR%%/graphicsview/elasticnodes.pyc %%EXAMPLESDIR%%/itemviews/README +%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.py +%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyc %%EXAMPLESDIR%%/itemviews/chart/chart.py %%EXAMPLESDIR%%/itemviews/chart/chart.pyc %%EXAMPLESDIR%%/itemviews/chart/chart.qrc @@ -142,12 +144,6 @@ %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.py %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyc -%%EXAMPLESDIR%%/itemviews/sortingmodel/default.txt -%%EXAMPLESDIR%%/itemviews/sortingmodel/sortingmodel.py -%%EXAMPLESDIR%%/itemviews/sortingmodel/sortingmodel.pyc -%%EXAMPLESDIR%%/itemviews/sortingmodel/sortingmodel.qrc -%%EXAMPLESDIR%%/itemviews/sortingmodel/sortingmodel_rc.py -%%EXAMPLESDIR%%/itemviews/sortingmodel/sortingmodel_rc.pyc %%EXAMPLESDIR%%/itemviews/spinboxdelegate.py %%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc %%EXAMPLESDIR%%/layouts/README |