From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- astro/kstars/files/patch-kstars_skyobjects_kscomet.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 astro/kstars/files/patch-kstars_skyobjects_kscomet.cpp (limited to 'astro/kstars/files/patch-kstars_skyobjects_kscomet.cpp') diff --git a/astro/kstars/files/patch-kstars_skyobjects_kscomet.cpp b/astro/kstars/files/patch-kstars_skyobjects_kscomet.cpp new file mode 100644 index 000000000000..85037a9c3a6e --- /dev/null +++ b/astro/kstars/files/patch-kstars_skyobjects_kscomet.cpp @@ -0,0 +1,11 @@ +--- kstars/skyobjects/kscomet.cpp.orig 2014-09-19 05:39:42 UTC ++++ kstars/skyobjects/kscomet.cpp +@@ -119,7 +119,7 @@ KSComet::KSComet( const QString &_s, con + qint64 fragment = letterDesigToN( rePro.cap(6) ); + + uidPart = +- 1 << 43 | ++ 1ull << 43 | + type << 40 | // Bits 40-42 (3) + halfMonth << 33 | // Bits 33-39 (7) Hope this is enough + nHalfMonth << 28 | // Bits 28-32 (5) -- cgit v1.2.3