aboutsummaryrefslogtreecommitdiff
path: root/astro/xplanet
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-08 15:36:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-08 15:36:59 +0000
commit58a93b4b1c3bd8d807d51c1e3b2a9bb914798763 (patch)
tree4c1ceb16a736d5bd071ffcb818cd6f543629bf66 /astro/xplanet
parentbc343a7df3c7a84ada3c1595b8ca0c8ee5337bc4 (diff)
downloadports-58a93b4b1c3bd8d807d51c1e3b2a9bb914798763.tar.gz
ports-58a93b4b1c3bd8d807d51c1e3b2a9bb914798763.zip
- Update to 1.1.2
PR: ports/74776 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=123463
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;