Date: Wed, 05 Sep 2012 14:33:33 -0500 From: Bryan Drewery <bdrewery@freebsd.org> To: TAKATSU Tomonari <tota@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303705 - head/net-im/mikutter Message-ID: <5047A90D.90904@FreeBSD.org> In-Reply-To: <201209051336.q85Dakc3046485@svn.freebsd.org> References: <201209051336.q85Dakc3046485@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/5/2012 8:36 AM, TAKATSU Tomonari wrote: > Author: tota > Date: Wed Sep 5 13:36:46 2012 > New Revision: 303705 > URL: http://svn.freebsd.org/changeset/ports/303705 > > Log: > - Update to 0.1.1.863 > - Mark as BROKEN if RUBY_DEFAULT_VER is 1.8 > - Fix pkg-plist > > Modified: > head/net-im/mikutter/Makefile > head/net-im/mikutter/distinfo > head/net-im/mikutter/pkg-plist > > Modified: head/net-im/mikutter/Makefile > ============================================================================== > --- head/net-im/mikutter/Makefile Wed Sep 5 13:32:02 2012 (r303704) > +++ head/net-im/mikutter/Makefile Wed Sep 5 13:36:46 2012 (r303705) > @@ -6,7 +6,7 @@ > # > > PORTNAME= mikutter > -PORTVERSION= 0.1.1.814 > +PORTVERSION= 0.1.1.863 > CATEGORIES= net-im ruby > MASTER_SITES= http://mikutter.hachune.net/bin/ \ > LOCAL > @@ -28,8 +28,6 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2 > rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \ > ${RUBY_SITELIBDIR}/bsearch.rb:${PORTSDIR}/devel/ruby-bsearch > > -BROKEN= does not build > - > WRKSRC= ${WRKDIR}/${PORTNAME} > > USE_RUBY= yes > @@ -56,7 +54,11 @@ NOTIFY_DESC= notify-send support > > OPTIONS_DEFAULT= ${OPTIONS_DEFINE} > > -.include <bsd.port.options.mk> > +.include <bsd.port.pre.mk> > + > +.if ${RUBY_DEFAULT_VER} == 1.8 > +BROKEN= does not build > +.endif > This should be ${RUBY_VER}. The logic in bsd.ruby.mk is separate from the idea that the default changing to 1.9 won't fix net-im/mikutter for 1.8. -- Regards, Bryan Drewery bdrewery@freenode/EFNet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5047A90D.90904>