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: Sun Nov 27 13:55:52 UTC 2022
Modified Files:
pkgsrc/databases/postgresql-postgis2: Makefile buildlink3.mk
pkgsrc/games/flightgear: Makefile
pkgsrc/games/openmw: Makefile
pkgsrc/games/simgear: Makefile buildlink3.mk
pkgsrc/geography/R-lwgeom: Makefile
pkgsrc/geography/R-rgdal: Makefile
pkgsrc/geography/R-sf: Makefile
pkgsrc/geography/gdal-lib: Makefile buildlink3.mk
pkgsrc/geography/libgeotiff: Makefile buildlink3.mk
pkgsrc/geography/libspatialite: Makefile buildlink3.mk
pkgsrc/geography/mapserver: Makefile
pkgsrc/geography/merkaartor: Makefile
pkgsrc/geography/osm2pgsql: Makefile
pkgsrc/geography/pdal-lib: Makefile buildlink3.mk
pkgsrc/geography/proj: Makefile buildlink3.mk
pkgsrc/geography/py-gdal: Makefile
pkgsrc/geography/py-proj: Makefile
pkgsrc/geography/qgis: Makefile
pkgsrc/graphics/osg: Makefile buildlink3.mk
pkgsrc/graphics/pcl: Makefile buildlink3.mk
pkgsrc/graphics/vtk: Makefile buildlink3.mk
pkgsrc/misc/xygrib: Makefile
pkgsrc/misc/zyGrib: Makefile
pkgsrc/print/scribus-qt5: Makefile
Log Message:
geography/proj: recursive revbump
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/databases/postgresql-postgis2/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/postgresql-postgis2/buildlink3.mk
cvs rdiff -u -r1.141 -r1.142 pkgsrc/games/flightgear/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/games/openmw/Makefile
cvs rdiff -u -r1.137 -r1.138 pkgsrc/games/simgear/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/games/simgear/buildlink3.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/R-lwgeom/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/geography/R-rgdal/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/geography/R-sf/Makefile
cvs rdiff -u -r1.152 -r1.153 pkgsrc/geography/gdal-lib/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/geography/gdal-lib/buildlink3.mk
cvs rdiff -u -r1.22 -r1.23 pkgsrc/geography/libgeotiff/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/libgeotiff/buildlink3.mk
cvs rdiff -u -r1.23 -r1.24 pkgsrc/geography/libspatialite/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/geography/libspatialite/buildlink3.mk
cvs rdiff -u -r1.99 -r1.100 pkgsrc/geography/mapserver/Makefile
cvs rdiff -u -r1.109 -r1.110 pkgsrc/geography/merkaartor/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/geography/osm2pgsql/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/pdal-lib/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/pdal-lib/buildlink3.mk
cvs rdiff -u -r1.30 -r1.31 pkgsrc/geography/proj/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/proj/buildlink3.mk
cvs rdiff -u -r1.51 -r1.52 pkgsrc/geography/py-gdal/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/geography/py-proj/Makefile
cvs rdiff -u -r1.157 -r1.158 pkgsrc/geography/qgis/Makefile
cvs rdiff -u -r1.151 -r1.152 pkgsrc/graphics/osg/Makefile
cvs rdiff -u -r1.114 -r1.115 pkgsrc/graphics/osg/buildlink3.mk
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/pcl/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/pcl/buildlink3.mk
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/vtk/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/vtk/buildlink3.mk
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/xygrib/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/misc/zyGrib/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/scribus-qt5/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.120 pkgsrc/databases/postgresql-postgis2/Makefile:1.121
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.120 Wed Nov 23 16:18:35 2022
+++ pkgsrc/databases/postgresql-postgis2/Makefile Sun Nov 27 13:55:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2022/11/23 16:18:35 adam Exp $
+# $NetBSD: Makefile,v 1.121 2022/11/27 13:55:49 gdt Exp $
# Note that the directory is still postgis2, for historical reasons.
# It remains, due to inertia and the pain of renaming outweighing the
@@ -7,7 +7,7 @@
MAJOR= 3.3
DISTNAME= postgis-${MAJOR}.2
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
Index: pkgsrc/databases/postgresql-postgis2/buildlink3.mk
diff -u pkgsrc/databases/postgresql-postgis2/buildlink3.mk:1.22 pkgsrc/databases/postgresql-postgis2/buildlink3.mk:1.23
--- pkgsrc/databases/postgresql-postgis2/buildlink3.mk:1.22 Wed Nov 23 16:18:35 2022
+++ pkgsrc/databases/postgresql-postgis2/buildlink3.mk Sun Nov 27 13:55:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.22 2022/11/23 16:18:35 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.23 2022/11/27 13:55:49 gdt Exp $
BUILDLINK_TREE+= postgresql-postgis
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= postgresql-postgis
POSTGRESQL_POSTGIS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.postgresql-postgis+= postgresql${PGSQL_VERSION}-postgis>=2.0
-BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql14-postgis>=3.3.2nb1
+BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql12-postgis>=3.3.2nb2
BUILDLINK_PKGSRCDIR.postgresql-postgis?= ../../databases/postgresql-postgis2
.include "../../geography/geos/buildlink3.mk"
Index: pkgsrc/games/flightgear/Makefile
diff -u pkgsrc/games/flightgear/Makefile:1.141 pkgsrc/games/flightgear/Makefile:1.142
--- pkgsrc/games/flightgear/Makefile:1.141 Wed Nov 23 16:20:02 2022
+++ pkgsrc/games/flightgear/Makefile Sun Nov 27 13:55:50 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.141 2022/11/23 16:20:02 adam Exp $
+# $NetBSD: Makefile,v 1.142 2022/11/27 13:55:50 gdt Exp $
DISTNAME= flightgear-2020.3.11
-PKGREVISION= 13
+PKGREVISION= 14
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/games/openmw/Makefile
diff -u pkgsrc/games/openmw/Makefile:1.51 pkgsrc/games/openmw/Makefile:1.52
--- pkgsrc/games/openmw/Makefile:1.51 Wed Nov 23 16:20:08 2022
+++ pkgsrc/games/openmw/Makefile Sun Nov 27 13:55:50 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2022/11/23 16:20:08 adam Exp $
+# $NetBSD: Makefile,v 1.52 2022/11/27 13:55:50 gdt Exp $
DISTNAME= openmw-openmw-0.47.0
PKGNAME= ${DISTNAME:S/^openmw-//1}
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITLAB:=OpenMW/}
GITLAB_PROJECT= openmw
Index: pkgsrc/games/simgear/Makefile
diff -u pkgsrc/games/simgear/Makefile:1.137 pkgsrc/games/simgear/Makefile:1.138
--- pkgsrc/games/simgear/Makefile:1.137 Wed Nov 23 16:18:45 2022
+++ pkgsrc/games/simgear/Makefile Sun Nov 27 13:55:49 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.137 2022/11/23 16:18:45 adam Exp $
+# $NetBSD: Makefile,v 1.138 2022/11/27 13:55:49 gdt Exp $
DISTNAME= simgear-2020.3.11
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= games devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/games/simgear/buildlink3.mk
diff -u pkgsrc/games/simgear/buildlink3.mk:1.72 pkgsrc/games/simgear/buildlink3.mk:1.73
--- pkgsrc/games/simgear/buildlink3.mk:1.72 Wed Nov 23 16:18:45 2022
+++ pkgsrc/games/simgear/buildlink3.mk Sun Nov 27 13:55:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.72 2022/11/23 16:18:45 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.73 2022/11/27 13:55:49 gdt Exp $
BUILDLINK_TREE+= simgear
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= simgear
SIMGEAR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.simgear+= simgear>=2018.2.2nb7
-BUILDLINK_ABI_DEPENDS.simgear?= simgear>=2020.3.11nb12
+BUILDLINK_ABI_DEPENDS.simgear?= simgear>=2020.3.11nb13
BUILDLINK_PKGSRCDIR.simgear?= ../../games/simgear
.include "../../audio/openal-soft/buildlink3.mk"
Index: pkgsrc/geography/R-lwgeom/Makefile
diff -u pkgsrc/geography/R-lwgeom/Makefile:1.9 pkgsrc/geography/R-lwgeom/Makefile:1.10
--- pkgsrc/geography/R-lwgeom/Makefile:1.9 Wed Nov 23 16:20:10 2022
+++ pkgsrc/geography/R-lwgeom/Makefile Sun Nov 27 13:55:50 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2022/11/23 16:20:10 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/11/27 13:55:50 gdt Exp $
R_PKGNAME= lwgeom
R_PKGVER= 0.2-8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= geography
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/geography/R-rgdal/Makefile
diff -u pkgsrc/geography/R-rgdal/Makefile:1.16 pkgsrc/geography/R-rgdal/Makefile:1.17
--- pkgsrc/geography/R-rgdal/Makefile:1.16 Wed Nov 23 16:20:11 2022
+++ pkgsrc/geography/R-rgdal/Makefile Sun Nov 27 13:55:50 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2022/11/23 16:20:11 adam Exp $
+# $NetBSD: Makefile,v 1.17 2022/11/27 13:55:50 gdt Exp $
R_PKGNAME= rgdal
R_PKGVER= 1.5-27
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= geography
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/geography/R-sf/Makefile
diff -u pkgsrc/geography/R-sf/Makefile:1.15 pkgsrc/geography/R-sf/Makefile:1.16
--- pkgsrc/geography/R-sf/Makefile:1.15 Wed Nov 23 16:20:11 2022
+++ pkgsrc/geography/R-sf/Makefile Sun Nov 27 13:55:50 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2022/11/23 16:20:11 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/11/27 13:55:50 gdt Exp $
R_PKGNAME= sf
R_PKGVER= 1.0-2
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= geography
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/geography/gdal-lib/Makefile
diff -u pkgsrc/geography/gdal-lib/Makefile:1.152 pkgsrc/geography/gdal-lib/Makefile:1.153
--- pkgsrc/geography/gdal-lib/Makefile:1.152 Sun Nov 27 01:10:22 2022
+++ pkgsrc/geography/gdal-lib/Makefile Sun Nov 27 13:55:49 2022
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.152 2022/11/27 01:10:22 gdt Exp $
+# $NetBSD: Makefile,v 1.153 2022/11/27 13:55:49 gdt Exp $
+PKGREVISION= 1
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}
#PKGREVISION= 0
Index: pkgsrc/geography/gdal-lib/buildlink3.mk
diff -u pkgsrc/geography/gdal-lib/buildlink3.mk:1.78 pkgsrc/geography/gdal-lib/buildlink3.mk:1.79
--- pkgsrc/geography/gdal-lib/buildlink3.mk:1.78 Wed Nov 23 16:18:45 2022
+++ pkgsrc/geography/gdal-lib/buildlink3.mk Sun Nov 27 13:55:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.78 2022/11/23 16:18:45 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.79 2022/11/27 13:55:49 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.5.2nb2
+BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=3.5.3nb1
BUILDLINK_PKGSRCDIR.gdal-lib?= ../../geography/gdal-lib
pkgbase := gdal-lib
Index: pkgsrc/geography/libgeotiff/Makefile
diff -u pkgsrc/geography/libgeotiff/Makefile:1.22 pkgsrc/geography/libgeotiff/Makefile:1.23
--- pkgsrc/geography/libgeotiff/Makefile:1.22 Wed Nov 23 16:18:45 2022
+++ pkgsrc/geography/libgeotiff/Makefile Sun Nov 27 13:55:49 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2022/11/23 16:18:45 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/11/27 13:55:49 gdt Exp $
DISTNAME= libgeotiff-1.7.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= geography
MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/
Index: pkgsrc/geography/libgeotiff/buildlink3.mk
diff -u pkgsrc/geography/libgeotiff/buildlink3.mk:1.8 pkgsrc/geography/libgeotiff/buildlink3.mk:1.9
--- pkgsrc/geography/libgeotiff/buildlink3.mk:1.8 Wed Nov 23 16:18:45 2022
+++ pkgsrc/geography/libgeotiff/buildlink3.mk Sun Nov 27 13:55:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2022/11/23 16:18:45 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2022/11/27 13:55:49 gdt Exp $
BUILDLINK_TREE+= libgeotiff
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= libgeotiff
LIBGEOTIFF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libgeotiff+= libgeotiff>=1.5.1
-BUILDLINK_ABI_DEPENDS.libgeotiff?= libgeotiff>=1.7.1nb2
+BUILDLINK_ABI_DEPENDS.libgeotiff?= libgeotiff>=1.7.1nb3
BUILDLINK_PKGSRCDIR.libgeotiff?= ../../geography/libgeotiff
.include "../../geography/proj/buildlink3.mk"
Index: pkgsrc/geography/libspatialite/Makefile
diff -u pkgsrc/geography/libspatialite/Makefile:1.23 pkgsrc/geography/libspatialite/Makefile:1.24
--- pkgsrc/geography/libspatialite/Makefile:1.23 Wed Nov 23 16:18:45 2022
+++ pkgsrc/geography/libspatialite/Makefile Sun Nov 27 13:55:49 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2022/11/23 16:18:45 adam Exp $
+# $NetBSD: Makefile,v 1.24 2022/11/27 13:55:49 gdt Exp $
DISTNAME= libspatialite-4.3.0a
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
Index: pkgsrc/geography/libspatialite/buildlink3.mk
diff -u pkgsrc/geography/libspatialite/buildlink3.mk:1.17 pkgsrc/geography/libspatialite/buildlink3.mk:1.18
--- pkgsrc/geography/libspatialite/buildlink3.mk:1.17 Wed Nov 23 16:18:45 2022
+++ pkgsrc/geography/libspatialite/buildlink3.mk Sun Nov 27 13:55:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.17 2022/11/23 16:18:45 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2022/11/27 13:55:49 gdt Exp $
BUILDLINK_TREE+= libspatialite
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= libspatialite
LIBSPATIALITE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libspatialite+= libspatialite>=4.3.0a
-BUILDLINK_ABI_DEPENDS.libspatialite?= libspatialite>=4.3.0anb17
+BUILDLINK_ABI_DEPENDS.libspatialite?= libspatialite>=4.3.0anb18
BUILDLINK_PKGSRCDIR.libspatialite?= ../../geography/libspatialite
.include "../../converters/libiconv/buildlink3.mk"
Index: pkgsrc/geography/mapserver/Makefile
diff -u pkgsrc/geography/mapserver/Makefile:1.99 pkgsrc/geography/mapserver/Makefile:1.100
--- pkgsrc/geography/mapserver/Makefile:1.99 Wed Nov 23 16:20:11 2022
+++ pkgsrc/geography/mapserver/Makefile Sun Nov 27 13:55:50 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.99 2022/11/23 16:20:11 adam Exp $
+# $NetBSD: Makefile,v 1.100 2022/11/27 13:55:50 gdt Exp $
DISTNAME= mapserver-5.6.8
-PKGREVISION= 62
+PKGREVISION= 63
CATEGORIES= geography www
MASTER_SITES= http://download.osgeo.org/mapserver/
Index: pkgsrc/geography/merkaartor/Makefile
diff -u pkgsrc/geography/merkaartor/Makefile:1.109 pkgsrc/geography/merkaartor/Makefile:1.110
--- pkgsrc/geography/merkaartor/Makefile:1.109 Wed Nov 23 16:20:11 2022
+++ pkgsrc/geography/merkaartor/Makefile Sun Nov 27 13:55:51 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.109 2022/11/23 16:20:11 adam Exp $
+# $NetBSD: Makefile,v 1.110 2022/11/27 13:55:51 gdt Exp $
DISTNAME= merkaartor-0.19.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=openstreetmap/}
GITHUB_PROJECT= merkaartor
Index: pkgsrc/geography/osm2pgsql/Makefile
diff -u pkgsrc/geography/osm2pgsql/Makefile:1.35 pkgsrc/geography/osm2pgsql/Makefile:1.36
--- pkgsrc/geography/osm2pgsql/Makefile:1.35 Wed Nov 23 16:20:12 2022
+++ pkgsrc/geography/osm2pgsql/Makefile Sun Nov 27 13:55:51 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2022/11/23 16:20:12 adam Exp $
+# $NetBSD: Makefile,v 1.36 2022/11/27 13:55:51 gdt Exp $
DISTNAME= osm2pgsql-1.3.0
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=openstreetmap/}
GITHUB_TAG= ${PKGVERSION_NOREV}
Index: pkgsrc/geography/pdal-lib/Makefile
diff -u pkgsrc/geography/pdal-lib/Makefile:1.10 pkgsrc/geography/pdal-lib/Makefile:1.11
--- pkgsrc/geography/pdal-lib/Makefile:1.10 Wed Nov 23 16:18:46 2022
+++ pkgsrc/geography/pdal-lib/Makefile Sun Nov 27 13:55:49 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2022/11/23 16:18:46 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/11/27 13:55:49 gdt Exp $
DISTNAME= PDAL-2.2.0-src
PKGNAME= ${DISTNAME:S/PDAL/pdal-lib/:S/-src//}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=PDAL/}
GITHUB_PROJECT= PDAL
Index: pkgsrc/geography/pdal-lib/buildlink3.mk
diff -u pkgsrc/geography/pdal-lib/buildlink3.mk:1.8 pkgsrc/geography/pdal-lib/buildlink3.mk:1.9
--- pkgsrc/geography/pdal-lib/buildlink3.mk:1.8 Wed Nov 23 16:18:46 2022
+++ pkgsrc/geography/pdal-lib/buildlink3.mk Sun Nov 27 13:55:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2022/11/23 16:18:46 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2022/11/27 13:55:49 gdt Exp $
BUILDLINK_TREE+= pdal-lib
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= pdal-lib
PDAL_LIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pdal-lib+= pdal-lib>=2.1.0
-BUILDLINK_ABI_DEPENDS.pdal-lib+= pdal-lib>=2.2.0nb9
+BUILDLINK_ABI_DEPENDS.pdal-lib+= pdal-lib>=2.2.0nb10
BUILDLINK_PKGSRCDIR.pdal-lib?= ../../geography/pdal-lib
.include "../../geography/gdal-lib/buildlink3.mk"
Index: pkgsrc/geography/proj/Makefile
diff -u pkgsrc/geography/proj/Makefile:1.30 pkgsrc/geography/proj/Makefile:1.31
--- pkgsrc/geography/proj/Makefile:1.30 Sun Nov 27 13:33:48 2022
+++ pkgsrc/geography/proj/Makefile Sun Nov 27 13:55:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2022/11/27 13:33:48 gdt Exp $
+# $NetBSD: Makefile,v 1.31 2022/11/27 13:55:49 gdt Exp $
# An update to 8 or 9 is on hold because I have not yet assessed how
# much trouble it will cause. -gdt
@@ -10,6 +10,7 @@ VERSION= ${VERSION_BASE}${VERSION_RC}
WRKFINAL= proj-${VERSION_BASE}
WRKSRC= ${WRKDIR}/${WRKFINAL}
DISTNAME= proj-${VERSION}
+PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= https://download.osgeo.org/proj/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Index: pkgsrc/geography/proj/buildlink3.mk
diff -u pkgsrc/geography/proj/buildlink3.mk:1.12 pkgsrc/geography/proj/buildlink3.mk:1.13
--- pkgsrc/geography/proj/buildlink3.mk:1.12 Sun Nov 27 13:30:45 2022
+++ pkgsrc/geography/proj/buildlink3.mk Sun Nov 27 13:55:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2022/11/27 13:30:45 gdt Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2022/11/27 13:55:49 gdt Exp $
BUILDLINK_TREE+= proj
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= proj
PROJ_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.proj+= proj>=5.0.0
-BUILDLINK_ABI_DEPENDS.proj+= proj>=7.0.0
+BUILDLINK_ABI_DEPENDS.proj+= proj>=7.2.1nb1
BUILDLINK_PKGSRCDIR.proj?= ../../geography/proj
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
Index: pkgsrc/geography/py-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.51 pkgsrc/geography/py-gdal/Makefile:1.52
--- pkgsrc/geography/py-gdal/Makefile:1.51 Sun Nov 27 01:10:22 2022
+++ pkgsrc/geography/py-gdal/Makefile Sun Nov 27 13:55:51 2022
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2022/11/27 01:10:22 gdt Exp $
+# $NetBSD: Makefile,v 1.52 2022/11/27 13:55:51 gdt Exp $
+PKGREVISION= 1
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
#PKGREVISION= 0
Index: pkgsrc/geography/py-proj/Makefile
diff -u pkgsrc/geography/py-proj/Makefile:1.33 pkgsrc/geography/py-proj/Makefile:1.34
--- pkgsrc/geography/py-proj/Makefile:1.33 Wed Nov 23 16:20:12 2022
+++ pkgsrc/geography/py-proj/Makefile Sun Nov 27 13:55:51 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.33 2022/11/23 16:20:12 adam Exp $
+# $NetBSD: Makefile,v 1.34 2022/11/27 13:55:51 gdt Exp $
DISTNAME= pyproj-2.6.1
# After proj is >= 7
#DISTNAME= pyproj-3.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyproj/}
Index: pkgsrc/geography/qgis/Makefile
diff -u pkgsrc/geography/qgis/Makefile:1.157 pkgsrc/geography/qgis/Makefile:1.158
--- pkgsrc/geography/qgis/Makefile:1.157 Fri Nov 25 13:31:34 2022
+++ pkgsrc/geography/qgis/Makefile Sun Nov 27 13:55:51 2022
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.157 2022/11/25 13:31:34 wiz Exp $
+# $NetBSD: Makefile,v 1.158 2022/11/27 13:55:51 gdt Exp $
# This is intentionally 3.22 Long Term Release. Please do not update
# to later branches, and instead discuss whether/how we want multiple
# versions.
DISTNAME= qgis-3.22.13
+PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= https://qgis.org/downloads/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/graphics/osg/Makefile
diff -u pkgsrc/graphics/osg/Makefile:1.151 pkgsrc/graphics/osg/Makefile:1.152
--- pkgsrc/graphics/osg/Makefile:1.151 Wed Nov 23 16:18:48 2022
+++ pkgsrc/graphics/osg/Makefile Sun Nov 27 13:55:50 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.151 2022/11/23 16:18:48 adam Exp $
+# $NetBSD: Makefile,v 1.152 2022/11/27 13:55:50 gdt Exp $
DISTNAME= osg-3.6.5
-PKGREVISION= 27
+PKGREVISION= 28
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=openscenegraph/}
GITHUB_PROJECT= OpenSceneGraph
Index: pkgsrc/graphics/osg/buildlink3.mk
diff -u pkgsrc/graphics/osg/buildlink3.mk:1.114 pkgsrc/graphics/osg/buildlink3.mk:1.115
--- pkgsrc/graphics/osg/buildlink3.mk:1.114 Wed Nov 23 16:18:48 2022
+++ pkgsrc/graphics/osg/buildlink3.mk Sun Nov 27 13:55:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.114 2022/11/23 16:18:48 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.115 2022/11/27 13:55:50 gdt Exp $
BUILDLINK_TREE+= osg
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= osg
OSG_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.osg+= osg>=2.8.3
-BUILDLINK_ABI_DEPENDS.osg+= osg>=3.6.5nb27
+BUILDLINK_ABI_DEPENDS.osg+= osg>=3.6.5nb28
BUILDLINK_PKGSRCDIR.osg?= ../../graphics/osg
.include "../../mk/bsd.fast.prefs.mk"
Index: pkgsrc/graphics/pcl/Makefile
diff -u pkgsrc/graphics/pcl/Makefile:1.14 pkgsrc/graphics/pcl/Makefile:1.15
--- pkgsrc/graphics/pcl/Makefile:1.14 Wed Nov 23 16:18:48 2022
+++ pkgsrc/graphics/pcl/Makefile Sun Nov 27 13:55:50 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2022/11/23 16:18:48 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/11/27 13:55:50 gdt Exp $
GITHUB_PROJECT= pcl
GITHUB_TAG= pcl-${PKGVERSION_NOREV}
DISTNAME= pcl-1.11.1
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=PointCloudLibrary/}
Index: pkgsrc/graphics/pcl/buildlink3.mk
diff -u pkgsrc/graphics/pcl/buildlink3.mk:1.11 pkgsrc/graphics/pcl/buildlink3.mk:1.12
--- pkgsrc/graphics/pcl/buildlink3.mk:1.11 Wed Nov 23 16:18:48 2022
+++ pkgsrc/graphics/pcl/buildlink3.mk Sun Nov 27 13:55:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.11 2022/11/23 16:18:48 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2022/11/27 13:55:50 gdt Exp $
BUILDLINK_TREE+= pcl
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= pcl
PCL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pcl+= pcl>=1.10.0
-BUILDLINK_ABI_DEPENDS.pcl+= pcl>=1.11.1nb10
+BUILDLINK_ABI_DEPENDS.pcl+= pcl>=1.11.1nb11
BUILDLINK_PKGSRCDIR.pcl?= ../../graphics/pcl
.include "../../devel/boost-libs/buildlink3.mk"
Index: pkgsrc/graphics/vtk/Makefile
diff -u pkgsrc/graphics/vtk/Makefile:1.27 pkgsrc/graphics/vtk/Makefile:1.28
--- pkgsrc/graphics/vtk/Makefile:1.27 Wed Nov 23 16:18:49 2022
+++ pkgsrc/graphics/vtk/Makefile Sun Nov 27 13:55:50 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2022/11/23 16:18:49 adam Exp $
+# $NetBSD: Makefile,v 1.28 2022/11/27 13:55:50 gdt Exp $
DISTNAME= VTK-9.0.3
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= graphics
MASTER_SITES= https://www.vtk.org/files/release/${PKGVERSION_NOREV:R}/
Index: pkgsrc/graphics/vtk/buildlink3.mk
diff -u pkgsrc/graphics/vtk/buildlink3.mk:1.10 pkgsrc/graphics/vtk/buildlink3.mk:1.11
--- pkgsrc/graphics/vtk/buildlink3.mk:1.10 Wed Nov 23 16:18:49 2022
+++ pkgsrc/graphics/vtk/buildlink3.mk Sun Nov 27 13:55:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2022/11/23 16:18:49 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2022/11/27 13:55:50 gdt Exp $
BUILDLINK_TREE+= vtk
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= vtk
VTK_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.vtk+= vtk>=9.0.1
-BUILDLINK_ABI_DEPENDS.vtk+= vtk>=9.0.3nb8
+BUILDLINK_ABI_DEPENDS.vtk+= vtk>=9.0.3nb9
BUILDLINK_PKGSRCDIR.vtk?= ../../graphics/vtk
.include "../../archivers/lz4/buildlink3.mk"
Index: pkgsrc/misc/xygrib/Makefile
diff -u pkgsrc/misc/xygrib/Makefile:1.13 pkgsrc/misc/xygrib/Makefile:1.14
--- pkgsrc/misc/xygrib/Makefile:1.13 Wed Nov 23 16:20:41 2022
+++ pkgsrc/misc/xygrib/Makefile Sun Nov 27 13:55:51 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2022/11/23 16:20:41 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/11/27 13:55:51 gdt Exp $
GITHUB_PROJECT= XyGrib
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= XyGrib-1.2.6.1
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=opengribs/}
EXTRACT_USING= bsdtar
Index: pkgsrc/misc/zyGrib/Makefile
diff -u pkgsrc/misc/zyGrib/Makefile:1.75 pkgsrc/misc/zyGrib/Makefile:1.76
--- pkgsrc/misc/zyGrib/Makefile:1.75 Wed Nov 23 16:20:41 2022
+++ pkgsrc/misc/zyGrib/Makefile Sun Nov 27 13:55:51 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2022/11/23 16:20:41 adam Exp $
+# $NetBSD: Makefile,v 1.76 2022/11/27 13:55:51 gdt Exp $
#
DISTNAME= zyGrib-8.0.1
-PKGREVISION= 20
+PKGREVISION= 21
CATEGORIES= misc
MASTER_SITES= https://www.zygrib.org/getfile.php?file=
EXTRACT_SUFX= .tgz
Index: pkgsrc/print/scribus-qt5/Makefile
diff -u pkgsrc/print/scribus-qt5/Makefile:1.35 pkgsrc/print/scribus-qt5/Makefile:1.36
--- pkgsrc/print/scribus-qt5/Makefile:1.35 Wed Nov 23 16:20:58 2022
+++ pkgsrc/print/scribus-qt5/Makefile Sun Nov 27 13:55:51 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2022/11/23 16:20:58 adam Exp $
+# $NetBSD: Makefile,v 1.36 2022/11/27 13:55:51 gdt Exp $
DISTNAME= scribus-1.5.8
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/}
EXTRACT_SUFX= .tar.xz
Home |
Main Index |
Thread Index |
Old Index