diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-08-30 02:19:58 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-08-30 02:19:58 +0000 |
commit | ca30f3ee8bf8f7043a6cd98db559305e6089a742 (patch) | |
tree | 589bf10283f203fcdb07986435689cb68cb7aace /games/gnuchess/Makefile | |
parent | Close a security hole relating to a world-readable DEADJOE file. (diff) |
Upgrade to 4.0pl80.
PR: 13461
Submitted by: Mark Huizer <xaa@xaa.iae.nl>
Notes
Notes:
svn path=/head/; revision=21105
Diffstat (limited to 'games/gnuchess/Makefile')
-rw-r--r-- | games/gnuchess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index d6346432eb6b..6124f319ad1d 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= gnuchess-4.0.pl79 -PKGNAME= gnuchess-4.0.79 +DISTNAME= gnuchess-4.0.pl80 +PKGNAME= gnuchess-4.0.80 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnuchess |