Index: head/astro/kstars/Makefile =================================================================== --- head/astro/kstars/Makefile (revision 504863) +++ head/astro/kstars/Makefile (revision 504864) @@ -1,42 +1,42 @@ # $FreeBSD$ PORTNAME= kstars -DISTVERSION= 3.2.3 +DISTVERSION= 3.3.0 PORTEPOCH= 1 CATEGORIES= astro kde MASTER_SITES= KDE/stable/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= KDE desktop planetarium LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ libqt5keychain.so:security/qtkeychain \ libraw.so:graphics/libraw \ libsecret-1.so:security/libsecret \ 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 USE_GNOME= glib20 USE_KDE= attica auth bookmarks codecs completion config configwidgets\ coreaddons crash dbusaddons doctools ecm guiaddons i18n \ iconthemes init itemviews jobwidgets kio newstuff notifications \ notifyconfig parts plotting service solid texteditor \ widgetsaddons xmlgui USE_QT= concurrent core datavis3d dbus declarative gui multimedia \ network opengl printsupport sql svg testlib websockets widgets \ xml \ buildtools_build qmake_build post-patch: # climits defines ULLONG_MAX and LLONG_MAX ${REINPLACE_CMD} -e 's#ULONG_LONG_MAX#ULLONG_MAX#g' \ -e 's#LONG_LONG_MAX#LLONG_MAX#g' \ ${WRKSRC}/kstars/fitsviewer/fitsdata.cpp .include Index: head/astro/kstars/distinfo =================================================================== --- head/astro/kstars/distinfo (revision 504863) +++ head/astro/kstars/distinfo (revision 504864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559409868 -SHA256 (kstars-3.2.3.tar.xz) = e854e1a10f11351a3cada32184ede5df76619a7188d98d06b395d2cd865b3370 -SIZE (kstars-3.2.3.tar.xz) = 70750660 +TIMESTAMP = 1561200114 +SHA256 (kstars-3.3.0.tar.xz) = 6d776e37ba2ccf35508078b91628b8f904062af03e0e879967b45094698077ae +SIZE (kstars-3.3.0.tar.xz) = 70811404 Index: head/astro/kstars/files/patch-kstars_kstars.cpp =================================================================== --- head/astro/kstars/files/patch-kstars_kstars.cpp (nonexistent) +++ head/astro/kstars/files/patch-kstars_kstars.cpp (revision 504864) @@ -0,0 +1,10 @@ +--- kstars/kstars.cpp.orig 2019-06-22 13:23:27 UTC ++++ kstars/kstars.cpp +@@ -30,6 +30,7 @@ + #include "skymap.h" + #include "skyqpainter.h" + #include "texturemanager.h" ++#include "auxiliary/imageviewer.h" + #include "dialogs/finddialog.h" + #include "dialogs/exportimagedialog.h" + #include "skycomponents/starblockfactory.h" Property changes on: head/astro/kstars/files/patch-kstars_kstars.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property