From e9580a30efb4acc769a72900c0f49fe4e55a2da3 Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 8 Dec 2004 15:36:59 +0000 Subject: - Update to 1.1.2 PR: ports/74776 Submitted by: Roman Bogorodskiy (maintainer) --- astro/xplanet/Makefile | 3 +-- astro/xplanet/distinfo | 4 ++-- astro/xplanet/files/patch-aa | 30 ++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 astro/xplanet/files/patch-aa (limited to 'astro/xplanet') 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 ++ + #include + #include + #include +--- 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 ++ + #include + #include + 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 ++ + #include + #include + using namespace std; -- cgit