summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-04-04 20:29:33 +0000
committernork <nork@FreeBSD.org>2003-04-04 20:29:33 +0000
commit07ce7f789788fd93078971ba4a77b46a323f12b3 (patch)
treed7d8c201933ef677413c747cf4a6b6f726b8bee3 /astro
parent951941ad7987c492c8960c03cba2ddf43e142e98 (diff)
downloadFreeBSD-ports-07ce7f789788fd93078971ba4a77b46a323f12b3.zip
FreeBSD-ports-07ce7f789788fd93078971ba4a77b46a323f12b3.tar.gz
Update to 2000.06.13.
PR: ports/50203 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'astro')
-rw-r--r--astro/xphoon/Makefile10
-rw-r--r--astro/xphoon/distinfo2
-rw-r--r--astro/xphoon/files/patch-ab27
-rw-r--r--astro/xphoon/pkg-descr2
4 files changed, 16 insertions, 25 deletions
diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile
index 3aa0fc2..184cd85 100644
--- a/astro/xphoon/Makefile
+++ b/astro/xphoon/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= xphoon
-PORTVERSION= 1991.9.18
-CATEGORIES= astro x11
-MASTER_SITES= ftp://ftp.x.org/R5contrib/
-DISTNAME= xphoon
-EXTRACT_SUFX= .tar.Z
+PORTVERSION= 2000.06.13
+CATEGORIES= astro
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= Set the root window to the moon in its current phase
diff --git a/astro/xphoon/distinfo b/astro/xphoon/distinfo
index f875bb9..bfbe2de 100644
--- a/astro/xphoon/distinfo
+++ b/astro/xphoon/distinfo
@@ -1 +1 @@
-MD5 (xphoon.tar.Z) = 9d8cce7199cd445692929e1e80f7058e
+MD5 (xphoon-20000613.tar.gz) = 2408072c3da5310de51a2f5dd0427424
diff --git a/astro/xphoon/files/patch-ab b/astro/xphoon/files/patch-ab
index 2745701..e097111 100644
--- a/astro/xphoon/files/patch-ab
+++ b/astro/xphoon/files/patch-ab
@@ -1,24 +1,13 @@
--- xphoon.c.orig Thu Sep 19 04:57:37 1991
+++ xphoon.c Sun Jan 3 18:30:29 1999
-@@ -31,9 +31,18 @@
-
- /* Externals. */
-
-+#if (defined(__unix__) || defined(unix)) && !defined(USG)
-+#include <sys/param.h>
-+#endif
-+
-+#if (defined(BSD) && (BSD >= 199306))
-+#include <stdlib.h>
-+#include <time.h>
-+#else
- extern char* malloc();
- extern long time();
- extern long random();
-+#endif
-
- extern void getbits();
- extern double jtime();
+@@ -20,7 +20,6 @@
+ #include "vroot.h"
+ #include <stdio.h>
+ #include <stdlib.h> /* added by David Frey */
+-#include <malloc.h> /* added by David Frey */
+ #include <time.h> /* added by David Frey */
+ #include <math.h>
+ #include <limits.h> /* added by Lalo Martins */
@@ -65,7 +74,7 @@
int blackflag, demoflag;
int printpid;
diff --git a/astro/xphoon/pkg-descr b/astro/xphoon/pkg-descr
index 9515dd0..bee902f 100644
--- a/astro/xphoon/pkg-descr
+++ b/astro/xphoon/pkg-descr
@@ -1 +1,3 @@
Xphoon sets X the root window to a picture of the moon in its current phase.
+
+WWW: http://xphoon.sourceforge.net/
OpenPOWER on IntegriCloud