Date: Wed, 3 Jun 2020 18:44:18 +0000 (UTC) From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537831 - head/graphics/qgis Message-ID: <202006031844.053IiI26098837@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006031844.053IiI26098837>