svn commit: r496225 - head/security/gopass

Steve Wills swills at FreeBSD.org
Mon Mar 18 23:33:49 UTC 2019


Author: swills
Date: Mon Mar 18 23:33:47 2019
New Revision: 496225
URL: https://svnweb.freebsd.org/changeset/ports/496225

Log:
  security/gopass: Mark not for amd64 only
  
  PR:		236429
  Submitted by:	Sascha Holzleiter <sascha at root-login.org> (maintainer, modified)

Modified:
  head/security/gopass/Makefile   (contents, props changed)

Modified: head/security/gopass/Makefile
==============================================================================
--- head/security/gopass/Makefile	Mon Mar 18 23:32:45 2019	(r496224)
+++ head/security/gopass/Makefile	Mon Mar 18 23:33:47 2019	(r496225)
@@ -19,6 +19,9 @@ USES=		go
 USE_GITHUB=	yes
 GH_ACCOUNT=	gopasspw
 
+ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS_REASON=	Upstream only supports amd64
+
 GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
 PLIST_FILES=	bin/gopass \


More information about the svn-ports-all mailing list