Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2012 22:36:17 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305744 - head/net-im/mikutter
Message-ID:  <201210112236.q9BMaHn5097252@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Thu Oct 11 22:36:17 2012
New Revision: 305744
URL: http://svn.freebsd.org/changeset/ports/305744

Log:
  - Unbreak and mark IGNORE when RUBY_DEFAULT_VER is not 1.9
  - Revive Created by line which was Whom line in Makefile header
  
  Feature safe:	yes

Modified:
  head/net-im/mikutter/Makefile

Modified: head/net-im/mikutter/Makefile
==============================================================================
--- head/net-im/mikutter/Makefile	Thu Oct 11 20:31:13 2012	(r305743)
+++ head/net-im/mikutter/Makefile	Thu Oct 11 22:36:17 2012	(r305744)
@@ -1,3 +1,4 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	mikutter
@@ -26,6 +27,7 @@ RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/gtk2
 WRKSRC=	${WRKDIR}/${PORTNAME}
 
 USE_RUBY=	yes
+RUBY_VER=	1.9
 NO_BUILD=	yes
 
 CONFLICTS=	mikutter-0.0.3.*
@@ -50,8 +52,8 @@ OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
 
 .include <bsd.port.pre.mk>
 
-.if ${RUBY_VER} == 1.8
-BROKEN=	does not build
+.if ${RUBY_DEFAULT_VER} != ${RUBY_VER}
+IGNORE=	requires RUBY_DEFAULT_VER=${RUBY_VER}
 .endif
 
 .if ${PORT_OPTIONS:MHTTPCLIENT}



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