From owner-svn-ports-all@freebsd.org Sat Mar 24 02:18:17 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 33E21F61DAB; Sat, 24 Mar 2018 02:18:17 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mx2.catspoiler.org (mx2.catspoiler.org [IPv6:2607:f740:16::d18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C24EC71E74; Sat, 24 Mar 2018 02:18:16 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org ([76.212.85.177]) by mx2.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w2O2JGMv026941 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 24 Mar 2018 02:19:17 GMT (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w2O2I78J072764 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 23 Mar 2018 19:18:08 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Date: Fri, 23 Mar 2018 19:18:02 -0700 (PDT) From: Don Lewis Subject: Re: svn commit: r465415 - head/devel/meson To: Tobias Kortkamp cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org In-Reply-To: <1521849971.1712146.1314190536.51DB2DC6@webmail.messagingengine.com> Message-ID: References: <201803232334.w2NNYEpY018118@repo.freebsd.org> <1521849971.1712146.1314190536.51DB2DC6@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE 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 02:18:17 -0000 On 24 Mar, Tobias Kortkamp wrote: > 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. Thanks. I'll commit the fix later tonight after I have had a chance to test it.