svn commit: r528808 - head/net/nsq

John Hixson jhixson at FreeBSD.org
Fri Mar 20 22:45:50 UTC 2020


Author: jhixson
Date: Fri Mar 20 22:45:50 2020
New Revision: 528808
URL: https://svnweb.freebsd.org/changeset/ports/528808

Log:
  net/nsq: add aarch64 and armv7 to supported architectures
  
  PR:	 244863
  Submitted by: mikael at FreeBSD.org

Modified:
  head/net/nsq/Makefile

Modified: head/net/nsq/Makefile
==============================================================================
--- head/net/nsq/Makefile	Fri Mar 20 22:45:05 2020	(r528807)
+++ head/net/nsq/Makefile	Fri Mar 20 22:45:50 2020	(r528808)
@@ -3,6 +3,7 @@
 PORTNAME=	nsq
 PORTVERSION=	1.2.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	2
 CATEGORIES=	net
 
 MAINTAINER=	jhixson at FreeBSD.org
@@ -10,7 +11,7 @@ COMMENT=	Realtime distributed messaging platform
 
 LICENSE=	MIT
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	aarch64 amd64 armv7
 
 USES=	go:modules
 


More information about the svn-ports-head mailing list