svn commit: r457468 - head/games/openarena

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 28 18:38:27 UTC 2017


Author: amdmi3
Date: Thu Dec 28 18:38:26 2017
New Revision: 457468
URL: https://svnweb.freebsd.org/changeset/ports/457468

Log:
  - Fix version to correspond to this port instead of ioquake3

Modified:
  head/games/openarena/Makefile

Modified: head/games/openarena/Makefile
==============================================================================
--- head/games/openarena/Makefile	Thu Dec 28 18:37:06 2017	(r457467)
+++ head/games/openarena/Makefile	Thu Dec 28 18:38:26 2017	(r457468)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	openarena
-DISTVERSION=	${GAMEVERSION}.s${SVNREVISION}
-PORTREVISION=	3
-PORTEPOCH=	1
+PORTVERSION=	${GAMEVERSION}.s${SVNREVISION}
+PORTEPOCH=	2
 MASTER_SITES=	SF/oarena/src \
 		http://files.poulsander.com/~poul19/public_files/oa/dev088/
 DISTNAME=	${PORTNAME}-engine-source-${GAMEVERSION}


More information about the svn-ports-head mailing list