From owner-svn-ports-all@freebsd.org Sat Aug 24 08:21:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DCA94DA2BB; Sat, 24 Aug 2019 08:21:23 +0000 (UTC) (envelope-from kai@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Frnv5F5Fz4ktB; Sat, 24 Aug 2019 08:21:23 +0000 (UTC) (envelope-from kai@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1454) id 910421C277; Sat, 24 Aug 2019 08:21:23 +0000 (UTC) Date: Sat, 24 Aug 2019 08:21:23 +0000 From: Kai Knoblich To: Adam Weinberger Cc: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r509227 - head/www/gitea Message-ID: <20190824082123.GA10644@freefall.freebsd.org> References: <201908181657.x7IGvJ7I096020@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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 Aug 2019 08:21:23 -0000 On Sun, Aug 18, 2019 at 11:06:07AM -0600, Adam Weinberger wrote: > > [...] > > > > Modified: head/www/gitea/distinfo > > ============================================================================== > > --- head/www/gitea/distinfo Sun Aug 18 16:49:45 2019 (r509226) > > +++ head/www/gitea/distinfo Sun Aug 18 16:57:18 2019 (r509227) > > @@ -1,3 +1,3 @@ > > -TIMESTAMP = 1564592396 > > -SHA256 (go-gitea-gitea-v1.9.0_GH0.tar.gz) = e648227ebe6716fd53095cade7881fc547a76b2655cac4631ac254992a95b207 > > -SIZE (go-gitea-gitea-v1.9.0_GH0.tar.gz) = 24057144 > > +TIMESTAMP = 1566072478 > > +SHA256 (go-gitea-gitea-v1.9.1_GH0.tar.gz) = a50743db22f3e0a0eba27ac168a92b636fa0841e9e9515721b51bfc30c2957dd > > +SIZE (go-gitea-gitea-v1.9.1_GH0.tar.gz) = 24074441 > > > > After updating, the footer still shows 1.9.0. Is it just me? > https://i.imgur.com/P4Fke68.png No, you're not the only one. Apparently upstream uses some hardcoded version string for some reason. It's also present within the 1.9.2 release that was committed in r509712: https://github.com/go-gitea/gitea/blob/v1.9.2/main.go#L32 -- Cheers Kai