Bug 185937 - games/xlife: Update to version 6.7.6
Summary: games/xlife: Update to version 6.7.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 18:40 UTC by tkato432
Modified: 2014-02-07 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.85 KB, patch)
2014-01-20 18:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-01-20 18:40:03 UTC
- Update to version 6.7.6
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2014-01-23 15:48:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-02-07 13:08:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-07 13:08:53 UTC
Author: miwi
Date: Fri Feb  7 13:08:43 2014
New Revision: 343232
URL: http://svnweb.freebsd.org/changeset/ports/343232
QAT: https://qat.redports.org/buildarchive/r343232/

Log:
  - Update to 6.7.6
  
  PR:		185937
  Submitted by:	Ports Fury

Modified:
  head/games/xlife/Makefile
  head/games/xlife/distinfo

Modified: head/games/xlife/Makefile
==============================================================================
--- head/games/xlife/Makefile	Fri Feb  7 13:08:24 2014	(r343231)
+++ head/games/xlife/Makefile	Fri Feb  7 13:08:43 2014	(r343232)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xlife
-PORTVERSION=	6.7.5
+PORTVERSION=	6.7.6
 CATEGORIES=	games
 MASTER_SITES=	http://litwr2.atspace.eu/xlife/
 
@@ -35,8 +35,9 @@ post-extract:
 	@${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 @@ do-install:
 		${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>

Modified: head/games/xlife/distinfo
==============================================================================
--- head/games/xlife/distinfo	Fri Feb  7 13:08:24 2014	(r343231)
+++ head/games/xlife/distinfo	Fri Feb  7 13:08:43 2014	(r343232)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"