diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-14 20:45:18 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-14 20:45:18 +0000 |
commit | 6cd9fd87464a0eaa1ca0d1049b957135355e3770 (patch) | |
tree | d3bd46ff24563a130cb5c67a197bfdde1d094185 | |
parent | Remove BROKEN (fix was committed by fjoe) (diff) |
Remove CONFLICTS to qt4, bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=228314
-rw-r--r-- | databases/qt-ibase-plugin/Makefile | 4 | ||||
-rw-r--r-- | databases/qt-mysql-plugin/Makefile | 4 | ||||
-rw-r--r-- | databases/qt-pgsql-plugin/Makefile | 4 | ||||
-rw-r--r-- | databases/qt-sqlite-plugin/Makefile | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/databases/qt-ibase-plugin/Makefile b/databases/qt-ibase-plugin/Makefile index 37cc5966c7d4..fb80bdf507cb 100644 --- a/databases/qt-ibase-plugin/Makefile +++ b/databases/qt-ibase-plugin/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt-${DB}-plugin PORTVERSION= 3.3.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -17,8 +17,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@freebsd.org COMMENT= A plugin for QT to connect to IBase/Firebird-Databases -CONFLICTS= qt4-ibase-plugin-4.2.* qt4-ibase-plugin-4.3.0 - DB= ibase LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 diff --git a/databases/qt-mysql-plugin/Makefile b/databases/qt-mysql-plugin/Makefile index d65cb8056678..4d307b642c68 100644 --- a/databases/qt-mysql-plugin/Makefile +++ b/databases/qt-mysql-plugin/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt-${DB}-plugin PORTVERSION= 3.3.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -17,8 +17,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= A plugin for QT to connect to MySQL-Databases -CONFLICTS= qt4-mysql-plugin-4.2.* qt4-mysql-plugin-4.3.0 - DB= mysql LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 diff --git a/databases/qt-pgsql-plugin/Makefile b/databases/qt-pgsql-plugin/Makefile index 3b1378556f46..48251412577a 100644 --- a/databases/qt-pgsql-plugin/Makefile +++ b/databases/qt-pgsql-plugin/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt-${DB}-plugin PORTVERSION= 3.3.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -17,8 +17,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@freebsd.org COMMENT= A plugin for QT to connect to PostgreSQL-Databases -CONFLICTS= qt4-psql-plugin-4.2.* qt4-psql-plugin-4.3.0 - DB= psql LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 diff --git a/databases/qt-sqlite-plugin/Makefile b/databases/qt-sqlite-plugin/Makefile index 36a5fb9d9e7d..322d74cba1a6 100644 --- a/databases/qt-sqlite-plugin/Makefile +++ b/databases/qt-sqlite-plugin/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt-${DB}-plugin PORTVERSION= 3.3.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -17,8 +17,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@freebsd.org COMMENT= A plugin for QT to connect to SQLite-Databases -CONFLICTS= qt4-sqlite-plugin-4.2.* qt4-sqlite-plugin-4.3.0 - DB= sqlite LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 \ |