Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2020 07:27:38 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545220 - head/www/browsh
Message-ID:  <202008180727.07I7RcVX046491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Tue Aug 18 07:27:38 2020
New Revision: 545220
URL: https://svnweb.freebsd.org/changeset/ports/545220

Log:
  Clean up ONLY_FOR_ARCHS
  
  Upstream does not build packages for FreeBSD arm64.
  
  PR:		248717
  Submitted by:	jbeich

Modified:
  head/www/browsh/Makefile

Modified: head/www/browsh/Makefile
==============================================================================
--- head/www/browsh/Makefile	Tue Aug 18 05:32:55 2020	(r545219)
+++ head/www/browsh/Makefile	Tue Aug 18 07:27:38 2020	(r545220)
@@ -13,7 +13,7 @@ COMMENT=	Text-based browser supporting HTML5, CSS3, JS
 
 LICENSE=	LGPL21
 
-ONLY_FOR_ARCHS=	amd64 arm64 armv6 armv7 i386
+ONLY_FOR_ARCHS=	amd64 armv6 armv7 i386
 ONLY_FOR_ARCHS_REASON=	Upstream does not provide binaries for other architerctures
 
 RUN_DEPENDS=	firefox>63:www/firefox



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