Date: Sat, 18 Feb 2017 10:28:47 +0000 (UTC) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434340 - head/games/uhexen2 Message-ID: <201702181028.v1IASlCG042124@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702181028.v1IASlCG042124>