summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-25 23:50:55 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-25 23:50:55 +0000
commit91838ef33def75b159492b1bad2748faee0a0138 (patch)
treed320be74d11e324eba1d6c5739950381ee119316 /games
parentUpdate to 2.4 (diff)
Update to 2.6
PR: 47479 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=74011
Diffstat (limited to 'games')
-rw-r--r--games/blue/Makefile4
-rw-r--r--games/blue/distinfo2
-rw-r--r--games/blue/files/patch-ac18
3 files changed, 12 insertions, 12 deletions
diff --git a/games/blue/Makefile b/games/blue/Makefile
index e575cfa6175a..15e256a3dc03 100644
--- a/games/blue/Makefile
+++ b/games/blue/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= blue
-PORTVERSION= 2.4
+PORTVERSION= 2.6
CATEGORIES= games
-MASTER_SITES= http://www.tuxedo.org/~esr/blue/
+MASTER_SITES= http://www.catb.org/~esr/blue/
MAINTAINER= ports@FreeBSD.org
diff --git a/games/blue/distinfo b/games/blue/distinfo
index 4679f55f8be2..defb9cec9f36 100644
--- a/games/blue/distinfo
+++ b/games/blue/distinfo
@@ -1 +1 @@
-MD5 (blue-2.4.tar.gz) = 6182a2517e4f1f9f70836710aae6788d
+MD5 (blue-2.6.tar.gz) = b73160c2e8afb3ce65d29c2414a7e239
diff --git a/games/blue/files/patch-ac b/games/blue/files/patch-ac
index 38eb4c77202a..e8ee4c502817 100644
--- a/games/blue/files/patch-ac
+++ b/games/blue/files/patch-ac
@@ -1,16 +1,16 @@
---- Makefile.orig Wed Mar 29 22:20:16 2000
-+++ Makefile Wed Mar 29 22:21:26 2000
-@@ -7,10 +7,11 @@
-
- SOURCES = READ.ME Makefile blue.c blue.c.orig blue.6 blue.lsm *.spec
+--- Makefile.orig Tue Jul 30 21:56:34 2002
++++ Makefile Sat Jan 25 06:27:44 2003
+@@ -6,10 +6,11 @@
+ VERS=2.6
+ SOURCES = READ.ME COPYING Makefile blue.c blue.xml blue.lsm *.spec
-CFLAGS=-O
+CC?=cc
+CFLAGS?=-O
blue: blue.c
-- cc $(CFLAGS) -DVERSION=\"$(V)\" blue.c -lncurses -o blue
-+ $(CC) $(CFLAGS) -DVERSION=\"$(V)\" blue.c -lncurses -o blue
+- cc $(CFLAGS) -DRELEASE=\"$(VERS)\" blue.c -lncurses -o blue
++ $(CC) $(CFLAGS) -DRELEASE=\"$(VERS)\" blue.c -lncurses -o blue
- blue-$(V).tar.gz: $(SOURCES)
- @ls $(SOURCES) | sed s:^:blue-$(V)/: >MANIFEST
+ blue.6: blue.xml
+ xmlto man blue.xml