svn commit: r438339 - in head/games: ioquake3 iourbanterror

Mathieu Arnold mat at FreeBSD.org
Wed Apr 12 09:10:06 UTC 2017


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 at FreeBSD.org
 COMMENT=	Quake 3 engine modified for Urban Terror (based on ioquake3)


More information about the svn-ports-head mailing list