svn commit: r480449 - in head/x11-toolkits: . rubygem-tk

Tobias Kortkamp t at tobik.me
Sun Sep 23 13:57:25 UTC 2018


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 at 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?


More information about the svn-ports-head mailing list