summaryrefslogtreecommitdiff
path: root/geography/proj
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2018-03-02 01:13:10 +0000
committergdt <gdt@pkgsrc.org>2018-03-02 01:13:10 +0000
commit71ba5a455d23e396df4f90e9059f67da27106243 (patch)
tree56f5a46c67162aae8426a52699cd26dd218f539a /geography/proj
parent054783c7cb4a622e71c3f7d5b2bbcc07d5096bf3 (diff)
downloadpkgsrc-71ba5a455d23e396df4f90e9059f67da27106243.tar.gz
Bump required versions to 5.0.0
There is an ABI break, and the API is changing enough that it's too hard to figure out if not bumping API is safe. This is unfortunately a big change and all of the geospatial world is going to have to cope.
Diffstat (limited to 'geography/proj')
-rw-r--r--geography/proj/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/proj/buildlink3.mk b/geography/proj/buildlink3.mk
index 8c5a6025663..bfbb12b8236 100644
--- a/geography/proj/buildlink3.mk
+++ b/geography/proj/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.3 2015/03/14 18:39:05 gdt Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2018/03/02 01:13:10 gdt Exp $
BUILDLINK_TREE+= proj
.if !defined(PROJ_BUILDLINK3_MK)
PROJ_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.proj+= proj>=4.9.1
-BUILDLINK_ABI_DEPENDS.proj+= proj>=4.9.1
+BUILDLINK_API_DEPENDS.proj+= proj>=5.0.0
+BUILDLINK_ABI_DEPENDS.proj+= proj>=5.0.0
BUILDLINK_PKGSRCDIR.proj?= ../../geography/proj
.endif # PROJ_BUILDLINK3_MK