svn commit: r537831 - head/graphics/qgis

Loïc Bartoletti lbartoletti at FreeBSD.org
Wed Jun 3 18:44:18 UTC 2020


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 at 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


More information about the svn-ports-all mailing list