Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2017 08:30:43 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450323 - in head: games/alienarena games/alienarena-data graphics/libjxr
Message-ID:  <201709220830.v8M8Uh97027178@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Sep 22 08:30:43 2017
New Revision: 450323
URL: https://svnweb.freebsd.org/changeset/ports/450323

Log:
  Use the MASTER_SITES macros correctly.
  
  Sponsored by:	Absolight

Modified:
  head/games/alienarena-data/Makefile   (contents, props changed)
  head/games/alienarena/Makefile   (contents, props changed)
  head/graphics/libjxr/Makefile   (contents, props changed)

Modified: head/games/alienarena-data/Makefile
==============================================================================
--- head/games/alienarena-data/Makefile	Fri Sep 22 08:30:36 2017	(r450322)
+++ head/games/alienarena-data/Makefile	Fri Sep 22 08:30:43 2017	(r450323)
@@ -12,7 +12,7 @@ MASTER_SITES=	ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo
 		http://offload1.icculus.org:9090/alienarena/Files/ \
 		http://icculus.org/alienarena/Files/ \
 		http://red.planetarena.org/files/ \
-		${MASTER_SITE_GENTOO:S|$|distfiles/|}
+		GENTOO
 PKGNAMESUFFIX=	-data
 DISTNAME=	${PORTNAME}-7.66-linux20130827
 

Modified: head/games/alienarena/Makefile
==============================================================================
--- head/games/alienarena/Makefile	Fri Sep 22 08:30:36 2017	(r450322)
+++ head/games/alienarena/Makefile	Fri Sep 22 08:30:43 2017	(r450323)
@@ -8,7 +8,7 @@ CATEGORIES=	games
 MASTER_SITES=	SF/alienarena.mirror/Alien%20Arena%207.66/ \
 		http://icculus.org/alienarena/Files/ \
 		http://red.planetarena.org/files/ \
-		${MASTER_SITE_GENTOO:S|$|distfiles/|}
+		GENTOO
 DISTNAME=	${PORTNAME}-7.66-linux20130827
 
 MAINTAINER=	acm@FreeBSD.org

Modified: head/graphics/libjxr/Makefile
==============================================================================
--- head/graphics/libjxr/Makefile	Fri Sep 22 08:30:36 2017	(r450322)
+++ head/graphics/libjxr/Makefile	Fri Sep 22 08:30:43 2017	(r450323)
@@ -3,8 +3,7 @@
 PORTNAME=	jxrlib
 PORTVERSION=	1.1
 CATEGORIES=	graphics devel
-MASTER_SITES=	${MASTER_SITE_DEBIAN}
-MASTER_SITE_SUBDIR=pool/main/j/jxrlib
+MASTER_SITES=	DEBIAN
 DISTFILES=	jxrlib_${PORTVERSION}.orig.tar.gz	\
 		jxrlib_${PORTVERSION}-6.debian.tar.xz
 



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