diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-05 05:14:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-05 05:14:07 +0800 |
commit | 43930f6f219ed3892dfebf85981cf0245e8bb0ad (patch) | |
tree | 26a817671efa21a649a26e1aaa66c14cc02596a2 /misc/konq-plugins-kde4/Makefile | |
parent | 2be209c3bd55963bedb982844aa323bc93ea3508 (diff) | |
download | freebsd-ports-gnome-43930f6f219ed3892dfebf85981cf0245e8bb0ad.tar.gz freebsd-ports-gnome-43930f6f219ed3892dfebf85981cf0245e8bb0ad.tar.zst freebsd-ports-gnome-43930f6f219ed3892dfebf85981cf0245e8bb0ad.zip |
The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.
We'd like to say thanks to all helpers and submitters.
Tested by: pointyhat-exp-run (pav/miwi)
Diffstat (limited to 'misc/konq-plugins-kde4/Makefile')
-rw-r--r-- | misc/konq-plugins-kde4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/konq-plugins-kde4/Makefile b/misc/konq-plugins-kde4/Makefile index ed45409ca677..181418774d7e 100644 --- a/misc/konq-plugins-kde4/Makefile +++ b/misc/konq-plugins-kde4/Makefile @@ -7,7 +7,6 @@ PORTNAME= konq-plugins PORTVERSION= ${EXTRA_VER} -PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${EXTRA_VER}/src/extragear @@ -26,6 +25,6 @@ USE_QT_VER= 4 QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build USE_CMAKE= yes -EXTRA_VER= 4.2.3 +EXTRA_VER= 4.3.0 .include <bsd.port.mk> |