summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;