Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2017 19:01:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451476 - head/devel/rubygem-mmap2
Message-ID:  <201710071901.v97J19WE029581@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Oct  7 19:01:09 2017
New Revision: 451476
URL: https://svnweb.freebsd.org/changeset/ports/451476

Log:
  rubygem-mmap2 is not architecture neutral

Modified:
  head/devel/rubygem-mmap2/Makefile

Modified: head/devel/rubygem-mmap2/Makefile
==============================================================================
--- head/devel/rubygem-mmap2/Makefile	Sat Oct  7 18:56:22 2017	(r451475)
+++ head/devel/rubygem-mmap2/Makefile	Sat Oct  7 19:01:09 2017	(r451476)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mmap2
 PORTVERSION=	2.2.7
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +11,6 @@ COMMENT=	Implement memory-mapped file objects for Ruby
 
 LICENSE=	RUBY
 
-NO_ARCH=	yes
 USES=		gem
 USE_RUBY=	yes
 



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