diff options
author | max <max@FreeBSD.org> | 1997-02-13 01:48:00 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-02-13 01:48:00 +0800 |
commit | da5e96699d32b1096e699eb591b8814c98c0b4f9 (patch) | |
tree | ed3913f0931bd92e7464b8e27c12375eb329d595 /games/xpilot | |
parent | 079ff915ade1efbcc05ae97345faf4abeb3ef19d (diff) | |
download | freebsd-ports-gnome-da5e96699d32b1096e699eb591b8814c98c0b4f9.tar.gz freebsd-ports-gnome-da5e96699d32b1096e699eb591b8814c98c0b4f9.tar.zst freebsd-ports-gnome-da5e96699d32b1096e699eb591b8814c98c0b4f9.zip |
Upgrade, 3.5.1 -> 3.6.1.
Pointed-out by: Jim Overholt <overholt@cisco.com>
(Closing PR #2707.)
Diffstat (limited to 'games/xpilot')
-rw-r--r-- | games/xpilot/Makefile | 6 | ||||
-rw-r--r-- | games/xpilot/distinfo | 2 | ||||
-rw-r--r-- | games/xpilot/files/patch-a | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 576b15419e9b..34a9c9a9d3f0 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xpilot -# Version required: 3-3-1 +# Version required: 3.6.1 # Date created: 18 July 1995 # Whom: jmacd # -# $Id: Makefile,v 1.8 1996/12/30 21:33:35 max Exp $ +# $Id: Makefile,v 1.9 1997/01/03 09:37:35 obrien Exp $ # -DISTNAME= xpilot-3.5.1 +DISTNAME= xpilot-3.6.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.cs.uit.no/pub/games/xpilot/ diff --git a/games/xpilot/distinfo b/games/xpilot/distinfo index 06cbd27bbfd0..98b4252f7515 100644 --- a/games/xpilot/distinfo +++ b/games/xpilot/distinfo @@ -1 +1 @@ -MD5 (xpilot-3.5.1.tar.gz) = b82e7147e8684f91bf5ea1fadc914fae +MD5 (xpilot-3.6.1.tar.gz) = 4cda5edf8dd34d60642a6f496bf5c71a diff --git a/games/xpilot/files/patch-a b/games/xpilot/files/patch-a index d9f51cab3a5f..597058985445 100644 --- a/games/xpilot/files/patch-a +++ b/games/xpilot/files/patch-a @@ -1,8 +1,8 @@ -*** Local.config.orig Mon May 13 13:02:22 1996 ---- Local.config Wed Jun 26 12:41:21 1996 +*** Local.config.orig Tue Dec 17 04:30:18 1996 +--- Local.config Wed Feb 12 08:32:57 1997 *************** *** 25,31 **** - #define LocalGuru xpilot@cs.uit.no /* The one to contact for problems */ + #define LocalGuru xpilot@xpilot.org /* The one to contact for problems */ #endif /* LocalGuru */ ! PREFIX = /usr/local/games @@ -10,15 +10,15 @@ /* Manual pages for games usually go to section 6. */ MANSUFFIX = 6 --- 25,31 ---- - #define LocalGuru xpilot@cs.uit.no /* The one to contact for problems */ + #define LocalGuru xpilot@xpilot.org /* The one to contact for problems */ #endif /* LocalGuru */ ! PREFIX = /usr/X11R6 /* Manual pages for games usually go to section 6. */ MANSUFFIX = 6 -*** src/config.h.orig Sun Apr 7 10:05:02 1996 ---- src/config.h Wed Jun 26 12:36:51 1996 +*** src/config.h.orig Tue Oct 8 04:22:39 1996 +--- src/config.h Wed Feb 12 08:32:58 1997 *************** *** 46,52 **** # define LIBPREFIX "lib_disk:[lib.xgames.xpilot341.lib" |