svn commit: r305744 - head/net-im/mikutter

TAKATSU Tomonari tota at FreeBSD.org
Thu Oct 11 22:36:18 UTC 2012


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 at 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}


More information about the svn-ports-all mailing list