From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 18 19:50:03 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97BF7B08 for ; Sat, 18 Jan 2014 19:50:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 844C81AC0 for ; Sat, 18 Jan 2014 19:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0IJo3e6017693 for ; Sat, 18 Jan 2014 19:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0IJo3Ld017692; Sat, 18 Jan 2014 19:50:03 GMT (envelope-from gnats) Date: Sat, 18 Jan 2014 19:50:03 GMT Message-Id: <201401181950.s0IJo3Ld017692@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/185830: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jan 2014 19:50:03 -0000 The following reply was made to PR ports/185830; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/185830: commit references a PR Date: Sat, 18 Jan 2014 19:44:55 +0000 (UTC) Author: rakuco Date: Sat Jan 18 19:44:47 2014 New Revision: 340208 URL: http://svnweb.freebsd.org/changeset/ports/340208 QAT: https://qat.redports.org/buildarchive/r340208/ Log: Fix `make fetch' after r339985. We cannot use ${PORTNAME} in MASTER_SITE now that the port was renamed. PR: ports/185830 Submitted by: Max Sterling Modified: head/games/doomsday/Makefile Modified: head/games/doomsday/Makefile ============================================================================== --- head/games/doomsday/Makefile Sat Jan 18 19:29:53 2014 (r340207) +++ head/games/doomsday/Makefile Sat Jan 18 19:44:47 2014 (r340208) @@ -4,7 +4,7 @@ PORTNAME= doomsday PORTVERSION= 1.12.2 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/Doomsday%20Engine/${PORTVERSION} +MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced Doom, Heretic, and Hexen source port _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"