Date: Sun, 5 Apr 2015 03:13:43 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383252 - head/www/ruby-amazon Message-ID: <201504050313.t353Dh1G043568@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Apr 5 03:13:42 2015 New Revision: 383252 URL: https://svnweb.freebsd.org/changeset/ports/383252 Log: www/rubygem-amazon: mark broken with ruby 2.2 Modified: head/www/ruby-amazon/Makefile Modified: head/www/ruby-amazon/Makefile ============================================================================== --- head/www/ruby-amazon/Makefile Sun Apr 5 02:28:46 2015 (r383251) +++ head/www/ruby-amazon/Makefile Sun Apr 5 03:13:42 2015 (r383252) @@ -32,4 +32,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} >= 2.2 +BROKEN= Does not build +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504050313.t353Dh1G043568>