svn commit: r456893 - head/security/1password-client

Mark Linimon linimon at FreeBSD.org
Thu Dec 21 08:55:00 UTC 2017


Author: linimon
Date: Thu Dec 21 08:54:58 2017
New Revision: 456893
URL: https://svnweb.freebsd.org/changeset/ports/456893

Log:
  The ARCH value of 'arm' is only for arm v4/v5 which are antique.  Let's
  try to let it build on aarch64 instead.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/1password-client/Makefile

Modified: head/security/1password-client/Makefile
==============================================================================
--- head/security/1password-client/Makefile	Thu Dec 21 08:44:38 2017	(r456892)
+++ head/security/1password-client/Makefile	Thu Dec 21 08:54:58 2017	(r456893)
@@ -9,7 +9,7 @@ MASTER_SITES=	https://cache.agilebits.com/dist/1P/op/p
 MAINTAINER=	adamw at FreeBSD.org
 COMMENT=	1Password CLI client
 
-ONLY_FOR_ARCHS=	amd64 arm i386
+ONLY_FOR_ARCHS=	aarch64 amd64 i386
 
 USES=		zip
 NO_WRKSUBDIR=	yes


More information about the svn-ports-head mailing list