diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 19:37:25 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 19:37:25 +0000 |
commit | ee161386d4cacfa5a6c03f35e393db16494e167c (patch) | |
tree | e4fdefc9a19eda4c3f2c2b9291526417df0ebb1f /astro | |
parent | 3a0077e4aff3cb813925c9a0aca42660b04d2076 (diff) | |
download | freebsd-ports-ee161386d4cacfa5a6c03f35e393db16494e167c.zip |
archivers/quazip: remove flavors (Qt4 deprecation)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/marble/Makefile | 3 | ||||
-rw-r--r-- | astro/merkaartor/Makefile | 4 | ||||
-rw-r--r-- | astro/qmapshack/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/astro/marble/Makefile b/astro/marble/Makefile index 01a5a76f1d06..fd351a65a5d7 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 @@ -10,7 +11,7 @@ COMMENT= Virtual globe and world atlas for KDE LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libquazip5.so:archivers/quazip@qt5 +LIB_DEPENDS= libquazip5.so:archivers/quazip USES= cmake compiler:c++11-lang desktop-file-utils gettext \ kde:5 qt:5 tar:xz diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index 036ebd723c69..b0d281c88767 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -3,7 +3,7 @@ PORTNAME= merkaartor PORTVERSION= 0.18.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= astro MAINTAINER= dev2@heesakkers.info @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgdal.so:graphics/gdal \ libproj.so:graphics/proj \ - libquazip5.so:archivers/quazip@qt5 + libquazip5.so:archivers/quazip USES= compiler:c++11-lang pkgconfig qmake qt:5 sqlite:3 USE_GITHUB= yes diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index c80a3b854960..9fa123254309 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -3,6 +3,7 @@ PORTNAME= qmapshack PORTVERSION= 1.12.3 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgdal.so:graphics/gdal \ libproj.so:graphics/proj \ - libquazip5.so:archivers/quazip@qt5 \ + libquazip5.so:archivers/quazip \ libroutino.so:astro/routino RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks |