svn commit: r528808 - head/net/nsq

Mathieu Arnold mat at freebsd.org
Sat Mar 21 17:22:10 UTC 2020


On Fri, Mar 20, 2020 at 10:45:50PM +0000, John Hixson wrote:
> 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

Why bump PORTREVISION?

>  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
>  
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200321/31fe15d9/attachment.sig>


More information about the svn-ports-all mailing list