Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2010 00:15:21 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151613: [patch] games/blue: update to latest version; take maintainership
Message-ID:  <201010210015.o9L0FLGY043989@www.freebsd.org>
Resent-Message-ID: <201010210020.o9L0K89t004577@freefall.freebsd.org>

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

>Number:         151613
>Category:       ports
>Synopsis:       [patch] games/blue: update to latest version; take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 21 00:20:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Glen Barber
>Release:        8.1-STABLE
>Organization:
>Environment:
>Description:
- Update games/blue: 2.9 -> 2.10
- Take maintainership
- Remove pkg-plist in favor of PLIST_FILES in Makefile

Tinderbox logs can be found here:

 - http://www.glenbarber.us/tb/logs/8.0-FreeBSD/blue-2.10_1.log
 - http://www.glenbarber.us/tb/logs/7.3-FreeBSD/blue-2.10_1.log
 - http://www.glenbarber.us/tb/logs/6.4-FreeBSD/blue-2.10_1.log

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/games/blue.orig/Makefile /usr/ports/games/blue/Makefile
--- /usr/ports/games/blue.orig/Makefile	2006-05-07 19:45:08.000000000 -0400
+++ /usr/ports/games/blue/Makefile	2010-10-20 19:47:08.816763734 -0400
@@ -6,24 +6,26 @@
 #
 
 PORTNAME=	blue
-PORTVERSION=	2.9
+PORTVERSION=	2.10
 PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://www.catb.org/~esr/bluemoon/
 DISTNAME=	bluemoon-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	gjb@FreeBSD.org
 COMMENT=	A Blue Moon card solitaire
 
 USE_GMAKE=	yes
 ALL_TARGET=	bluemoon
 
+PLIST_FILES=	bin/blue bin/bluemoon
+
 MAN6=		bluemoon.6
 MLINKS=		bluemoon.6 blue.6
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS?=|g ; \
-		 s|cc |$$(CC) |g' ${WRKSRC}/Makefile
+		 s|cc |$${CC} |g' ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bluemoon ${PREFIX}/bin
diff -ruN /usr/ports/games/blue.orig/distinfo /usr/ports/games/blue/distinfo
--- /usr/ports/games/blue.orig/distinfo	2005-11-24 14:27:26.000000000 -0500
+++ /usr/ports/games/blue/distinfo	2010-10-20 19:45:52.616890566 -0400
@@ -1,3 +1,3 @@
-MD5 (bluemoon-2.9.tar.gz) = e8d4a6f3d62c5d71e1d3b00df3474839
-SHA256 (bluemoon-2.9.tar.gz) = aef68e3f3999e96a30ad6fe46cbe9489bb712ca29e93a5bf90cbe80904b7d0eb
-SIZE (bluemoon-2.9.tar.gz) = 12742
+MD5 (bluemoon-2.10.tar.gz) = 9f45535b6a7448848a1aa4a9238ee01e
+SHA256 (bluemoon-2.10.tar.gz) = 7eef6f311097b733a6316df1e3bfe6e57b3adcf100ca4b4523272f1bef5b0e26
+SIZE (bluemoon-2.10.tar.gz) = 7129
diff -ruN /usr/ports/games/blue.orig/pkg-plist /usr/ports/games/blue/pkg-plist
--- /usr/ports/games/blue.orig/pkg-plist	2003-12-25 12:58:22.000000000 -0500
+++ /usr/ports/games/blue/pkg-plist	1969-12-31 19:00:00.000000000 -0500
@@ -1,2 +0,0 @@
-bin/blue
-bin/bluemoon


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



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