Date: Mon, 22 Feb 2016 14:20:20 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409351 - head/games/openbor Message-ID: <201602221420.u1MEKKfo082109@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Feb 22 14:20:20 2016 New Revision: 409351 URL: https://svnweb.freebsd.org/changeset/ports/409351 Log: games/openbor: update to 3.0.r4167 ChangeLog: - New entity properties using the . delimited syntax concept for CronoCrash engine. - Player specific credit count was not be carried across saved games. - Very minor refactor in ImportCache Modified: head/games/openbor/Makefile (contents, props changed) head/games/openbor/distinfo (contents, props changed) Modified: head/games/openbor/Makefile ============================================================================== --- head/games/openbor/Makefile Mon Feb 22 14:19:47 2016 (r409350) +++ head/games/openbor/Makefile Mon Feb 22 14:20:20 2016 (r409351) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= openbor -PORTVERSION= 3.0.r4163 -PORTREVISION= 3 +PORTVERSION= 3.0.r4167 CATEGORIES= games MASTER_SITES= LOCAL/jbeich \ https://svn.code.sf.net/p/${PORTNAME}/engine/engine/:svn @@ -52,7 +51,8 @@ TREMOR_LIB_DEPENDS_OFF= libvorbisfile.so # Specific snapshot: make makesum SVN_FETCH= PORTVERSION=1.0.r1234 # .if defined(BOOTSTRAP) -# XXX _MASTER_SITES_svn isn't defined yet +# XXX SED and _MASTER_SITES_svn aren't defined yet +SED?= /usr/bin/sed SVN_REV!= ${SETENV} LC_ALL=C svn info \ ${MASTER_SITES:M*\:svn:S/:svn//} | \ ${SED} -n 's/^Last Changed Rev: //p' @@ -68,7 +68,8 @@ do-fetch: ${MKDIR} ${WRKDIR} svn export -r${SVN_REV} ${_MASTER_SITES_svn} ${WRKSRC} (cd ${WRKDIR} && ${TAR} cJvf \ - ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}) + ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ + --uid 0 --gid 0 ${DISTNAME}) ${REINPLACE_CMD} -i '' '/^PORTVERSION=/s/r.*/r${SVN_REV}/' \ ${MASTERDIR}/Makefile . if ${USER} == ${MAINTAINER:C/@.*//} Modified: head/games/openbor/distinfo ============================================================================== --- head/games/openbor/distinfo Mon Feb 22 14:19:47 2016 (r409350) +++ head/games/openbor/distinfo Mon Feb 22 14:20:20 2016 (r409351) @@ -1,2 +1,2 @@ -SHA256 (openbor-3.0.r4163.tar.xz) = 3399722eb39be9c2c87919c4c6dde4595f257a29e6828bbb7045b4209ed68429 -SIZE (openbor-3.0.r4163.tar.xz) = 3910964 +SHA256 (openbor-3.0.r4167.tar.xz) = f7f6ed4fe7f1ed93150ddfeac1da329cfa4045e150db118a1b6180cdd7f1712f +SIZE (openbor-3.0.r4167.tar.xz) = 3920724
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602221420.u1MEKKfo082109>