svn commit: r514252 - in head/astro/kstars: . files

Adriaan de Groot adridg at FreeBSD.org
Thu Oct 10 20:19:15 UTC 2019


Author: adridg
Date: Thu Oct 10 20:19:13 2019
New Revision: 514252
URL: https://svnweb.freebsd.org/changeset/ports/514252

Log:
  Update astro/kstars to latest upstream release
  
  Release notes:
  	http://knro.blogspot.com/2019/09/kstars-v336-is-released.html
  says "lots of little improvements". One translation has gone away.

Modified:
  head/astro/kstars/Makefile
  head/astro/kstars/distinfo
  head/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp
  head/astro/kstars/pkg-plist

Modified: head/astro/kstars/Makefile
==============================================================================
--- head/astro/kstars/Makefile	Thu Oct 10 20:15:42 2019	(r514251)
+++ head/astro/kstars/Makefile	Thu Oct 10 20:19:13 2019	(r514252)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	kstars
-DISTVERSION=	3.3.5
-PORTREVISION=	1
+DISTVERSION=	3.3.6
 PORTEPOCH=	1
 CATEGORIES=	astro kde
 MASTER_SITES=	KDE/stable/${PORTNAME}

Modified: head/astro/kstars/distinfo
==============================================================================
--- head/astro/kstars/distinfo	Thu Oct 10 20:15:42 2019	(r514251)
+++ head/astro/kstars/distinfo	Thu Oct 10 20:19:13 2019	(r514252)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568038651
-SHA256 (kstars-3.3.5.tar.xz) = d17a72bdcc579c3de7dd8ad386b15bb1c4932bf6bbd220407bef43cf6a6fd667
-SIZE (kstars-3.3.5.tar.xz) = 70750064
+TIMESTAMP = 1570735089
+SHA256 (kstars-3.3.6.tar.xz) = 2f3a07f9f4d216c663ef2cbc7520e77883fc38d8c161ea62117cae2bb7783831
+SIZE (kstars-3.3.6.tar.xz) = 70700044

Modified: head/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp
==============================================================================
--- head/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp	Thu Oct 10 20:15:42 2019	(r514251)
+++ head/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp	Thu Oct 10 20:19:13 2019	(r514252)
@@ -1,10 +1,10 @@
---- kstars/auxiliary/ksutils.cpp.orig	2019-09-09 16:36:17 UTC
+--- kstars/auxiliary/ksutils.cpp.orig	2019-09-08 19:12:11 UTC
 +++ kstars/auxiliary/ksutils.cpp
-@@ -1325,7 +1325,7 @@ bool copyRecursively(QString sourceFolder, QString des
+@@ -1323,7 +1323,7 @@ bool copyRecursively(QString sourceFolder, QString des
  //One is createLocalAstrometryConf and the other is configureAstrometry
  bool configureLocalAstrometryConfIfNecessary()
  {
--#ifdef Q_OS_LINUX
+-#if defined(Q_OS_LINUX)
 +#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
      QString confPath = KSPaths::writableLocation(QStandardPaths::GenericDataLocation) + QLatin1Literal("astrometry") + QLatin1Literal("/astrometry.cfg");
      if (QFileInfo(confPath).exists() == false)

Modified: head/astro/kstars/pkg-plist
==============================================================================
--- head/astro/kstars/pkg-plist	Thu Oct 10 20:15:42 2019	(r514251)
+++ head/astro/kstars/pkg-plist	Thu Oct 10 20:19:13 2019	(r514252)
@@ -1757,7 +1757,6 @@ share/locale/ro/LC_MESSAGES/kstars.mo
 share/locale/ru/LC_MESSAGES/kstars.mo
 share/locale/se/LC_MESSAGES/kstars.mo
 share/locale/si/LC_MESSAGES/kstars.mo
-share/locale/sk/LC_MESSAGES/kstars.mo
 share/locale/sl/LC_MESSAGES/kstars.mo
 share/locale/sq/LC_MESSAGES/kstars.mo
 share/locale/sv/LC_MESSAGES/kstars.mo


More information about the svn-ports-head mailing list