svn commit: r434340 - head/games/uhexen2

Kirill Ponomarew krion at FreeBSD.org
Sat Feb 18 10:28:49 UTC 2017


Author: krion
Date: Sat Feb 18 10:28:47 2017
New Revision: 434340
URL: https://svnweb.freebsd.org/changeset/ports/434340

Log:
  Fix fetching distfile
  
  Reported by:	http://thunderx1.nyi.freebsd.org/data/110arm64-default/434195/logs/uhexen2-1.5.8.log
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9660

Modified:
  head/games/uhexen2/Makefile

Modified: head/games/uhexen2/Makefile
==============================================================================
--- head/games/uhexen2/Makefile	Sat Feb 18 10:27:44 2017	(r434339)
+++ head/games/uhexen2/Makefile	Sat Feb 18 10:28:47 2017	(r434340)
@@ -5,7 +5,7 @@ PORTNAME=	uhexen2
 PORTVERSION=	1.5.8
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Hammer%20of%20Thyrion/${PORTVERSION}/Source \
-		SF/${PORTNAME}/Hexen2%20GameData/gamedata-1.29:data \
+		SF/${PORTNAME}/Hexen2%20GameData/gamedata-1.29a:data \
 		SF/${PORTNAME}/Hexen2%20GameData/hexenworld-pakfiles:hw
 DISTNAME=	hexen2source-${PORTVERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \


More information about the svn-ports-head mailing list