Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 16:24:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395997 - head/devel/ruby-event-loop
Message-ID:  <201509031624.t83GO7Bp034928@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep  3 16:24:07 2015
New Revision: 395997
URL: https://svnweb.freebsd.org/changeset/ports/395997

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Use BROKEN_RUBY22

Modified:
  head/devel/ruby-event-loop/Makefile

Modified: head/devel/ruby-event-loop/Makefile
==============================================================================
--- head/devel/ruby-event-loop/Makefile	Thu Sep  3 16:24:01 2015	(r395996)
+++ head/devel/ruby-event-loop/Makefile	Thu Sep  3 16:24:07 2015	(r395997)
@@ -10,6 +10,12 @@ PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Event loop for Ruby
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BROKEN_RUBY22=	yes
+
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RAKE=	yes
 
@@ -22,10 +28,4 @@ do-build:
 do-install:
 	@cd ${WRKSRC} && ${RUBY} setup.rb install --prefix=${STAGEDIR}
 
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} >= 2.2
-BROKEN=		Does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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