diff options
-rw-r--r-- | astro/kstars/Makefile | 3 | ||||
-rw-r--r-- | astro/kstars/distinfo | 6 | ||||
-rw-r--r-- | astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp | 6 | ||||
-rw-r--r-- | astro/kstars/pkg-plist | 1 |
4 files changed, 7 insertions, 9 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 63d1cb1ed476..1d8fc052ebe2 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -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} diff --git a/astro/kstars/distinfo b/astro/kstars/distinfo index c38139e66b22..10620759cdf1 100644 --- a/astro/kstars/distinfo +++ b/astro/kstars/distinfo @@ -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 diff --git a/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp b/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp index c61038680cee..88b0b865a3e9 100644 --- a/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp +++ b/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp @@ -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) diff --git a/astro/kstars/pkg-plist b/astro/kstars/pkg-plist index a9b07c446126..039c37fe1ab1 100644 --- a/astro/kstars/pkg-plist +++ b/astro/kstars/pkg-plist @@ -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 |