Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2015 14:40:44 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377021 - in head/astro: stellarium stellarium-qt4
Message-ID:  <201501141440.t0EEeimx023958@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Jan 14 14:40:44 2015
New Revision: 377021
URL: https://svnweb.freebsd.org/changeset/ports/377021
QAT: https://qat.redports.org/buildarchive/r377021/

Log:
  Unbreak fetching of those textures.
  
  Submitted by:	Rainer Hurling
  Pointyhat to:	danfe

Modified:
  head/astro/stellarium-qt4/Makefile
  head/astro/stellarium/Makefile

Modified: head/astro/stellarium-qt4/Makefile
==============================================================================
--- head/astro/stellarium-qt4/Makefile	Wed Jan 14 14:28:29 2015	(r377020)
+++ head/astro/stellarium-qt4/Makefile	Wed Jan 14 14:40:44 2015	(r377021)
@@ -46,7 +46,7 @@ PLIST_SUB+=	MORE_STARS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MTEXTURES}
-MASTER_SITES+=	SF/${PORTNAME}/textures:gfx
+MASTER_SITES+=	SF/${PORTNAME}/Extra-data-files/textures:gfx
 DISTFILES+=	textures-1K.zip:gfx
 PLIST_SUB+=	TEXTURES=""
 .else

Modified: head/astro/stellarium/Makefile
==============================================================================
--- head/astro/stellarium/Makefile	Wed Jan 14 14:28:29 2015	(r377020)
+++ head/astro/stellarium/Makefile	Wed Jan 14 14:40:44 2015	(r377021)
@@ -41,7 +41,7 @@ PLIST_SUB+=	MORE_STARS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MTEXTURES}
-MASTER_SITES+=	SF/${PORTNAME}/textures:gfx
+MASTER_SITES+=	SF/${PORTNAME}/Extra-data-files/textures:gfx
 DISTFILES+=	textures-1K.zip:gfx
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501141440.t0EEeimx023958>