From owner-svn-ports-all@freebsd.org Wed Jun 3 18:44:18 2020 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 AC8082F0268; Wed, 3 Jun 2020 18:44:18 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49cd9Z43Qkz4PHn; Wed, 3 Jun 2020 18:44:18 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 866D212B82; Wed, 3 Jun 2020 18:44:18 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 053IiIta098839; Wed, 3 Jun 2020 18:44:18 GMT (envelope-from lbartoletti@FreeBSD.org) Received: (from lbartoletti@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 053IiI26098837; Wed, 3 Jun 2020 18:44:18 GMT (envelope-from lbartoletti@FreeBSD.org) Message-Id: <202006031844.053IiI26098837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lbartoletti set sender to lbartoletti@FreeBSD.org using -f From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Date: Wed, 3 Jun 2020 18:44:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537831 - head/graphics/qgis X-SVN-Group: ports-head X-SVN-Commit-Author: lbartoletti X-SVN-Commit-Paths: head/graphics/qgis X-SVN-Commit-Revision: 537831 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 03 Jun 2020 18:44:18 -0000 Author: lbartoletti Date: Wed Jun 3 18:44:17 2020 New Revision: 537831 URL: https://svnweb.freebsd.org/changeset/ports/537831 Log: graphics/qgis: prepare for Qt5.15 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25091 Modified: head/graphics/qgis/Makefile head/graphics/qgis/distinfo Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Wed Jun 3 18:32:05 2020 (r537830) +++ head/graphics/qgis/Makefile Wed Jun 3 18:44:17 2020 (r537831) @@ -7,6 +7,9 @@ DISTVERSION= 3_12_1 PORTREVISION= 1 CATEGORIES= graphics geography +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= e0cc886ee9de.patch:-p1 + MAINTAINER= rhurlin@gwdg.de COMMENT= Free and Open Source Geographic Information System Modified: head/graphics/qgis/distinfo ============================================================================== --- head/graphics/qgis/distinfo Wed Jun 3 18:32:05 2020 (r537830) +++ head/graphics/qgis/distinfo Wed Jun 3 18:44:17 2020 (r537831) @@ -1,3 +1,5 @@ -TIMESTAMP = 1585054080 +TIMESTAMP = 1590993114 SHA256 (qgis-QGIS-final-3_12_1_GH0.tar.gz) = 29dbb7738180fe16392fc98a4f4d84a1c96252eae1ab0055d414548cd76b3635 SIZE (qgis-QGIS-final-3_12_1_GH0.tar.gz) = 128867387 +SHA256 (e0cc886ee9de.patch) = 79ee256c046345f45cf193e1a9ac4c05cbfbc74f962564edfeb82d1f4847a419 +SIZE (e0cc886ee9de.patch) = 1910