diff --git a/astro/indiwebmanagerapp/Makefile b/astro/indiwebmanagerapp/Makefile index e8b3ebc48b92..f8d4e0b03fc8 100644 --- a/astro/indiwebmanagerapp/Makefile +++ b/astro/indiwebmanagerapp/Makefile @@ -1,33 +1,33 @@ PORTNAME= indiwebmanagerapp DISTVERSION= 1.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro MAINTAINER= acm@FreeBSD.org COMMENT= Graphical program to manage an INDI WebManager WWW= https://github.com/rlancaste/INDIWebManagerApp LICENSE= GPLv2 RUN_DEPENDS= indiserver:devel/indi \ ${PYTHON_PKGNAMEPREFIX}indiweb>0:astro/py-indiweb@${PY_FLAVOR} USES= cmake iconv gettext kde:5 ninja qt:5 pkgconfig python xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons doctools i18n kio itemviews jobwidgets service \ solid widgetsaddons windowsystem xmlgui \ ecm:build USE_QT= buildtools concurrent core dbus gui qmake:build network widgets \ xml USE_XORG= x11 USE_GITHUB= yes GH_ACCOUNT= rlancaste GH_PROJECT= INDIWebManagerApp post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' -e \ 's|python3|${PYTHON_VERSION}|g' ${WRKSRC}/src/mainwindow.cpp ${REINPLACE_CMD} -e 's|On Linux|On Linux\/FreeBSD|g' \ ${WRKSRC}/src/opsconfiguration.cpp .include diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index df7c2f537aec..4ef559e9126c 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -1,42 +1,43 @@ PORTNAME= kstars DISTVERSION= 3.7.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= astro kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ MAINTAINER= kde@FreeBSD.org COMMENT= KDE desktop planetarium WWW= https://edu.kde.org/kstars LICENSE= GPLv2 LIB_DEPENDS= libXISF.so:graphics/libxisf \ libcfitsio.so:astro/cfitsio \ libqt5keychain.so:security/qtkeychain@qt5 \ libraw.so:graphics/libraw \ libgsl.so:math/gsl \ libindiclient.so:devel/indi \ libopencv_core.so:graphics/opencv \ libsecret-1.so:security/libsecret \ libnova.so:astro/libnova \ libstellarsolver.so:astro/stellarsolver \ libwcs.so:astro/wcslib BUILD_DEPENDS= xplanet:astro/xplanet RUN_DEPENDS= xplanet:astro/xplanet USES= cmake compiler:c++11-lib desktop-file-utils eigen:3 \ gettext gnome kde:5 localbase:ldflags pkgconfig qt:5 tar:xz xorg USE_GNOME= glib20 USE_KDE= attica auth bookmarks codecs completion config configwidgets\ coreaddons crash dbusaddons guiaddons i18n \ iconthemes init itemviews jobwidgets kio newstuff notifications \ notifyconfig parts plotting service solid texteditor \ widgetsaddons windowsystem xmlgui \ doctools:build ecm:build USE_QT= concurrent core datavis3d dbus declarative gui multimedia \ network opengl printsupport sql svg testlib websockets widgets \ xml \ buildtools:build qmake:build USE_XORG= x11 .include diff --git a/astro/stellarsolver/Makefile b/astro/stellarsolver/Makefile index 63bf8abdfb28..ca0c989317fa 100644 --- a/astro/stellarsolver/Makefile +++ b/astro/stellarsolver/Makefile @@ -1,24 +1,25 @@ PORTNAME= stellarsolver DISTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= astro MAINTAINER= acm@FreeBSD.org COMMENT= Astrometric Plate Solver built on Astrometry.net and SEP WWW= https://github.com/rlancaste/stellarsolver LICENSE= GPLv3 LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ libgsl.so:math/gsl \ libwcs.so:astro/wcslib USES= cmake desktop-file-utils iconv ninja qt:5 pkgconfig USE_QT= buildtools concurrent core gui qmake:build network widgets USE_GITHUB= yes GH_ACCOUNT= rlancaste USE_LDCONFIG= yes CMAKE_ARGS+= -DBUILD_BATCH_SOLVER=on .include