aboutsummaryrefslogtreecommitdiffstats
path: root/astro/xplanet
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-12-08 23:36:59 +0800
committerpav <pav@FreeBSD.org>2004-12-08 23:36:59 +0800
commite9580a30efb4acc769a72900c0f49fe4e55a2da3 (patch)
tree0addea3d1e0007fc7b1b1c9b9b42311ae752041b /astro/xplanet
parenteefe25e7d52fa51d2a4737df878fb67d08372cb1 (diff)
downloadfreebsd-ports-gnome-e9580a30efb4acc769a72900c0f49fe4e55a2da3.tar.gz
freebsd-ports-gnome-e9580a30efb4acc769a72900c0f49fe4e55a2da3.tar.zst
freebsd-ports-gnome-e9580a30efb4acc769a72900c0f49fe4e55a2da3.zip
- Update to 1.1.2
PR: ports/74776 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Diffstat (limited to 'astro/xplanet')
-rw-r--r--astro/xplanet/Makefile3
-rw-r--r--astro/xplanet/distinfo4
-rw-r--r--astro/xplanet/files/patch-aa30
3 files changed, 33 insertions, 4 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile
index 5cf7907a27e9..07e4a5d4df75 100644
--- a/astro/xplanet/Makefile
+++ b/astro/xplanet/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xplanet
-PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTVERSION= 1.1.2
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/astro/xplanet/distinfo b/astro/xplanet/distinfo
index f0e7542a246b..c384a394db75 100644
--- a/astro/xplanet/distinfo
+++ b/astro/xplanet/distinfo
@@ -1,2 +1,2 @@
-MD5 (xplanet-1.1.1.tar.gz) = 13d7b2b3899c3af58668058ff951d1d9
-SIZE (xplanet-1.1.1.tar.gz) = 1181880
+MD5 (xplanet-1.1.2.tar.gz) = fa9af5fc23da8532172e479a975649b9
+SIZE (xplanet-1.1.2.tar.gz) = 1185949
diff --git a/astro/xplanet/files/patch-aa b/astro/xplanet/files/patch-aa
new file mode 100644
index 000000000000..9e9deffd98c6
--- /dev/null
+++ b/astro/xplanet/files/patch-aa
@@ -0,0 +1,30 @@
+--- src/libprojection/ProjectionBonne.cpp.orig Wed Dec 8 14:56:51 2004
++++ src/libprojection/ProjectionBonne.cpp Wed Dec 8 14:57:11 2004
+@@ -7,6 +7,8 @@
+ http://www.atnf.csiro.au/~mcalabre/WCS
+ */
+
++#include <stdio.h>
++
+ #include <cmath>
+ #include <sstream>
+ #include <vector>
+--- src/libprojection/ProjectionGnomonic.cpp.orig Wed Dec 8 14:57:44 2004
++++ src/libprojection/ProjectionGnomonic.cpp Wed Dec 8 14:57:58 2004
+@@ -7,6 +7,8 @@
+ http://www.atnf.csiro.au/~mcalabre/WCS
+ */
+
++#include <stdio.h>
++
+ #include <cmath>
+ #include <sstream>
+ using namespace std;
+--- src/libprojection/ProjectionMercator.cpp.orig Wed Dec 8 14:58:26 2004
++++ src/libprojection/ProjectionMercator.cpp Wed Dec 8 14:58:46 2004
+@@ -1,3 +1,5 @@
++#include <stdio.h>
++
+ #include <cmath>
+ #include <sstream>
+ using namespace std;