diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-09 16:48:28 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-09 16:48:28 +0000 |
commit | 842b9182e091f50e7e8526548749c3798916406d (patch) | |
tree | 151787ee92b4e6f3c1725adb4a6dc28dde41fbf5 /games/qstat | |
parent | 7350323c55c5cc963993a17612ead75cdaa60b29 (diff) | |
download | ports-842b9182e091f50e7e8526548749c3798916406d.tar.gz ports-842b9182e091f50e7e8526548749c3798916406d.zip |
Update to version 2.3c.
PR: 11568
Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes:
svn path=/head/; revision=18658
Diffstat (limited to 'games/qstat')
-rw-r--r-- | games/qstat/Makefile | 8 | ||||
-rw-r--r-- | games/qstat/distinfo | 2 | ||||
-rw-r--r-- | games/qstat/files/patch-aa | 8 |
3 files changed, 13 insertions, 5 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile index ac234e5b5e3e..2c363bba4179 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: qstat -# Version required: 2.2b +# Version required: 2.3c # Date created: 28 May 1998 # Whom: Daniel O'Connor <darius@dons.net.au> # -# $Id: Makefile,v 1.1.1.1 1998/08/17 00:28:24 steve Exp $ +# $Id: Makefile,v 1.2 1999/03/15 01:35:02 steve Exp $ # -DISTNAME= qstat22b -PKGNAME= qstat-2.2b +DISTNAME= qstat23c +PKGNAME= qstat-2.3c CATEGORIES= misc MASTER_SITES= ftp://ftp.activesw.com/pub/quake/ diff --git a/games/qstat/distinfo b/games/qstat/distinfo index b237a145f70c..c657b7034668 100644 --- a/games/qstat/distinfo +++ b/games/qstat/distinfo @@ -1 +1 @@ -MD5 (qstat22b.tar.gz) = 368d42a6a92ad749c51a6906973a47ac +MD5 (qstat23c.tar.gz) = 9f178469c6245c693cdf319c0dabc817 diff --git a/games/qstat/files/patch-aa b/games/qstat/files/patch-aa new file mode 100644 index 000000000000..ba282142e20b --- /dev/null +++ b/games/qstat/files/patch-aa @@ -0,0 +1,8 @@ +--- Makefile.orig Fri May 7 18:42:29 1999 ++++ Makefile Fri May 7 18:42:44 1999 +@@ -1,5 +1,4 @@ + +-CFLAGS = + + # Uncomment if you have gcc + # CC = gcc |