diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-07 14:41:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-07 14:41:17 +0000 |
commit | 450e5450b4d66220afbbdeae25608126d3277888 (patch) | |
tree | 3f690eaa50c0f69184a3019f91f8b82fc5c2cc5f /astro | |
parent | f498efe0e42b5107c1a62345d4e1722ea3fff129 (diff) | |
download | ports-450e5450b4d66220afbbdeae25608126d3277888.tar.gz ports-450e5450b4d66220afbbdeae25608126d3277888.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/saoimage/Makefile | 2 | ||||
-rw-r--r-- | astro/saoimage/distinfo | 2 | ||||
-rw-r--r-- | astro/saoimage/files/patch-af | 11 |
3 files changed, 2 insertions, 13 deletions
diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile index ebf550bd844c..8ef51d784893 100644 --- a/astro/saoimage/Makefile +++ b/astro/saoimage/Makefile @@ -6,7 +6,7 @@ # PORTNAME= saoimage -PORTVERSION= 1.33.2 +PORTVERSION= 1.35.1 CATEGORIES= astro MASTER_SITES= http://tdc-www.harvard.edu/software/saoimage/ diff --git a/astro/saoimage/distinfo b/astro/saoimage/distinfo index 70a0070fa21d..19b861a71147 100644 --- a/astro/saoimage/distinfo +++ b/astro/saoimage/distinfo @@ -1 +1 @@ -MD5 (saoimage-1.33.2.tar.gz) = 1b8fc27fb80e9dead6341e0929c09dc0 +MD5 (saoimage-1.35.1.tar.gz) = bd673b31d875929e947a352b02e348ee diff --git a/astro/saoimage/files/patch-af b/astro/saoimage/files/patch-af deleted file mode 100644 index fa0bd0db2d0c..000000000000 --- a/astro/saoimage/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- lin.c.orig Thu May 9 04:35:06 2002 -+++ lin.c Wed Jul 24 00:52:50 2002 -@@ -163,7 +163,7 @@ - * $Id: lin.c,v 2.8 2002/01/30 06:04:03 mcalabre Exp $ - *===========================================================================*/ - --#if defined(__convexc__) || defined(__APPLE__) -+#if defined(__convexc__) || defined(__STDC__) - #include <stdlib.h> - #else - #include <malloc.h> |