diff options
author | lofi <lofi@FreeBSD.org> | 2005-02-06 19:58:19 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-02-06 19:58:19 +0800 |
commit | 8077b3bd1024d6b34508a22ec26653ea535f11b4 (patch) | |
tree | 8aae6241e1b753ef8873c1ef0ed1795c9110a1a1 /databases/qt-sqlite-plugin/Makefile | |
parent | f37e9f9e1244efde5325e3130be5e0779ad9cab9 (diff) | |
download | freebsd-ports-gnome-8077b3bd1024d6b34508a22ec26653ea535f11b4.tar.gz freebsd-ports-gnome-8077b3bd1024d6b34508a22ec26653ea535f11b4.tar.zst freebsd-ports-gnome-8077b3bd1024d6b34508a22ec26653ea535f11b4.zip |
Update to Qt 3.3.4, introduce MASTER_SITE_QT.
Approved by: maintainer (for qmake)
Diffstat (limited to 'databases/qt-sqlite-plugin/Makefile')
-rw-r--r-- | databases/qt-sqlite-plugin/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/qt-sqlite-plugin/Makefile b/databases/qt-sqlite-plugin/Makefile index 17a9c386ba03..23e331fecf4c 100644 --- a/databases/qt-sqlite-plugin/Makefile +++ b/databases/qt-sqlite-plugin/Makefile @@ -7,13 +7,9 @@ # PORTNAME= qt-${DB}-plugin -PORTVERSION= 3.3.3 -PORTREVISION= 1 +PORTVERSION= 3.3.4 CATEGORIES= databases -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ - ftp://ftp.silug.org/pub/qt/ \ - ftp://ftp.bero.org/pub/qt/ \ - ftp://ftp.planetmirror.com.au/pub/trolltech/qt/ +MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} DIST_SUBDIR= KDE |