From owner-svn-ports-all@freebsd.org Sat Mar 24 00:06:18 2018 Return-Path: Delivered-To: svn-ports-all@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 CEE52F58B5A; Sat, 24 Mar 2018 00:06:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 827A16C73E; Sat, 24 Mar 2018 00:06:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id A11FA20A28; Fri, 23 Mar 2018 20:06:11 -0400 (EDT) Received: from web5 ([10.202.2.215]) by compute4.internal (MEProxy); Fri, 23 Mar 2018 20:06:11 -0400 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=fm2; bh=dj/qNR nmr4M59YcqnKlqK2jJQZi++M/+w0Q51aJQVk8=; b=YGQFc+wBQLXIAEthW7LLhw gHOl9NlDYcxJWOVMtVFIR7RrzXGS+kmky3O/3dDg1IjdqUHjf7GpE2Lhpq7UzV1l oMQGhbOH4PQ1EBl2ClM3h48Pen3QQ30HqY58ac7dwx+LRh2D1wx0IWZtwkr7i/4O GhfJBd8hBHxYRGWLTlr9puw/UCN+1WCzrM1rIF9vH9CuRR3t4rj6c3+so5CJ0hKu zFBIBcSICsXiTwXKPr8eMr6tjlmlsbcujx82/tU9lPmvbGttkul9vy9wPF3Bqfpw hEl2psE/TZilqUfcIr5MU9Pr3UEEIjz4cVn6VCHQbeOWmWtRLz0wdpeDn9CgwBZw == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 728699E092; Fri, 23 Mar 2018 20:06:11 -0400 (EDT) Message-Id: <1521849971.1712146.1314190536.51DB2DC6@webmail.messagingengine.com> From: Tobias Kortkamp To: Don Lewis , 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-5ce6c4ba In-Reply-To: <201803232334.w2NNYEpY018118@repo.freebsd.org> Date: Sat, 24 Mar 2018 01:06:11 +0100 References: <201803232334.w2NNYEpY018118@repo.freebsd.org> Subject: Re: svn commit: r465415 - head/devel/meson X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2018 00:06:18 -0000 On Sat, Mar 24, 2018, at 00:34, Don Lewis wrote: > Author: truckman > Date: Fri Mar 23 23:34:14 2018 > New Revision: 465415 > URL: https://svnweb.freebsd.org/changeset/ports/465415 > > Log: > Update devel/meson to version 0.45. > > Switch to USE_GITHUB. > > PR: 226879 > Submitted by: cy > > Modified: > head/devel/meson/Makefile > head/devel/meson/distinfo > > Modified: head/devel/meson/Makefile > ============================================================================== > --- head/devel/meson/Makefile Fri Mar 23 23:19:53 2018 (r465414) > +++ head/devel/meson/Makefile Fri Mar 23 23:34:14 2018 (r465415) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= meson > -PORTVERSION= 0.44.1 > +PORTVERSION= 0.45 > CATEGORIES= devel python > MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/ > download/${PORTVERSION}/ > > @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING > RUN_DEPENDS= ninja:devel/ninja > > USES= python:3.4+ > +USE_GITHUB= yes > +GH_ACCOUNT= mesonbuild > USE_PYTHON= autoplist distutils noflavors > NO_ARCH= yes > > > Modified: head/devel/meson/distinfo > ============================================================================== > --- head/devel/meson/distinfo Fri Mar 23 23:19:53 2018 (r465414) > +++ head/devel/meson/distinfo Fri Mar 23 23:34:14 2018 (r465415) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1519672364 > -SHA256 (meson-0.44.1.tar.gz) = > 2ea1a721574adb23160b6481191bcc1173f374e02b0ff3bb0ae85d988d97e4fa > -SIZE (meson-0.44.1.tar.gz) = 1136478 > +TIMESTAMP = 1521831968 > +SHA256 (mesonbuild-meson-0.45_GH0.tar.gz) = > 7c579b98ee09ddcfc99e92a9ffd0cf1197bf2ad00b6498061bb5f0ad8e343a26 > +SIZE (mesonbuild-meson-0.45_GH0.tar.gz) = 1393557 > Hi, upstream provides a release tarball. There is no reason to USE_GITHUB here. Besides that 0.45 is a branch not a tag i.e. it's subject to change when upstream pushes commits to it! I would suggest to either revert the USE_GITHUB change and continue using the release tarball or use the 0.45.0 or 0.45.1 tag. Either way PORTVERSION needs to be one of 0.45.0 or 0.45.1 because there is no 0.45 release. If you keep USE_GITHUB then MASTER_SITES can be removed too.