From owner-svn-ports-head@freebsd.org Fri Oct 16 04:23:35 2020 Return-Path: Delivered-To: svn-ports-head@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 D9EAC44F2DC; Fri, 16 Oct 2020 04:23:35 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CCCh75NWVz4Pxd; Fri, 16 Oct 2020 04:23:35 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from iMac-de-Loic.local (unknown [IPv6:2a01:e34:ef45:d440:71cf:4426:cc95:698f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: lbartoletti) by smtp.freebsd.org (Postfix) with ESMTPSA id 29C2C1286A; Fri, 16 Oct 2020 04:23:35 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Subject: Re: svn commit: r552385 - head/databases/postgis24 To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202010150604.09F64RdN078259@repo.freebsd.org> <20201015094251.zp2mu6njwxzdhdv6@aching.in.mat.cc> From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Message-ID: <548c6d06-d7df-5c36-9c42-882941d4fdcc@FreeBSD.org> Date: Fri, 16 Oct 2020 06:23:33 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: <20201015094251.zp2mu6njwxzdhdv6@aching.in.mat.cc> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Content-Language: fr X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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: Fri, 16 Oct 2020 04:23:35 -0000 Hello, Le 15/10/2020 à 11:42, Mathieu Arnold a écrit : > On Thu, Oct 15, 2020 at 06:04:27AM +0000, Loïc Bartoletti wrote: >> Author: lbartoletti >> Date: Thu Oct 15 06:04:26 2020 >> New Revision: 552385 >> URL: https://svnweb.freebsd.org/changeset/ports/552385 >> >> Log: >> databases/postgis24: Update postgresql versions available >> >> postgis24 can be built with postgresql12. Update postgresql range versions accordingly. >> >> Modified: >> head/databases/postgis24/Makefile >> >> Modified: head/databases/postgis24/Makefile >> ============================================================================== >> --- head/databases/postgis24/Makefile Thu Oct 15 05:54:30 2020 (r552384) >> +++ head/databases/postgis24/Makefile Thu Oct 15 06:04:26 2020 (r552385) >> @@ -3,6 +3,7 @@ >> >> PORTNAME= postgis >> PORTVERSION= 2.4.9 >> +PORTREVISION= 1 > Why bump PORTREVISION? > Until this patch, postgis24 required PostgreSQL 9.5-10. Since PGSQL_DEFAULT is 12, postgis24 will now depends to PostgreSQL12. As dependency changes, I thought it would be good to bump it. Regards. Loïc