diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-09-09 16:44:57 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-09-09 16:44:57 +0000 |
commit | 8f5319595b232e2efbf7c5959b229d1456895048 (patch) | |
tree | b346cd5c4ce74bc47ffb844fd3ea4e016b9245f2 /astro | |
parent | fb98e8ae65e0832b6ea375614462c6807772c5de (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/kstars/Makefile | 2 | ||||
-rw-r--r-- | astro/kstars/distinfo | 6 | ||||
-rw-r--r-- | astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp | 11 | ||||
-rw-r--r-- | astro/kstars/pkg-plist | 1 |
4 files changed, 15 insertions, 5 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 35b5af7eb3b8..0bbdb8cb5222 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -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} diff --git a/astro/kstars/distinfo b/astro/kstars/distinfo index fb1622fb842c..c38139e66b22 100644 --- a/astro/kstars/distinfo +++ b/astro/kstars/distinfo @@ -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 diff --git a/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp b/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp new file mode 100644 index 000000000000..c61038680cee --- /dev/null +++ b/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp @@ -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) + { diff --git a/astro/kstars/pkg-plist b/astro/kstars/pkg-plist index 0f7670e8b375..a9b07c446126 100644 --- a/astro/kstars/pkg-plist +++ b/astro/kstars/pkg-plist @@ -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 |