Date: Thu, 6 Sep 2012 05:31:51 +0900 From: TAKATSU Tomonari <tota@FreeBSD.org> To: Bryan Drewery <bdrewery@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: <CANaE3C_J=F=Y9xqR4o4h363nMwLiZ4Dts%2BEboyKRe_cmNEHBNw@mail.gmail.com> In-Reply-To: <5047A90D.90904@FreeBSD.org> References: <201209051336.q85Dakc3046485@svn.freebsd.org> <5047A90D.90904@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
2012/9/6 Bryan Drewery <bdrewery@freebsd.org>: > 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 Thank you for pointing it out. I will fix it as soon as possible. -- TAKATSU Tomonari
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANaE3C_J=F=Y9xqR4o4h363nMwLiZ4Dts%2BEboyKRe_cmNEHBNw>