From owner-svn-ports-all@freebsd.org Sat Feb 18 10:28:48 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 F1C89CE3A31; Sat, 18 Feb 2017 10:28:48 +0000 (UTC) (envelope-from krion@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 C160A14C3; Sat, 18 Feb 2017 10:28:48 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IASlc9042125; Sat, 18 Feb 2017 10:28:47 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IASlCG042124; Sat, 18 Feb 2017 10:28:47 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702181028.v1IASlCG042124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Sat, 18 Feb 2017 10:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434340 - head/games/uhexen2 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: Sat, 18 Feb 2017 10:28:49 -0000 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} \