Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2009 03:00:11 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/139764: Update port: games/openyahtzee to 1.9
Message-ID:  <20091020030011.6c5aa50c.tkato432@yahoo.com>
Resent-Message-ID: <200910191810.n9JIA1Nm028263@freefall.freebsd.org>

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

>Number:         139764
>Category:       ports
>Synopsis:       Update port: games/openyahtzee to 1.9
>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:   Mon Oct 19 18:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 1.9

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/openyahtzee/Makefile games/openyahtzee/Makefile
--- /usr/ports/games/openyahtzee/Makefile	2009-08-22 16:19:36.000000000 +0900
+++ games/openyahtzee/Makefile	2009-10-19 22:16:07.000000000 +0900
@@ -6,24 +6,20 @@
 #
 
 PORTNAME=	openyahtzee
-PORTVERSION=	1.8.1
-PORTREVISION=	2
+PORTVERSION=	1.9
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Full-featured classic dice game Yahtzee
 
+USE_BZIP2=	yes
+USE_WX=		2.8+
+WX_CONF_ARGS=	absolute
 GNU_CONFIGURE=	yes
-USE_WX=		yes
-USE_SQLITE=	yes
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+
 CPPFLAGS=	-I${LOCALBASE}/include
 LDFLAGS=	-L${LOCALBASE}/lib
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MISSING="${TRUE} "
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' ${WRKSRC}/Makefile.in\
-		${WRKSRC}/src/Makefile.in
-#	@${REINPLACE_CMD} -e '/am_missing_run=/s|=.*|="${TRUE} "|' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/openyahtzee/distinfo games/openyahtzee/distinfo
--- /usr/ports/games/openyahtzee/distinfo	2008-02-05 16:39:01.000000000 +0900
+++ games/openyahtzee/distinfo	2009-10-19 22:12:34.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (openyahtzee-1.8.1.tar.gz) = d5dbdbd28f30e312068ace6550f04358
-SHA256 (openyahtzee-1.8.1.tar.gz) = e4554611ec1ed057309ba95d838e1498673df97f337ab84ee8f31535231ecb15
-SIZE (openyahtzee-1.8.1.tar.gz) = 382141
+MD5 (openyahtzee-1.9.tar.bz2) = c29ad118d58c283e3163ce219ee12ff9
+SHA256 (openyahtzee-1.9.tar.bz2) = 9d923dc14906aed39d9fa9d9c40eaa2d977d2d8aadae85836e7412712c93d8e1
+SIZE (openyahtzee-1.9.tar.bz2) = 850969
diff -urN /usr/ports/games/openyahtzee/pkg-descr games/openyahtzee/pkg-descr
--- /usr/ports/games/openyahtzee/pkg-descr	2007-01-04 22:03:56.000000000 +0900
+++ games/openyahtzee/pkg-descr	2009-10-19 22:19:05.000000000 +0900
@@ -4,5 +4,5 @@
 portability is mainly achived via wxWidgets which also gives Open
 Yahtzee a native look on each platform.
 
-WWW: http://openyahtzee.sourceforge.net/
-Author: Guy Rutenberg <guy+openyahtzee@sikumuna.co.il>
+WWW: http://www.openyahtzee.org/
+Author: Guy Rutenberg <guyrutenberg@gmail.com>
>Release-Note:
>Audit-Trail:
>Unformatted:



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