Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 2003 16:18:04 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50203: Update port: astro/xphoon to 2000.06.13
Message-ID:  <86adfmtutv.wl%fuyuki@hadaly.org>

next in thread | raw e-mail | index | archive | help

>Number:         50203
>Category:       ports
>Synopsis:       Update port: astro/xphoon to 2000.06.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 22 23:20:09 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki <fuyuki@hadaly.org>
>Release:        FreeBSD 5.0-RELEASE-p5 i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.0-RELEASE-p5 FreeBSD 5.0-RELEASE-p5 #1: Fri Mar 21 10:29:48 JST 2003     root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:
Update to 2000.06.13

>How-To-Repeat:

>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/astro/xphoon/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	20 Feb 2003 16:46:35 -0000	1.20
+++ Makefile	23 Mar 2003 07:16:44 -0000
@@ -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
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/astro/xphoon/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	15 Feb 1995 02:51:35 -0000	1.1.1.1
+++ distinfo	23 Mar 2003 07:16:44 -0000
@@ -1 +1 @@
-MD5 (xphoon.tar.Z) = 9d8cce7199cd445692929e1e80f7058e
+MD5 (xphoon-20000613.tar.gz) = 2408072c3da5310de51a2f5dd0427424
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/astro/xphoon/pkg-descr,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-descr
--- pkg-descr	15 Feb 1995 02:51:35 -0000	1.1.1.1
+++ pkg-descr	23 Mar 2003 07:16:44 -0000
@@ -1 +1,3 @@
 Xphoon sets X the root window to a picture of the moon in its current phase.
+
+WWW: http://xphoon.sourceforge.net/
cvs server: Diffing files
Index: files/patch-ab
===================================================================
RCS file: /home/ncvs/ports/astro/xphoon/files/patch-ab,v
retrieving revision 1.1
diff -u -r1.1 patch-ab
--- files/patch-ab	3 Jan 1999 09:43:44 -0000	1.1
+++ files/patch-ab	23 Mar 2003 07:16:44 -0000
@@ -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;
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86adfmtutv.wl%fuyuki>