Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 22:10:42 +0100 (CET)
From:      Vincent Tantardini <vinc@FreeBSD-fr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61329: [update orphaned port] : games/blue - update to 2.9
Message-ID:  <20040113211042.DA4A189D@sativa.0x45.org>
Resent-Message-ID: <200401132110.i0DLAFKd029497@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61329
>Category:       ports
>Synopsis:       [update orphaned port] : games/blue - update to 2.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 13 13:10:15 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vincent Tantardini
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Kerneled.com
>Environment:
System: FreeBSD sativa.0x45.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Dec 26 21:19:14 CET 2003 vinc@sativa.0x45.org:/usr/obj/usr/src/sys/SATIVA i386


	
>Description:
	Update to 2.9
>How-To-Repeat:
	
>Fix:

	

--- blue.diff begins here ---
diff -ruN blue.orig/Makefile blue/Makefile
--- blue.orig/Makefile	Tue Jan 13 22:02:46 2004
+++ blue/Makefile	Tue Jan 13 22:02:18 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	blue
-PORTVERSION=	2.7
+PORTVERSION=	2.9
 CATEGORIES=	games
 MASTER_SITES=	http://www.catb.org/~esr/bluemoon/
 DISTNAME=	bluemoon-${PORTVERSION}
@@ -19,10 +19,6 @@
 
 MAN6=		bluemoon.6
 MLINKS=		bluemoon.6 blue.6
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS?=|g ; \
-		 s|cc |$$(CC) |g' ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bluemoon ${PREFIX}/bin
diff -ruN blue.orig/distinfo blue/distinfo
--- blue.orig/distinfo	Tue Jan 13 22:02:46 2004
+++ blue/distinfo	Tue Jan 13 21:06:16 2004
@@ -1 +1 @@
-MD5 (bluemoon-2.7.tar.gz) = a1a288e1af222e090f2d81f89037ece2
+MD5 (bluemoon-2.9.tar.gz) = e8d4a6f3d62c5d71e1d3b00df3474839
diff -ruN blue.orig/files/patch-Makefile blue/files/patch-Makefile
--- blue.orig/files/patch-Makefile	Thu Jan  1 01:00:00 1970
+++ blue/files/patch-Makefile	Tue Jan 13 22:01:34 2004
@@ -0,0 +1,14 @@
+--- Makefile.orig	Sun Jan 11 21:09:14 2004
++++ Makefile	Tue Jan 13 22:01:24 2004
+@@ -1,9 +1,9 @@
+ # Makefile for bluemoon, the Blue Moon solitaire game
+ 
+-VERS=$(shell sed <bluemoon.spec -n -e '/Version: \(.*\)/s//\1/p')
++VERS=2.9
+ 
+ SOURCES = README COPYING Makefile bluemoon.c bluemoon.xml *.spec
+-CFLAGS=-O
++CFLAGS?=-O
+ 
+ bluemoon: bluemoon.c
+ 	cc $(CFLAGS) -DRELEASE=\"$(VERS)\" bluemoon.c -lncurses -o bluemoon
--- blue.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040113211042.DA4A189D>