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

Bryan Drewery bdrewery at freebsd.org
Wed Sep 5 19:33:31 UTC 2012


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 at freenode/EFNet



More information about the svn-ports-head mailing list