aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-31 06:52:06 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-31 06:52:06 +0000
commitab88478813a472045d6cc55e83f9d2421251bc37 (patch)
tree6b302304462e16abe7576026ce436f76b140f878 /astro
parentcc9b51f474f2e06a8b8fd1b7c33ec6b3886daa50 (diff)
downloadports-ab88478813a472045d6cc55e83f9d2421251bc37.tar.gz
ports-ab88478813a472045d6cc55e83f9d2421251bc37.zip
Notes
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 0fda326fa6a0..c6aa5f38ec40 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 efa684fb91b1..a6e434f98a1e 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 000000000000..3e4dd6a370f4
--- /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 d8c56388bda3..000000000000
--- 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 209bb0f3325e..32be15b91d30 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