Date: Mon, 9 Sep 2019 16:44:57 +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: r511645 - in head/astro/kstars: . files Message-ID: <201909091644.x89Giv6O052834@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Mon Sep 9 16:44:57 2019 New Revision: 511645 URL: https://svnweb.freebsd.org/changeset/ports/511645 Log: astro/kstars: update to 3.3.5 Added: head/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp (contents, props changed) Modified: head/astro/kstars/Makefile head/astro/kstars/distinfo head/astro/kstars/pkg-plist Modified: head/astro/kstars/Makefile ============================================================================== --- head/astro/kstars/Makefile Mon Sep 9 16:41:52 2019 (r511644) +++ head/astro/kstars/Makefile Mon Sep 9 16:44:57 2019 (r511645) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kstars -DISTVERSION= 3.3.4 +DISTVERSION= 3.3.5 PORTEPOCH= 1 CATEGORIES= astro kde MASTER_SITES= KDE/stable/${PORTNAME} Modified: head/astro/kstars/distinfo ============================================================================== --- head/astro/kstars/distinfo Mon Sep 9 16:41:52 2019 (r511644) +++ head/astro/kstars/distinfo Mon Sep 9 16:44:57 2019 (r511645) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567023349 -SHA256 (kstars-3.3.4.tar.xz) = 0579dabaf8a024bcea1e7c97cc3284a013da8d2bc14a95dcdb74f088e18e86d9 -SIZE (kstars-3.3.4.tar.xz) = 70764724 +TIMESTAMP = 1568038651 +SHA256 (kstars-3.3.5.tar.xz) = d17a72bdcc579c3de7dd8ad386b15bb1c4932bf6bbd220407bef43cf6a6fd667 +SIZE (kstars-3.3.5.tar.xz) = 70750064 Added: head/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp Mon Sep 9 16:44:57 2019 (r511645) @@ -0,0 +1,11 @@ +--- kstars/auxiliary/ksutils.cpp.orig 2019-09-09 16:36:17 UTC ++++ kstars/auxiliary/ksutils.cpp +@@ -1325,7 +1325,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) || 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 Mon Sep 9 16:41:52 2019 (r511644) +++ head/astro/kstars/pkg-plist Mon Sep 9 16:44:57 2019 (r511645) @@ -1695,7 +1695,6 @@ share/knotifications5/kstars.notifyrc %%DATADIR%%/venus.R4.vsop %%DATADIR%%/venus.R5.vsop %%DATADIR%%/venus.orbit -%%DATADIR%%/windi.png %%DATADIR%%/wzdownload.png %%DATADIR%%/wzekos.png %%DATADIR%%/wzgeo.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909091644.x89Giv6O052834>