diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-02-22 22:20:20 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-02-22 22:20:20 +0800 |
commit | 45585305665b42e6aa763455279807cb88e05abb (patch) | |
tree | 8bdf9944f548493179b99686d6bcf02541848c9c /games | |
parent | 9b38baa43d3e31152e1eb12f1456715b88132593 (diff) | |
download | freebsd-ports-gnome-45585305665b42e6aa763455279807cb88e05abb.tar.gz freebsd-ports-gnome-45585305665b42e6aa763455279807cb88e05abb.tar.zst freebsd-ports-gnome-45585305665b42e6aa763455279807cb88e05abb.zip |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/openbor/Makefile | 9 | ||||
-rw-r--r-- | games/openbor/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile index 0de8b8c70d7c..39eb29300b23 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -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:${PORTSDIR}/audio/libvorbis # 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/@.*//} diff --git a/games/openbor/distinfo b/games/openbor/distinfo index 5d14a0eff78a..c53e70ac7349 100644 --- a/games/openbor/distinfo +++ b/games/openbor/distinfo @@ -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 |