svn commit: r451476 - head/devel/rubygem-mmap2

Antoine Brodin antoine at FreeBSD.org
Sat Oct 7 19:01:12 UTC 2017


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
 


More information about the svn-ports-all mailing list