pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: gdt
Date: Mon Mar 1 19:23:08 UTC 2021
Modified Files:
pkgsrc/databases/postgresql-postgis2: Makefile
pkgsrc/geography/R-rgdal: Makefile
pkgsrc/geography/R-sf: Makefile
pkgsrc/geography/gdal-lib: buildlink3.mk
pkgsrc/geography/mapserver: Makefile
pkgsrc/geography/merkaartor: Makefile
pkgsrc/geography/qgis: Makefile
pkgsrc/geography/qlandkartegt: Makefile
pkgsrc/geography/qlandkartem: Makefile
Log Message:
revbump for gdal-lib update
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/databases/postgresql-postgis2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/R-rgdal/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/R-sf/Makefile
cvs rdiff -u -r1.66 -r1.67 pkgsrc/geography/gdal-lib/buildlink3.mk
cvs rdiff -u -r1.87 -r1.88 pkgsrc/geography/mapserver/Makefile
cvs rdiff -u -r1.92 -r1.93 pkgsrc/geography/merkaartor/Makefile
cvs rdiff -u -r1.110 -r1.111 pkgsrc/geography/qgis/Makefile
cvs rdiff -u -r1.69 -r1.70 pkgsrc/geography/qlandkartegt/Makefile
cvs rdiff -u -r1.63 -r1.64 pkgsrc/geography/qlandkartem/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/postgresql-postgis2/Makefile
diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.89 pkgsrc/databases/postgresql-postgis2/Makefile:1.90
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.89 Thu Feb 11 13:57:29 2021
+++ pkgsrc/databases/postgresql-postgis2/Makefile Mon Mar 1 19:23:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2021/02/11 13:57:29 gdt Exp $
+# $NetBSD: Makefile,v 1.90 2021/03/01 19:23:07 gdt Exp $
# Note that the directory is still postgis2, for historical reasons.
# It remains, due to inertia, until there is a good basis to be sure
@@ -6,7 +6,7 @@
MAJOR= 3.1
DISTNAME= postgis-${MAJOR}.1
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
Index: pkgsrc/geography/R-rgdal/Makefile
diff -u pkgsrc/geography/R-rgdal/Makefile:1.3 pkgsrc/geography/R-rgdal/Makefile:1.4
--- pkgsrc/geography/R-rgdal/Makefile:1.3 Thu Nov 5 09:08:15 2020
+++ pkgsrc/geography/R-rgdal/Makefile Mon Mar 1 19:23:07 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2020/11/05 09:08:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/01 19:23:07 gdt Exp $
R_PKGNAME= rgdal
R_PKGVER= 1.4-8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= geography
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/geography/R-sf/Makefile
diff -u pkgsrc/geography/R-sf/Makefile:1.2 pkgsrc/geography/R-sf/Makefile:1.3
--- pkgsrc/geography/R-sf/Makefile:1.2 Thu Nov 5 09:08:16 2020
+++ pkgsrc/geography/R-sf/Makefile Mon Mar 1 19:23:07 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/11/05 09:08:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/01 19:23:07 gdt Exp $
R_PKGNAME= sf
R_PKGVER= 0.9-5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= geography
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/geography/gdal-lib/buildlink3.mk
diff -u pkgsrc/geography/gdal-lib/buildlink3.mk:1.66 pkgsrc/geography/gdal-lib/buildlink3.mk:1.67
--- pkgsrc/geography/gdal-lib/buildlink3.mk:1.66 Thu Nov 5 09:06:53 2020
+++ pkgsrc/geography/gdal-lib/buildlink3.mk Mon Mar 1 19:23:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.66 2020/11/05 09:06:53 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.67 2021/03/01 19:23:07 gdt Exp $
BUILDLINK_TREE+= gdal-lib
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gdal-lib
GDAL_LIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gdal-lib+= gdal-lib>=3.0.0
-BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=3.0.4nb5
+BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=3.2.1
BUILDLINK_PKGSRCDIR.gdal-lib?= ../../geography/gdal-lib
pkgbase := gdal-lib
Index: pkgsrc/geography/mapserver/Makefile
diff -u pkgsrc/geography/mapserver/Makefile:1.87 pkgsrc/geography/mapserver/Makefile:1.88
--- pkgsrc/geography/mapserver/Makefile:1.87 Thu Nov 5 09:08:16 2020
+++ pkgsrc/geography/mapserver/Makefile Mon Mar 1 19:23:07 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2020/11/05 09:08:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.88 2021/03/01 19:23:07 gdt Exp $
DISTNAME= mapserver-5.6.8
-PKGREVISION= 50
+PKGREVISION= 51
CATEGORIES= geography www
MASTER_SITES= http://download.osgeo.org/mapserver/
Index: pkgsrc/geography/merkaartor/Makefile
diff -u pkgsrc/geography/merkaartor/Makefile:1.92 pkgsrc/geography/merkaartor/Makefile:1.93
--- pkgsrc/geography/merkaartor/Makefile:1.92 Sun Feb 7 06:30:26 2021
+++ pkgsrc/geography/merkaartor/Makefile Mon Mar 1 19:23:07 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2021/02/07 06:30:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.93 2021/03/01 19:23:07 gdt Exp $
DISTNAME= merkaartor-0.18.4
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=openstreetmap/}
GITHUB_PROJECT= merkaartor
Index: pkgsrc/geography/qgis/Makefile
diff -u pkgsrc/geography/qgis/Makefile:1.110 pkgsrc/geography/qgis/Makefile:1.111
--- pkgsrc/geography/qgis/Makefile:1.110 Mon Mar 1 01:06:30 2021
+++ pkgsrc/geography/qgis/Makefile Mon Mar 1 19:23:08 2021
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.110 2021/03/01 01:06:30 gdt Exp $
+# $NetBSD: Makefile,v 1.111 2021/03/01 19:23:08 gdt Exp $
# This is intentionally 3.16 Long Term Release. Please do not update
# to later branches, and instead discuss whether/how we want multiple
# versions.
DISTNAME= qgis-3.16.4
+PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= https://qgis.org/downloads/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/geography/qlandkartegt/Makefile
diff -u pkgsrc/geography/qlandkartegt/Makefile:1.69 pkgsrc/geography/qlandkartegt/Makefile:1.70
--- pkgsrc/geography/qlandkartegt/Makefile:1.69 Sat Jan 9 19:50:53 2021
+++ pkgsrc/geography/qlandkartegt/Makefile Mon Mar 1 19:23:08 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2021/01/09 19:50:53 gdt Exp $
+# $NetBSD: Makefile,v 1.70 2021/03/01 19:23:08 gdt Exp $
DISTNAME= qlandkartegt-1.4.2
-PKGREVISION= 47
+PKGREVISION= 48
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/}
Index: pkgsrc/geography/qlandkartem/Makefile
diff -u pkgsrc/geography/qlandkartem/Makefile:1.63 pkgsrc/geography/qlandkartem/Makefile:1.64
--- pkgsrc/geography/qlandkartem/Makefile:1.63 Thu Nov 5 09:08:17 2020
+++ pkgsrc/geography/qlandkartem/Makefile Mon Mar 1 19:23:08 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2020/11/05 09:08:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.64 2021/03/01 19:23:08 gdt Exp $
DISTNAME= QLandkarteM.0.2.0
PKGNAME= qlandkartem-0.2.0
-PKGREVISION= 56
+PKGREVISION= 57
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/}
Home |
Main Index |
Thread Index |
Old Index