diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-12 18:03:14 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-12 18:03:14 +0000 |
commit | a33461789b6f6fbe5f2e6bee99a9935dd90040b0 (patch) | |
tree | d2f2a2a43814783b36fa4ec64a6dd00516128fce /games/xrobots | |
parent | Upgrade to 1998-04-08 source snapshot. (diff) |
Switch to new MASTER_SITE with different distfile.
Alter patch-aa to apply cleanly to new distfile.
Make myself MAINTAINER.
Notes
Notes:
svn path=/head/; revision=10500
Diffstat (limited to 'games/xrobots')
-rw-r--r-- | games/xrobots/Makefile | 12 | ||||
-rw-r--r-- | games/xrobots/distinfo | 2 | ||||
-rw-r--r-- | games/xrobots/files/patch-aa | 16 |
3 files changed, 15 insertions, 15 deletions
diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index b392e7964d5d..1dc11bf5bbd2 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: xrobots -# Version required: something real old +# Version required: 1.0 # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.8 1997/01/03 09:37:46 obrien Exp $ +# $Id: Makefile,v 1.9 1997/07/21 19:36:28 max Exp $ # -DISTNAME= xrobots +DISTNAME= xrobots-1.0-ss-10.20 PKGNAME= xrobots-1.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/games/ +MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/Games/Arcade/xrobots-1.0/ -MAINTAINER= swallace@FreeBSD.org +MAINTAINER= jseger@FreeBSD.org USE_IMAKE= yes - +WRKSRC= ${WRKDIR}/xrobots-1.0 post-install: ${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11 diff --git a/games/xrobots/distinfo b/games/xrobots/distinfo index a59c5e73f70c..6f730f5be789 100644 --- a/games/xrobots/distinfo +++ b/games/xrobots/distinfo @@ -1 +1 @@ -MD5 (xrobots.tar.gz) = da567ea96b4181b5fe61f74dd5cde182 +MD5 (xrobots-1.0-ss-10.20.tar.gz) = c46d64b0400f69dcd142dacd1e23661d diff --git a/games/xrobots/files/patch-aa b/games/xrobots/files/patch-aa index afffedfb2a37..87414fe10e96 100644 --- a/games/xrobots/files/patch-aa +++ b/games/xrobots/files/patch-aa @@ -1,5 +1,5 @@ -*** score.c.orig Fri Nov 17 14:37:36 1989 ---- score.c Mon Jan 2 23:09:32 1995 +*** score.c.orig Thu Jan 22 09:58:52 1998 +--- score.c Sun Apr 12 14:00:32 1998 *************** *** 56,61 **** --- 56,62 ---- @@ -15,18 +15,18 @@ static SCORE scores[MAXSCORES]; -! void show_scores(), - new_high_score(), - load_scores(), +! void show_scores(), write_out_scores(); + + static void new_high_score(), --- 68,74 ---- static SCORE scores[MAXSCORES]; -! static void show_scores(), - new_high_score(), - load_scores(), +! static void show_scores(), write_out_scores(); + + static void new_high_score(), *************** *** 110,121 **** #ifndef SYSV |