Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 16:31:31 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539365 - head/www/grafana6
Message-ID:  <202006161631.05GGVVIq006090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Tue Jun 16 16:31:31 2020
New Revision: 539365
URL: https://svnweb.freebsd.org/changeset/ports/539365

Log:
  www/grafana6: Add aarch64 to ONLY_FOR_ARCHS
  
  PR:		247265
  Submitted by:	Josh Howard
  Approved by:	hiyorin@gmail.com (maintainer)

Modified:
  head/www/grafana6/Makefile

Modified: head/www/grafana6/Makefile
==============================================================================
--- head/www/grafana6/Makefile	Tue Jun 16 16:23:35 2020	(r539364)
+++ head/www/grafana6/Makefile	Tue Jun 16 16:31:31 2020	(r539365)
@@ -15,7 +15,7 @@ COMMENT=	Dashboard and graph editor for multiple data 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 i386
 
 USES=		go:modules
 USE_RC_SUBR=	grafana



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