svn commit: r517094 - head/devel/xtensa-esp32-elf

Craig Leres leres at FreeBSD.org
Sat Nov 9 00:22:53 UTC 2019


Author: leres
Date: Sat Nov  9 00:22:52 2019
New Revision: 517094
URL: https://svnweb.freebsd.org/changeset/ports/517094

Log:
  devel/xtensa-esp32-elf: Update MASTER_SITES and remove BROKEN
  
  Approved by:	ler (mentor, implicit)

Modified:
  head/devel/xtensa-esp32-elf/Makefile

Modified: head/devel/xtensa-esp32-elf/Makefile
==============================================================================
--- head/devel/xtensa-esp32-elf/Makefile	Fri Nov  8 23:52:37 2019	(r517093)
+++ head/devel/xtensa-esp32-elf/Makefile	Sat Nov  9 00:22:52 2019	(r517094)
@@ -7,8 +7,8 @@ PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SOURCEWARE/binutils/releases/binutils:source1 \
 		GNU/binutils:source1 \
-		https://github.com/libexpat/libexpat/releases/download/R_${PORTVERSION:S|.|_|g}/:source2 \
-		SF/expat:source2 \
+		https://github.com/libexpat/libexpat/releases/download/R_2_1_0/:source2 \
+		SF/expat/expat/2.1.0:source2 \
 		GCC/releases/gcc-5.2.0:source3 \
 		GNU/gdb:source4 \
 		GNU/gmp:source5 \
@@ -38,7 +38,6 @@ COMMENT=	Espressif ESP32 toolchain
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-BROKEN=		unfetchable
 BROKEN_armv6=		fails to build: failed in step 'Installing pass-2 core C gcc compiler'
 BROKEN_armv7=		fails to build: failed in step 'Installing pass-2 core C gcc compiler'
 


More information about the svn-ports-head mailing list