svn commit: r545220 - head/www/browsh

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Aug 18 07:27:38 UTC 2020


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


More information about the svn-ports-all mailing list