From owner-svn-ports-all@freebsd.org Wed Apr 12 09:10:06 2017 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 675F6D37229; Wed, 12 Apr 2017 09:10:06 +0000 (UTC) (envelope-from mat@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 37CBFAC0; Wed, 12 Apr 2017 09:10:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3C9A5hn041323; Wed, 12 Apr 2017 09:10:05 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3C9A5KT041321; Wed, 12 Apr 2017 09:10:05 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201704120910.v3C9A5KT041321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 12 Apr 2017 09:10:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438339 - in head/games: ioquake3 iourbanterror 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.23 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: Wed, 12 Apr 2017 09:10:06 -0000 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)