diff options
author | markm <markm@FreeBSD.org> | 1996-03-31 01:08:46 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-03-31 01:08:46 +0800 |
commit | 994c839a1f80780bd211fe0bff20b915d4f5eebe (patch) | |
tree | ea2c47e8f9a001211ae471ea808d2c4e6a1021cc /games | |
parent | 2e1a20ae333fee85b7578f10265f72508c81986f (diff) | |
download | freebsd-ports-gnome-994c839a1f80780bd211fe0bff20b915d4f5eebe.tar.gz freebsd-ports-gnome-994c839a1f80780bd211fe0bff20b915d4f5eebe.tar.zst freebsd-ports-gnome-994c839a1f80780bd211fe0bff20b915d4f5eebe.zip |
Update to v3.4
Diffstat (limited to 'games')
-rw-r--r-- | games/xboard/Makefile | 9 | ||||
-rw-r--r-- | games/xboard/distinfo | 2 | ||||
-rw-r--r-- | games/xboard/pkg-descr | 2 | ||||
-rw-r--r-- | games/xboard/pkg-plist | 2 |
4 files changed, 7 insertions, 8 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index fcde304c715f..cb459548ed0d 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,18 +1,17 @@ # New ports collection makefile for: xboard -# Version required: 3.2 patchlevel 0 +# Version required: 3.4 patchlevel 0 # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.3 1995/04/01 12:45:09 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/11 00:20:24 asami Exp $ # -DISTNAME= xboard-3.2.pl0 -PKGNAME= xboard-3.2.0 +DISTNAME= xboard-3.4.pl0 +PKGNAME= xboard-3.4.0 CATEGORIES+= games MASTER_SITES= ftp://ftp.x.org/contrib/games/ HAS_CONFIGURE= yes -STRIP= CONFIGURE_ARGS= --prefix=${PREFIX} .include <bsd.port.mk> diff --git a/games/xboard/distinfo b/games/xboard/distinfo index 5dbfeb87be4f..864286512b31 100644 --- a/games/xboard/distinfo +++ b/games/xboard/distinfo @@ -1 +1 @@ -MD5 (xboard-3.2.pl0.tar.gz) = 1f25a0a0719aef42f5cf55ced12868b2 +MD5 (xboard-3.4.pl0.tar.gz) = fcfb5acd0a7f2f93c19301128019dd6e diff --git a/games/xboard/pkg-descr b/games/xboard/pkg-descr index 57d3cb1cd091..fa414b9a22ce 100644 --- a/games/xboard/pkg-descr +++ b/games/xboard/pkg-descr @@ -1,5 +1,3 @@ -xboard 3.2 - Xboard is a graphical chessboard that can serve as a user interface for GNU Chess, for the Internet Chess Server, or for electronic mail correspondence chess. xboard can also be used by itself. diff --git a/games/xboard/pkg-plist b/games/xboard/pkg-plist index 74b98d0788ed..a026d94fe315 100644 --- a/games/xboard/pkg-plist +++ b/games/xboard/pkg-plist @@ -1,5 +1,7 @@ @cwd /usr/local bin/xboard bin/cmail +bin/pxboard man/man6/xboard.6 man/man6/cmail.6 +info/xboard.info |