diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-11-05 03:00:53 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-11-05 03:00:53 +0800 |
commit | 5585578a6babb4a495d0e30671713171095fc52f (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /astro | |
parent | b7ef4f6570cdbff99ccb96d5b08880146186685d (diff) | |
download | freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.tar.gz freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.tar.zst freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.zip |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
Diffstat (limited to 'astro')
-rw-r--r-- | astro/kstars/Makefile | 5 | ||||
-rw-r--r-- | astro/marble/Makefile | 5 | ||||
-rw-r--r-- | astro/qmapshack/Makefile | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 60e70814a618..626c95673982 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -2,6 +2,7 @@ PORTNAME= kstars DISTVERSION= 2.9.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= astro kde MASTER_SITES= KDE/stable/${PORTNAME} @@ -25,8 +26,8 @@ USE_KDE= attica auth bookmarks codecs completion config configwidgets\ iconthemes init itemviews jobwidgets kio newstuff notifications \ notifyconfig parts plotting service solid texteditor \ widgetsaddons xmlgui -USE_QT= concurrent core dbus gui multimedia network opengl printsupport \ - qml quick sql svg testlib websockets widgets xml \ +USE_QT= concurrent core dbus declarative gui multimedia network opengl printsupport \ + sql svg testlib websockets widgets xml \ buildtools_build qmake_build post-patch: diff --git a/astro/marble/Makefile b/astro/marble/Makefile index 228fdf67410f..9986435f35e4 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -2,6 +2,7 @@ PORTNAME= marble DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= astro kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -18,8 +19,8 @@ USE_KDE= attica auth codecs completion config configwidgets coreaddons \ crash doctools ecm i18n jobwidgets kio newstuff package parts \ plasma-framework runner service sonnet textwidgets wallet \ widgetsaddons xmlgui -USE_QT= concurrent core dbus designer gui location network opengl \ - phonon4 printsupport qml quick script sql svg webkit widgets xml \ +USE_QT= concurrent core dbus declarative designer gui location network opengl \ + phonon4 printsupport script sql svg webkit widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index 95407698cef2..87b73fa20c2e 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -3,6 +3,7 @@ PORTNAME= qmapshack PORTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ @@ -19,8 +20,8 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks USES= cmake compiler:c++11-lib desktop-file-utils jpeg qt:5 -USE_QT= buildtools core dbus gui linguisttools location network \ - printsupport qmake qml quick sql sql-sqlite3 uitools \ +USE_QT= buildtools core dbus declarative gui linguisttools location network \ + printsupport qmake sql sql-sqlite3 uitools \ webchannel webengine widgets xml .include <bsd.port.mk> |