Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 03:25:53 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/185937: games/xlife: Update to version 6.7.6
Message-ID:  <20140121032553.4cea29ef1963b51e69787230@yahoo.com>
Resent-Message-ID: <201401201840.s0KIe4Gk005274@freefall.freebsd.org>

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

>Number:         185937
>Category:       ports
>Synopsis:       games/xlife: Update to version 6.7.6
>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 Jan 20 18:40:03 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 6.7.6

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/xlife/Makefile games/xlife/Makefile
--- /usr/ports/games/xlife/Makefile	2013-11-06 22:00:57.000000000 +0900
+++ games/xlife/Makefile	2014-01-21 00:00:00.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/games/xlife/Makefile 332405 2013-11-01 20:26:38Z pawel $
 
 PORTNAME=	xlife
-PORTVERSION=	6.7.5
+PORTVERSION=	6.7.6
 CATEGORIES=	games
 MASTER_SITES=	http://litwr2.atspace.eu/xlife/
 
@@ -35,8 +35,9 @@
 	@${LN} -sf xlife.man ${WRKSRC}/xlife.6
 
 pre-patch:
-.for i in xlife6.7to6.7.1.patch xlife6.7.1to6.7.2.patch xlife6.7.2to6.7.3.patch
-	@(${CAT} ${WRKDIR}/${i} | ${PATCH} -d ${WRKSRC} -p1 -s)
+.for i in 6.7to6.7.1 6.7.1to6.7.2 6.7.2to6.7.3 6.7.3to6.7.4 6.7.4to6.7.5 \
+	6.7.5to6.7.6
+	@(${CAT} ${WRKDIR}/${PORTNAME}${i}.patch | ${PATCH} -d ${WRKSRC} -p1 -s)
 .endfor
 
 post-patch:
@@ -56,13 +57,13 @@
 		${STAGEDIR}${MAN6PREFIX}/man/man6)
 	@${LN} -sf xlife.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/lifeconv.6
 	@${MKDIR} ${STAGEDIR}${DATADIR}/patterns
-	(cd ${WRKSRC}/patterns && ${COPYTREE_SHARE} . \
+	@(cd ${WRKSRC}/patterns && ${COPYTREE_SHARE} . \
 		${STAGEDIR}${DATADIR}/patterns)
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} \
 		${STAGEDIR}${DOCSDIR})
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}/doc
-	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . \
+	@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . \
 		${STAGEDIR}${DOCSDIR}/doc)
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xlife/distinfo games/xlife/distinfo
--- /usr/ports/games/xlife/distinfo	2013-11-06 22:00:57.000000000 +0900
+++ games/xlife/distinfo	2014-01-21 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (xlife-6.7.5.tar.bz2) = 4f470e37594284b00803bdd805d7ef6e889075225530d4e5717e0b4161f15a5a
-SIZE (xlife-6.7.5.tar.bz2) = 151686
+SHA256 (xlife-6.7.6.tar.bz2) = a9d42a2441bb2b0f82f529daeac9182ee8cb6f29a40748d2eea791ac57dd09e1
+SIZE (xlife-6.7.6.tar.bz2) = 153025
>Release-Note:
>Audit-Trail:
>Unformatted:



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