From owner-svn-ports-all@freebsd.org Mon Sep 9 16:44:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B932D7E97; Mon, 9 Sep 2019 16:44:58 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46RvCZ3fJCz4DL3; Mon, 9 Sep 2019 16:44:58 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 440AC188FD; Mon, 9 Sep 2019 16:44:58 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x89Giwu3052837; Mon, 9 Sep 2019 16:44:58 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x89Giv6O052834; Mon, 9 Sep 2019 16:44:57 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201909091644.x89Giv6O052834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 9 Sep 2019 16:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511645 - in head/astro/kstars: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/astro/kstars: . files X-SVN-Commit-Revision: 511645 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2019 16:44:58 -0000 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