svn commit: r388753 - head/devel/rubygem-metaid

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 7 20:40:47 UTC 2015


Author: sunpoet
Date: Sun Jun  7 20:40:46 2015
New Revision: 388753
URL: https://svnweb.freebsd.org/changeset/ports/388753

Log:
  - Add NO_ARCH
  - Remove USE_RAKE
  - Pass maintainership to ruby@

Modified:
  head/devel/rubygem-metaid/Makefile

Modified: head/devel/rubygem-metaid/Makefile
==============================================================================
--- head/devel/rubygem-metaid/Makefile	Sun Jun  7 20:40:41 2015	(r388752)
+++ head/devel/rubygem-metaid/Makefile	Sun Jun  7 20:40:46 2015	(r388753)
@@ -6,12 +6,12 @@ PORTVERSION=	1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby metaprogramming helpers
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-USE_RAKE=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list