Date: Sat, 29 Dec 2018 19:17:49 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488683 - head/astro/kstars Message-ID: <201812291917.wBTJHn73097845@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Dec 29 19:17:48 2018 New Revision: 488683 URL: https://svnweb.freebsd.org/changeset/ports/488683 Log: astro/kstars: update to 3.0.0 Changelog: http://knro.blogspot.com/2018/12/kstars-v300-is-released.html Modified: head/astro/kstars/Makefile head/astro/kstars/distinfo head/astro/kstars/pkg-plist Modified: head/astro/kstars/Makefile ============================================================================== --- head/astro/kstars/Makefile Sat Dec 29 18:47:12 2018 (r488682) +++ head/astro/kstars/Makefile Sat Dec 29 19:17:48 2018 (r488683) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kstars -DISTVERSION= 2.9.8 -PORTREVISION= 4 +DISTVERSION= 3.0.0 PORTEPOCH= 1 CATEGORIES= astro kde MASTER_SITES= KDE/stable/${PORTNAME} @@ -14,20 +13,24 @@ 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 eigen:3 gettext kde:5 \ - pkgconfig qt:5 tar:xz +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 dbus declarative gui multimedia network opengl printsupport \ - sql svg testlib websockets widgets xml \ +USE_QT= concurrent core datavis3d dbus declarative gui multimedia \ + network opengl printsupport sql svg testlib websockets widgets \ + xml \ buildtools_build qmake_build post-patch: Modified: head/astro/kstars/distinfo ============================================================================== --- head/astro/kstars/distinfo Sat Dec 29 18:47:12 2018 (r488682) +++ head/astro/kstars/distinfo Sat Dec 29 19:17:48 2018 (r488683) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538265420 -SHA256 (kstars-2.9.8.tar.xz) = 95f36cae6cc84d5d745b13cf690b56ea8ba27012faef1f901191d89007232d7d -SIZE (kstars-2.9.8.tar.xz) = 62674968 +TIMESTAMP = 1545517835 +SHA256 (kstars-3.0.0.tar.xz) = 15cbdc995b468cea013ad51a6b26efe8a132242618f43863f7728dd800d2c6a8 +SIZE (kstars-3.0.0.tar.xz) = 63604404 Modified: head/astro/kstars/pkg-plist ============================================================================== --- head/astro/kstars/pkg-plist Sat Dec 29 18:47:12 2018 (r488682) +++ head/astro/kstars/pkg-plist Sat Dec 29 19:17:48 2018 (r488683) @@ -1183,6 +1183,14 @@ share/knotifications5/kstars.notifyrc %%DATADIR%%/kstarslite/qml/images/splash_bg@2x.jpeg %%DATADIR%%/kstarslite/qml/images/splash_bg@3x.jpeg %%DATADIR%%/kstarslite/qml/images/splash_bg@4x.jpeg +%%DATADIR%%/kstarslite/qml/images/telescope-down.png +%%DATADIR%%/kstarslite/qml/images/telescope-down@2x.png +%%DATADIR%%/kstarslite/qml/images/telescope-left.png +%%DATADIR%%/kstarslite/qml/images/telescope-left@2x.png +%%DATADIR%%/kstarslite/qml/images/telescope-right.png +%%DATADIR%%/kstarslite/qml/images/telescope-right@2x.png +%%DATADIR%%/kstarslite/qml/images/telescope-up.png +%%DATADIR%%/kstarslite/qml/images/telescope-up@2x.png %%DATADIR%%/kstarslite/qml/images/tutorial-arrow-horizontal.png %%DATADIR%%/kstarslite/qml/images/tutorial-arrow-horizontal@2x.png %%DATADIR%%/kstarslite/qml/images/tutorial-arrow-horizontal@3x.png @@ -1554,10 +1562,10 @@ share/knotifications5/kstars.notifyrc %%DATADIR%%/wzekos.png %%DATADIR%%/wzgeo.png %%DATADIR%%/wzscope.png +%%DATADIR%%/wzserialportassistant.png %%DATADIR%%/wzstars.png share/locale/af/LC_MESSAGES/kstars.mo share/locale/ar/LC_MESSAGES/kstars.mo -share/locale/ast/LC_MESSAGES/kstars.mo share/locale/be/LC_MESSAGES/kstars.mo share/locale/bg/LC_MESSAGES/kstars.mo share/locale/bn/LC_MESSAGES/kstars.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812291917.wBTJHn73097845>