Skip to content

Commit

Permalink
*: revbump for proj
Browse files Browse the repository at this point in the history
  • Loading branch information
gdt committed May 23, 2024
1 parent 9e73d35 commit 0a3d0a9
Show file tree
Hide file tree
Showing 33 changed files with 66 additions and 64 deletions.
4 changes: 2 additions & 2 deletions databases/postgresql-postgis2/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.146 2024/05/16 06:14:42 wiz Exp $
# $NetBSD: Makefile,v 1.147 2024/05/23 14:17:59 gdt Exp $

# Note that the directory is still postgis2, for historical reasons.
# It remains, due to inertia and the pain of renaming outweighing the
Expand All @@ -7,7 +7,7 @@
MAJOR= 3.4
DISTNAME= postgis-${MAJOR}.2
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
PKGREVISION= 4
PKGREVISION= 5
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/

Expand Down
4 changes: 2 additions & 2 deletions databases/postgresql-postgis2/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.30 2024/05/16 06:14:42 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.31 2024/05/23 14:17:59 gdt Exp $

BUILDLINK_TREE+= postgresql-postgis

.if !defined(POSTGRESQL_POSTGIS_BUILDLINK3_MK)
POSTGRESQL_POSTGIS_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.postgresql-postgis+= postgresql${PGSQL_VERSION}-postgis>=3.0
BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql14-postgis>=3.4.2nb4
BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql12-postgis>=3.4.2nb5
BUILDLINK_PKGSRCDIR.postgresql-postgis?= ../../databases/postgresql-postgis2

.include "../../geography/geos/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions games/flightgear/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.171 2024/05/16 06:14:54 wiz Exp $
# $NetBSD: Makefile,v 1.172 2024/05/23 14:17:59 gdt Exp $

DISTNAME= flightgear-2020.3.11
PKGREVISION= 41
PKGREVISION= 42
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.bz2
Expand Down
4 changes: 2 additions & 2 deletions games/openmw/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.83 2024/05/16 06:14:56 wiz Exp $
# $NetBSD: Makefile,v 1.84 2024/05/23 14:17:59 gdt Exp $

DISTNAME= openmw-openmw-0.47.0
PKGNAME= ${DISTNAME:S/^openmw-//1}
PKGREVISION= 42
PKGREVISION= 43
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITLAB:=OpenMW/}
GITLAB_PROJECT= openmw
Expand Down
4 changes: 2 additions & 2 deletions games/simgear/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.161 2024/05/16 06:14:56 wiz Exp $
# $NetBSD: Makefile,v 1.162 2024/05/23 14:18:00 gdt Exp $

DISTNAME= simgear-2020.3.11
PKGREVISION= 36
PKGREVISION= 37
CATEGORIES= games devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.bz2
Expand Down
4 changes: 2 additions & 2 deletions games/simgear/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.96 2024/05/16 06:14:56 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.97 2024/05/23 14:18:00 gdt Exp $

BUILDLINK_TREE+= simgear

.if !defined(SIMGEAR_BUILDLINK3_MK)
SIMGEAR_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.simgear+= simgear>=2018.2.2nb7
BUILDLINK_ABI_DEPENDS.simgear?= simgear>=2020.3.11nb36
BUILDLINK_ABI_DEPENDS.simgear?= simgear>=2020.3.11nb37
BUILDLINK_PKGSRCDIR.simgear?= ../../games/simgear

.include "../../audio/openal-soft/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions geography/R-lwgeom/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.16 2024/05/16 06:14:57 wiz Exp $
# $NetBSD: Makefile,v 1.17 2024/05/23 14:18:00 gdt Exp $

R_PKGNAME= lwgeom
R_PKGVER= 0.2-8
PKGREVISION= 8
PKGREVISION= 9
CATEGORIES= geography

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
4 changes: 2 additions & 2 deletions geography/R-rgdal/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.24 2024/05/16 06:14:58 wiz Exp $
# $NetBSD: Makefile,v 1.25 2024/05/23 14:18:00 gdt Exp $

R_PKGNAME= rgdal
R_PKGVER= 1.6-7
PKGREVISION= 4
PKGREVISION= 5
CATEGORIES= geography

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
4 changes: 2 additions & 2 deletions geography/R-sf/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.23 2024/05/16 06:14:58 wiz Exp $
# $NetBSD: Makefile,v 1.24 2024/05/23 14:18:00 gdt Exp $

R_PKGNAME= sf
R_PKGVER= 1.0-13
PKGREVISION= 4
PKGREVISION= 5
CATEGORIES= geography

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
4 changes: 2 additions & 2 deletions geography/R-terra/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.5 2024/05/16 06:14:58 wiz Exp $
# $NetBSD: Makefile,v 1.6 2024/05/23 14:18:00 gdt Exp $

R_PKGNAME= terra
R_PKGVER= 1.7-39
PKGREVISION= 4
PKGREVISION= 5
CATEGORIES= geography

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion geography/gdal-lib/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.166 2024/05/23 13:42:25 gdt Exp $
# $NetBSD: Makefile,v 1.167 2024/05/23 14:18:00 gdt Exp $

PKGREVISION= 1
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}
#PKGREVISION= 0
Expand Down
4 changes: 2 additions & 2 deletions geography/gdal-lib/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.86 2024/05/16 06:14:58 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.87 2024/05/23 14:18:00 gdt Exp $

BUILDLINK_TREE+= gdal-lib

.if !defined(GDAL_LIB_BUILDLINK3_MK)
GDAL_LIB_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.gdal-lib+= gdal-lib>=3.0.0
BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=3.5.3nb9
BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=3.9.0nb1
BUILDLINK_PKGSRCDIR.gdal-lib?= ../../geography/gdal-lib

pkgbase := gdal-lib
Expand Down
4 changes: 2 additions & 2 deletions geography/libgeotiff/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.15 2024/05/16 06:14:58 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.16 2024/05/23 14:18:00 gdt Exp $

BUILDLINK_TREE+= libgeotiff

.if !defined(LIBGEOTIFF_BUILDLINK3_MK)
LIBGEOTIFF_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.libgeotiff+= libgeotiff>=1.5.1
BUILDLINK_ABI_DEPENDS.libgeotiff?= libgeotiff>=1.7.1nb9
BUILDLINK_ABI_DEPENDS.libgeotiff?= libgeotiff>=1.7.2nb1
BUILDLINK_PKGSRCDIR.libgeotiff?= ../../geography/libgeotiff

.include "../../geography/proj/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions geography/libspatialite/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.34 2024/05/16 06:14:58 wiz Exp $
# $NetBSD: Makefile,v 1.35 2024/05/23 14:18:00 gdt Exp $

DISTNAME= libspatialite-5.1.0
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= geography
MASTER_SITES= https://www.gaia-gis.it/gaia-sins/libspatialite-sources/

Expand Down
4 changes: 2 additions & 2 deletions geography/libspatialite/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.25 2024/05/16 06:14:58 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.26 2024/05/23 14:18:01 gdt Exp $

BUILDLINK_TREE+= libspatialite

.if !defined(LIBSPATIALITE_BUILDLINK3_MK)
LIBSPATIALITE_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.libspatialite+= libspatialite>=4.3.0a
BUILDLINK_ABI_DEPENDS.libspatialite+= libspatialite>=5.1.0nb1
BUILDLINK_ABI_DEPENDS.libspatialite+= libspatialite>=5.1.0nb2
BUILDLINK_PKGSRCDIR.libspatialite?= ../../geography/libspatialite

.include "../../archivers/minizip/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions geography/mapserver/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.111 2024/05/16 06:14:58 wiz Exp $
# $NetBSD: Makefile,v 1.112 2024/05/23 14:18:01 gdt Exp $

DISTNAME= mapserver-5.6.8
PKGREVISION= 74
PKGREVISION= 75
CATEGORIES= geography www
MASTER_SITES= http://download.osgeo.org/mapserver/

Expand Down
4 changes: 2 additions & 2 deletions geography/merkaartor/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.128 2024/05/16 06:14:58 wiz Exp $
# $NetBSD: Makefile,v 1.129 2024/05/23 14:18:01 gdt Exp $

DISTNAME= merkaartor-0.19.0
PKGREVISION= 19
PKGREVISION= 20
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=openstreetmap/}
GITHUB_PROJECT= merkaartor
Expand Down
4 changes: 2 additions & 2 deletions geography/osm2pgsql/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.45 2024/05/16 06:14:59 wiz Exp $
# $NetBSD: Makefile,v 1.46 2024/05/23 14:18:01 gdt Exp $

DISTNAME= osm2pgsql-1.3.0
PKGREVISION= 15
PKGREVISION= 16
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=openstreetmap/}
GITHUB_TAG= ${PKGVERSION_NOREV}
Expand Down
4 changes: 2 additions & 2 deletions geography/pdal-lib/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.28 2024/05/16 06:14:59 wiz Exp $
# $NetBSD: Makefile,v 1.29 2024/05/23 14:18:01 gdt Exp $

DISTNAME= PDAL-2.7.1-src
PKGNAME= ${DISTNAME:S/PDAL/pdal-lib/:S/-src//}
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=PDAL/}
GITHUB_PROJECT= PDAL
Expand Down
4 changes: 2 additions & 2 deletions geography/pdal-lib/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.22 2024/05/16 06:14:59 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.23 2024/05/23 14:18:01 gdt Exp $

BUILDLINK_TREE+= pdal-lib

.if !defined(PDAL_LIB_BUILDLINK3_MK)
PDAL_LIB_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.pdal-lib+= pdal-lib>=2.1.0
BUILDLINK_ABI_DEPENDS.pdal-lib+= pdal-lib>=2.7.1nb1
BUILDLINK_ABI_DEPENDS.pdal-lib+= pdal-lib>=2.7.1nb2
BUILDLINK_PKGSRCDIR.pdal-lib?= ../../geography/pdal-lib

.include "../../geography/gdal-lib/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions geography/proj/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.20 2024/05/23 13:35:58 gdt Exp $
# $NetBSD: buildlink3.mk,v 1.21 2024/05/23 14:17:59 gdt Exp $

BUILDLINK_TREE+= proj

.if !defined(PROJ_BUILDLINK3_MK)
PROJ_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.proj+= proj>=5.0.0
BUILDLINK_ABI_DEPENDS.proj+= proj>=8.0.0
BUILDLINK_ABI_DEPENDS.proj+= proj>=8.2.1
BUILDLINK_PKGSRCDIR.proj?= ../../wip/proj
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
Expand Down
3 changes: 2 additions & 1 deletion geography/py-gdal/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.66 2024/05/23 13:45:11 gdt Exp $
# $NetBSD: Makefile,v 1.67 2024/05/23 14:18:01 gdt Exp $

PKGREVISION= 1
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
#PKGREVISION= 0
Expand Down
4 changes: 2 additions & 2 deletions geography/py-proj/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.44 2024/05/16 06:14:59 wiz Exp $
# $NetBSD: Makefile,v 1.45 2024/05/23 14:18:01 gdt Exp $

DISTNAME= pyproj-3.2.1
# 3.3.0 requires proj 8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
PKGREVISION= 7
PKGREVISION= 8
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyproj/}

Expand Down
4 changes: 2 additions & 2 deletions geography/qgis/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.211 2024/05/16 06:14:59 wiz Exp $
# $NetBSD: Makefile,v 1.212 2024/05/23 14:18:01 gdt Exp $

# This is intentionally 3.34 Long Term Release. Please do not update
# to later branches, and instead discuss whether/how we want multiple
# versions, or to only track one LTR branch.
DISTNAME= qgis-3.34.6
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= geography
MASTER_SITES= https://qgis.org/downloads/
EXTRACT_SUFX= .tar.bz2
Expand Down
4 changes: 2 additions & 2 deletions graphics/osg/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.176 2024/05/16 06:15:02 wiz Exp $
# $NetBSD: Makefile,v 1.177 2024/05/23 14:18:02 gdt Exp $

DISTNAME= osg-3.6.5
PKGREVISION= 51
PKGREVISION= 52
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=openscenegraph/}
GITHUB_PROJECT= OpenSceneGraph
Expand Down
4 changes: 2 additions & 2 deletions graphics/osg/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.135 2024/05/16 06:15:02 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.136 2024/05/23 14:18:02 gdt Exp $

BUILDLINK_TREE+= osg

.if !defined(OSG_BUILDLINK3_MK)
OSG_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.osg+= osg>=2.8.3
BUILDLINK_ABI_DEPENDS.osg+= osg>=3.6.5nb51
BUILDLINK_ABI_DEPENDS.osg+= osg>=3.6.5nb52
BUILDLINK_PKGSRCDIR.osg?= ../../graphics/osg

.include "../../mk/bsd.fast.prefs.mk"
Expand Down
4 changes: 2 additions & 2 deletions graphics/pcl/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.31 2024/05/16 06:15:03 wiz Exp $
# $NetBSD: Makefile,v 1.32 2024/05/23 14:18:02 gdt Exp $

DISTNAME= pcl-1.14.1
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=PointCloudLibrary/}
GITHUB_TAG= pcl-${PKGVERSION_NOREV}
Expand Down
4 changes: 2 additions & 2 deletions graphics/pcl/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.25 2024/05/16 06:15:03 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.26 2024/05/23 14:18:02 gdt Exp $

BUILDLINK_TREE+= pcl

.if !defined(PCL_BUILDLINK3_MK)
PCL_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.pcl+= pcl>=1.10.0
BUILDLINK_ABI_DEPENDS.pcl+= pcl>=1.14.1nb1
BUILDLINK_ABI_DEPENDS.pcl+= pcl>=1.14.1nb2
BUILDLINK_PKGSRCDIR.pcl?= ../../graphics/pcl

.include "../../devel/boost-libs/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions graphics/vtk/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.43 2024/05/16 06:15:04 wiz Exp $
# $NetBSD: Makefile,v 1.44 2024/05/23 14:18:02 gdt Exp $

DISTNAME= VTK-9.2.6
PKGNAME= ${DISTNAME:tl}
PKGREVISION= 7
PKGREVISION= 8
CATEGORIES= graphics
MASTER_SITES= https://www.vtk.org/files/release/${PKGVERSION_NOREV:R}/

Expand Down
4 changes: 2 additions & 2 deletions graphics/vtk/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.23 2024/05/16 06:15:04 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.24 2024/05/23 14:18:02 gdt Exp $

BUILDLINK_TREE+= vtk

.if !defined(VTK_BUILDLINK3_MK)
VTK_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.vtk+= vtk>=9.0.1
BUILDLINK_ABI_DEPENDS.vtk+= vtk>=9.2.6nb7
BUILDLINK_ABI_DEPENDS.vtk+= vtk>=9.2.6nb8
BUILDLINK_PKGSRCDIR.vtk?= ../../graphics/vtk

.include "../../archivers/lz4/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions misc/xygrib/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.25 2024/05/16 06:15:12 wiz Exp $
# $NetBSD: Makefile,v 1.26 2024/05/23 14:18:02 gdt Exp $

GITHUB_PROJECT= XyGrib
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= XyGrib-1.2.6.1
PKGREVISION= 23
PKGREVISION= 24
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=opengribs/}
EXTRACT_USING= bsdtar
Expand Down
4 changes: 2 additions & 2 deletions misc/zyGrib/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.90 2024/05/16 06:15:12 wiz Exp $
# $NetBSD: Makefile,v 1.91 2024/05/23 14:18:02 gdt Exp $
#

DISTNAME= zyGrib-8.0.1
PKGREVISION= 35
PKGREVISION= 36
CATEGORIES= misc
MASTER_SITES= https://www.zygrib.org/getfile.php?file=
EXTRACT_SUFX= .tgz
Expand Down
4 changes: 2 additions & 2 deletions print/scribus-qt5/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.65 2024/05/16 06:15:29 wiz Exp $
# $NetBSD: Makefile,v 1.66 2024/05/23 14:18:02 gdt Exp $

DISTNAME= scribus-1.5.8
PKGREVISION= 31
PKGREVISION= 32
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/}
EXTRACT_SUFX= .tar.xz
Expand Down

0 comments on commit 0a3d0a9

Please sign in to comment.