diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-18 04:00:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-18 04:00:41 +0800 |
commit | 94e58bd52383c8673d53be9eff7e33d14712010f (patch) | |
tree | 343efe8fb4ce5c7794ba1f6f8cf07c2354c667c9 /misc | |
parent | 903d4fd59d3c27a0cb001ef119d51676c0f11d63 (diff) | |
download | freebsd-ports-gnome-94e58bd52383c8673d53be9eff7e33d14712010f.tar.gz freebsd-ports-gnome-94e58bd52383c8673d53be9eff7e33d14712010f.tar.zst freebsd-ports-gnome-94e58bd52383c8673d53be9eff7e33d14712010f.zip |
- Update to 4.2
Submitted by: Danny Pansters <danny@ricin.com> (maintainer via privat mail)
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 |