Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 15:57:23 +0200
From:      Tobias Kortkamp <t@tobik.me>
To:        Steve Wills <swills@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r480449 - in head/x11-toolkits: . rubygem-tk
Message-ID:  <1537711043.109206.1517691472.22FF1DF6@webmail.messagingengine.com>
In-Reply-To: <201809230149.w8N1n62t092171@repo.freebsd.org>
References:  <201809230149.w8N1n62t092171@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 23, 2018, at 03:49, Steve Wills wrote:
> Author: swills
> Date: Sun Sep 23 01:49:06 2018
> New Revision: 480449
> URL: https://svnweb.freebsd.org/changeset/ports/480449
> 
> Log:
>   x11-toolkits/rubygem-tk: create port
>
> Added: head/x11-toolkits/rubygem-tk/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/x11-toolkits/rubygem-tk/Makefile	Sun Sep 23 01:49:06 2018	(r480449)
> @@ -0,0 +1,25 @@
> +# $FreeBSD$
> +
> +PORTNAME=	tk
> +PORTVERSION=	0.2.0
> +CATEGORIES=	x11-toolkits rubygems
> +MASTER_SITES=	https://rubygems.org/downloads/

Shouldn't this be

MASTER_SITES=	RG

?

> +MAINTAINER=	nmingotti@gmail.com
> +COMMENT=	Ruby interface to TclTk-8.6
> +
> +LICENSE=	BSD2CLAUSE
> +
> +LIB_DEPENDS=	libunwind.so:devel/libunwind
> +RUN_DEPENDS=	tcl86>=${PORTVERSION}:lang/tcl86 \
> +		tk86>=${PORTVERSION}:x11-toolkits/tk86

Using PORTVERSION here seems to be bogus and it currently only works
because 8.6.8 >= 0.2.0.  rubygem-tk's version is unrelated to the
version of tcl86 or tk86.

Doesn't USES=tk:86 already add the necessary dependencies?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1537711043.109206.1517691472.22FF1DF6>