View | Details | Raw Unified | Return to bug 60006
Collapse All | Expand All

(-)astro/saoimage/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	saoimage
8
PORTNAME=	saoimage
9
PORTVERSION=	1.33.2
9
PORTVERSION=	1.35.1
10
CATEGORIES=	astro
10
CATEGORIES=	astro
11
MASTER_SITES=	http://tdc-www.harvard.edu/software/saoimage/
11
MASTER_SITES=	http://tdc-www.harvard.edu/software/saoimage/
12
12
(-)astro/saoimage/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (saoimage-1.33.2.tar.gz) = 1b8fc27fb80e9dead6341e0929c09dc0
1
MD5 (saoimage-1.35.1.tar.gz) = bd673b31d875929e947a352b02e348ee
(-)astro/saoimage/files/patch-af (-11 lines)
Lines 1-11 Link Here
1
--- lin.c.orig	Thu May  9 04:35:06 2002
2
+++ lin.c	Wed Jul 24 00:52:50 2002
3
@@ -163,7 +163,7 @@
4
 *   $Id: lin.c,v 2.8 2002/01/30 06:04:03 mcalabre Exp $
5
 *===========================================================================*/
6
 
7
-#if defined(__convexc__) || defined(__APPLE__)
8
+#if defined(__convexc__) || defined(__STDC__)
9
 #include <stdlib.h>
10
 #else
11
 #include <malloc.h>

Return to bug 60006