svn commit: r340208 - head/games/doomsday

Max Brazhnikov makc at freebsd.org
Mon Jan 20 07:51:34 UTC 2014


On Sat, 18 Jan 2014 19:44:48 +0000Sat Jan 18 19:44:47 2014 Raphael Kubo da Costa wrote:
> 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 <maxclsb at gmail.com>

Pointyhat to me. I renamed the port after downloading distfiles and missed
this problem.

Max
 
> 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 at FreeBSD.org
>  COMMENT=	Enhanced Doom, Heretic, and Hexen source port


More information about the svn-ports-all mailing list