Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Feb 2006 19:27:24 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92847: [MAINTAINER] games/pouetchess Update to 0.1.1
Message-ID:  <20060205162724.A909D174@hades.panopticon>
Resent-Message-ID: <200602051630.k15GUK3e011463@freefall.freebsd.org>

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

>Number:         92847
>Category:       ports
>Synopsis:       [MAINTAINER] games/pouetchess Update to 0.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 05 16:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #1: Fri Jan 27 12:07:19 MSK 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386

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

--- pouetchess-0.1.1.patch begins here ---
Binary files pouetchess.orig/.Makefile.swp and pouetchess/.Makefile.swp differ
diff -ruN pouetchess.orig/Makefile pouetchess/Makefile
--- pouetchess.orig/Makefile	Sun Feb  5 16:53:24 2006
+++ pouetchess/Makefile	Sun Feb  5 18:46:49 2006
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	pouetchess
-PORTVERSION=	0.1
-PORTREVISION=	1
+PORTVERSION=	0.1.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	pouetChess_${PORTVERSION}
+DISTNAME=	pouetChess_0.11_src
 
 MAINTAINER=	amdmi3@mail.ru
 COMMENT=	An open-source 3D chess game
@@ -22,7 +21,7 @@
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
 
-WRKSRC=		${WRKDIR}/pouetChess
+WRKSRC=		${WRKDIR}/pouetChess_0.11
 
 MAKE_ENV=	CXX="${CXX}"
 
@@ -45,7 +44,6 @@
 	@${REINPLACE_CMD} -e '/CXXFLAGS.*+=/ d' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e '/^CXXFLAGS/ s|:=|+=|' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e '/^CXXFLAGS/ s|$$| -I${X11BASE}/include|' ${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e 's|\($$(CXX)\) \(-MM\)|\1 $$(CXXFLAGS) \2|' ${WRKSRC}/Makefile
 
 	@${REINPLACE_CMD} -e 's|config\.ini|${PREFIX}/etc/pouetChess.conf|' ${WRKSRC}/src/globalInfos.cpp
 	@${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/src/globalInfos.h
@@ -56,7 +54,7 @@
 	if [ ! -f ${PREFIX}/etc/pouetChess.conf ]; then \
 		${INSTALL_DATA} ${WRKSRC}/bin/config.ini ${PREFIX}/etc/pouetChess.conf; \
 	fi
-.for i in objets3d textures
+.for i in objets3d textures icons
 	${MKDIR} ${DATADIR}/${i}
 	${INSTALL_DATA} ${WRKSRC}/bin/data/${i}/* ${DATADIR}/${i}
 .endfor
diff -ruN pouetchess.orig/distinfo pouetchess/distinfo
--- pouetchess.orig/distinfo	Sun Feb  5 16:53:24 2006
+++ pouetchess/distinfo	Sun Feb  5 18:29:11 2006
@@ -1,3 +1,3 @@
-MD5 (pouetChess_0.1.tar.gz) = e4eca429886472b6b9826f09fea504b0
-SHA256 (pouetChess_0.1.tar.gz) = fdf69b3757fc69756366b3a110f54c346cc18d057f8023818339380c4639fb9a
-SIZE (pouetChess_0.1.tar.gz) = 364154
+MD5 (pouetChess_0.11_src.tar.gz) = ffc8a0b22269f487ca60c0017e023382
+SHA256 (pouetChess_0.11_src.tar.gz) = 206f0cf0f6a567f51fa6c85c3e5820bc9ed4659101a86d67a18487c9f23fcd2b
+SIZE (pouetChess_0.11_src.tar.gz) = 394797
diff -ruN pouetchess.orig/pkg-plist pouetchess/pkg-plist
--- pouetchess.orig/pkg-plist	Sun Feb  5 16:53:24 2006
+++ pouetchess/pkg-plist	Sun Feb  5 18:38:26 2006
@@ -2,6 +2,8 @@
 @unexec if cmp -s %D/etc/pouetChess.conf %D/etc/pouetChess.conf.sample; then rm -f %D/etc/pouetChess.conf; fi
 etc/pouetChess.conf.sample
 @exec if [ ! -f %D/etc/pouetChess.conf ]; then cp -p %D/etc/pouetChess.conf.sample %D/etc/pouetChess.conf; fi
+%%DATADIR%%/icons/pouetChess.bmp
+%%DATADIR%%/icons/pouetChess.png
 %%DATADIR%%/objets3d/cavalier.lwo
 %%DATADIR%%/objets3d/dame.lwo
 %%DATADIR%%/objets3d/fleche.lwo
@@ -28,6 +30,7 @@
 %%DATADIR%%/textures/sol.jpg
 %%DATADIR%%/textures/titre.png
 %%DATADIR%%/textures/tux.png
+@dirrm %%DATADIR%%/icons
 @dirrm %%DATADIR%%/objets3d
 @dirrm %%DATADIR%%/textures
 @dirrm %%DATADIR%%
--- pouetchess-0.1.1.patch ends here ---


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



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