From owner-svn-ports-head@freebsd.org Sun Sep 23 13:57:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37CD5108F624; Sun, 23 Sep 2018 13:57:25 +0000 (UTC) (envelope-from t@tobik.me) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8D6D77342; Sun, 23 Sep 2018 13:57:24 +0000 (UTC) (envelope-from t@tobik.me) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 6039421511; Sun, 23 Sep 2018 09:57:24 -0400 (EDT) Received: from web1 ([10.202.2.211]) by compute6.internal (MEProxy); Sun, 23 Sep 2018 09:57:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobik.me; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=Spz0mqGYPtwVzBIpLGvL9j5C57zKy okwLtJY9vVXlkg=; b=WHBwa0AcJW6l2Qtr0QMPWK9fbwScsTvl1Bs9Gp2cL2Y41 dw0v9Xa0OksibcpfKHbxh/EkrzqesWu6IxICbq95SDdNOWQcakHR86acmQJeMQQD 49SzVarECpc9j4bKf26z8VHx0EOv5yp+1A1Koa9xByEXHpCPGHqUoFN933PeG+vy 07GZQuFBDiYrU1CjnI3Q8lbzamKw0saA6d+QaNWNHLehhTEOba+jOm1xyc4H7J+g E53bj2MO+3CX75DUBSG7jE+SBwknlVIlYXnX9NCiEgdgSEkbSd5A/FkFD4fYwPwY lggj//TFGJcGx5oWvFXEIJ0yHvUNmb0lXqVCtXCFg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Spz0mq GYPtwVzBIpLGvL9j5C57zKyokwLtJY9vVXlkg=; b=Ej6XLl9GOoH5mU13rSmcPD Mf8psvqloN/I+1ZY4rA7t5stkUzaCm2JH/zX1W849aGGNn35REBjhqSwV2I+VL9u uIiLKrLsOF/9UUOnDlvwAsnuoX7CFQRKqdkTHMNGphaho8KUyPPYoKOTepBcnLTF t22X7SHO0O3NbDQ1GOhJyKB8P3PmSMaPnTXTdLRN150Onf98aAX8zPPth+CdvjVC 75GBLv2yG+Mg9aY3w+Lvj88EGeSitH7/ZTD/BnS/ui/JMj8NktOXxIwd+Vh8bt2k SQjFTsnh42hF65lLenxxno7udYD0elQAPyOiGsyqoFAHdxcBnaAd8bJKNeY9UWAA == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id D3D2F94115; Sun, 23 Sep 2018 09:57:23 -0400 (EDT) Message-Id: <1537711043.109206.1517691472.22FF1DF6@webmail.messagingengine.com> From: Tobias Kortkamp To: Steve Wills , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-e556cd15 References: <201809230149.w8N1n62t092171@repo.freebsd.org> Date: Sun, 23 Sep 2018 15:57:23 +0200 Subject: Re: svn commit: r480449 - in head/x11-toolkits: . rubygem-tk In-Reply-To: <201809230149.w8N1n62t092171@repo.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 13:57:25 -0000 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?