Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2020 12:57:50 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538314 - head/devel/linux-ltp
Message-ID:  <202006091257.059Cvob9064652@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue Jun  9 12:57:50 2020
New Revision: 538314
URL: https://svnweb.freebsd.org/changeset/ports/538314

Log:
  Fix build; upstream seems to regenerate the distfiles all the time
  and remove the old ones.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/devel/linux-ltp/Makefile

Modified: head/devel/linux-ltp/Makefile
==============================================================================
--- head/devel/linux-ltp/Makefile	Tue Jun  9 12:46:12 2020	(r538313)
+++ head/devel/linux-ltp/Makefile	Tue Jun  9 12:57:50 2020	(r538314)
@@ -8,9 +8,7 @@ PORTNAME=	ltp
 PORTVERSION=	20200605
 DISTVERSIONSUFFIX=	.b54247721-368.1
 CATEGORIES=	devel
-MASTER_SITES=	https://download.opensuse.org/repositories/benchmark:/ltp:/devel/%SUBDIR%/:DEFAULT,amd64,SOURCE
-MASTER_SITE_SUBDIR=	SLE_15/x86_64/:DEFAULT,amd64 \
-			SLE_15/src/:SOURCE
+MASTER_SITES=	LOCAL/trasz:DEFAULT,amd64,SOURCE
 
 MAINTAINER=	trasz@FreeBSD.org
 COMMENT=	Linux Test Project (SUSE Linux Enterprise 15)



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