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 /x11-toolkits/py-qt4-gui/Makefile | |
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 'x11-toolkits/py-qt4-gui/Makefile')
-rw-r--r-- | x11-toolkits/py-qt4-gui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile index 5bd1bd32feb3..cc9902372879 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ PORTNAME= gui -PORTVERSION= 20070318 +PORTVERSION= 4.2 CATEGORIES= x11-toolkits 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, QtGui module |