summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-03-31 06:52:06 +0000
committerpat <pat@FreeBSD.org>2002-03-31 06:52:06 +0000
commit82355841015ad9a540bdf130b99d292267313169 (patch)
treebb55d0a30e1a8bd9a0d53350bc10f467fda99f71 /astro
parent7979e9b1257acf0f41f56a1d41a46c2b8485a1e6 (diff)
downloadFreeBSD-ports-82355841015ad9a540bdf130b99d292267313169.zip
FreeBSD-ports-82355841015ad9a540bdf130b99d292267313169.tar.gz
1) Update to 0.8.5
2) Add patch to fix segfault Submitted by: Gerard Eviston <geviston@bigpond.net.au> (2)
Diffstat (limited to 'astro')
-rw-r--r--astro/kstars/Makefile2
-rw-r--r--astro/kstars/distinfo2
-rw-r--r--astro/kstars/files/patch-kstars::skymap.cpp12
-rw-r--r--astro/kstars/files/patch-kstars::skyobject.h11
-rw-r--r--astro/kstars/pkg-plist4
5 files changed, 16 insertions, 15 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile
index 0fda326..c6aa5f3 100644
--- a/astro/kstars/Makefile
+++ b/astro/kstars/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= kstars
-PORTVERSION= 0.8.2
+PORTVERSION= 0.8.5
CATEGORIES= astro kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/astro/kstars/distinfo b/astro/kstars/distinfo
index efa684f..a6e434f 100644
--- a/astro/kstars/distinfo
+++ b/astro/kstars/distinfo
@@ -1 +1 @@
-MD5 (kstars-0.8.2.tar.gz) = 9c13d29b405123b818771570f8649e06
+MD5 (kstars-0.8.5.tar.gz) = ef02efeb7d41b872a30d952592d61a5f
diff --git a/astro/kstars/files/patch-kstars::skymap.cpp b/astro/kstars/files/patch-kstars::skymap.cpp
new file mode 100644
index 0000000..3e4dd6a
--- /dev/null
+++ b/astro/kstars/files/patch-kstars::skymap.cpp
@@ -0,0 +1,12 @@
+--- kstars/skymap.cpp.orig Sun Mar 31 00:10:48 2002
++++ kstars/skymap.cpp Sun Mar 31 00:12:13 2002
+@@ -45,7 +45,8 @@
+ #include "addlinkdialog.h"
+
+ SkyMap::SkyMap(QWidget *parent, const char *name )
+- : QWidget (parent,name), downloads (0), computeSkymap (true)
++ : QWidget (parent,name), ClickedObject(0), FoundObject(0),
++ downloads (0), computeSkymap (true)
+ {
+ ksw = (KStars*) kapp->mainWidget();
+
diff --git a/astro/kstars/files/patch-kstars::skyobject.h b/astro/kstars/files/patch-kstars::skyobject.h
deleted file mode 100644
index d8c5638..0000000
--- a/astro/kstars/files/patch-kstars::skyobject.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- kstars/skyobject.h.orig Mon Dec 17 18:06:52 2001
-+++ kstars/skyobject.h Mon Dec 17 18:07:06 2001
-@@ -101,7 +101,7 @@
- /**
- *Return translated name
- */
-- QString translatedName() { return i18n(name.utf8().data());}
-+ QString translatedName() { return i18n(name.local8Bit().data());}
- /**
- *Return the local time that the object will rise
- *@param jd current Julian date
diff --git a/astro/kstars/pkg-plist b/astro/kstars/pkg-plist
index 209bb0f..32be15b 100644
--- a/astro/kstars/pkg-plist
+++ b/astro/kstars/pkg-plist
@@ -329,8 +329,8 @@ share/icons/hicolor/48x48/apps/kstars.png
share/icons/locolor/16x16/apps/kstars.png
share/icons/locolor/32x32/apps/kstars.png
share/icons/locolor/48x48/apps/kstars.png
-share/locale/de/LC_MESSAGES/kstars-0.8.mo
-share/locale/fr/LC_MESSAGES/kstars-0.8.mo
+share/locale/de/LC_MESSAGES/kstars-0.8.5.mo
+share/locale/fr/LC_MESSAGES/kstars-0.8.5.mo
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
OpenPOWER on IntegriCloud