From owner-svn-ports-all@freebsd.org Mon Feb 22 14:20:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9434AB1802; Mon, 22 Feb 2016 14:20:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60B401CDC; Mon, 22 Feb 2016 14:20:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1MEKKMH082111; Mon, 22 Feb 2016 14:20:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1MEKKfo082109; Mon, 22 Feb 2016 14:20:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602221420.u1MEKKfo082109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 22 Feb 2016 14:20:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409351 - head/games/openbor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 14:20:21 -0000 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