Date: Wed, 12 Apr 2017 09:10:05 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438339 - in head/games: ioquake3 iourbanterror Message-ID: <201704120910.v3C9A5KT041321@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Apr 12 09:10:05 2017 New Revision: 438339 URL: https://svnweb.freebsd.org/changeset/ports/438339 Log: Fix the double PORTVERSION/DISTVERSION usage in the ioquake3 ports. Sponsored by: Absolight Modified: head/games/ioquake3/Makefile (contents, props changed) head/games/iourbanterror/Makefile (contents, props changed) Modified: head/games/ioquake3/Makefile ============================================================================== --- head/games/ioquake3/Makefile Wed Apr 12 09:09:47 2017 (r438338) +++ head/games/ioquake3/Makefile Wed Apr 12 09:10:05 2017 (r438339) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= ioquake3 -DISTVERSION?= 1.36 +PORTVERSION?= ${IOQUAKE3VER} PORTREVISION?= 15 CATEGORIES= games MASTER_SITES?= http://ioquake3.org/files/${DISTVERSION}/ @@ -83,6 +83,7 @@ Q3RENDPREFIX?= renderer_ Q3RENDSUFFIX?= _${IOQ3ARCH} Q3INSTALL?= Q3ENGINEVER?= ${DISTVERSION} +IOQUAKE3VER= 1.36 ONLY_FOR_ARCHS= amd64 i386 Modified: head/games/iourbanterror/Makefile ============================================================================== --- head/games/iourbanterror/Makefile Wed Apr 12 09:09:47 2017 (r438338) +++ head/games/iourbanterror/Makefile Wed Apr 12 09:10:05 2017 (r438339) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= iourbanterror -PORTVERSION= ${GAMEVERSION}.${DISTVERSION} +PORTVERSION= ${GAMEVERSION}.${IOQUAKE3VER} PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games -DISTNAME= ioquake3-${DISTVERSION} +DISTNAME= ioquake3-${IOQUAKE3VER} MAINTAINER= kami@FreeBSD.org COMMENT= Quake 3 engine modified for Urban Terror (based on ioquake3)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704120910.v3C9A5KT041321>