diff options
author | makc <makc@FreeBSD.org> | 2010-12-03 03:47:17 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-12-03 03:47:17 +0800 |
commit | 1b9ec1582fbf2b219f611d52fca8410e3cd06973 (patch) | |
tree | 42a169743be676e050a1e903ddf771488b5da9bb /accessibility/qt4-accessible | |
parent | 69e87da3a0f46ad0c31d376913c821cc72c51ecd (diff) | |
download | freebsd-ports-gnome-1b9ec1582fbf2b219f611d52fca8410e3cd06973.tar.gz freebsd-ports-gnome-1b9ec1582fbf2b219f611d52fca8410e3cd06973.tar.zst freebsd-ports-gnome-1b9ec1582fbf2b219f611d52fca8410e3cd06973.zip |
KDE FreeBSD team is glad to present Qt 4.7.1 in ports.
Along with Qt4 the following ports are updated:
PyQt4 ports to 4.8.1
devel/py-sip to 4.11.2
devel/qscintilla2 to 2.4.5
PyKDE3 to 3.16.7
PyQt3 tp 3.18.2-snapshot-20091119
New ports added:
devel/qt4-declarative
devel/py-qt4-declarative
x11/qt4-graphicssystems-opengl
This release has been contributed by:
Thomas Abthorpe (tabthorpe)
Max Brazhnikov (makc)
Dima Panov (fluffy)
Alberto Villa (avilla)
We'd like to thank Martin Wilke (miwi) for exp-run.
Diffstat (limited to 'accessibility/qt4-accessible')
-rw-r--r-- | accessibility/qt4-accessible/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/qt4-accessible/Makefile b/accessibility/qt4-accessible/Makefile index f016ba5c012b..8557e75661c0 100644 --- a/accessibility/qt4-accessible/Makefile +++ b/accessibility/qt4-accessible/Makefile @@ -7,7 +7,7 @@ # PORTNAME= accessible -PORTVERSION= ${QT4_VERSION} +DISTVERSION= ${QT4_VERSION} CATEGORIES?= accessibility PKGNAMEPREFIX= qt4- |