pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/proj Bump required versions to 5.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/170a97e9521f
branches:  trunk
changeset: 376423:170a97e9521f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Mar 02 01:13:10 2018 +0000

description:
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:

 geography/proj/buildlink3.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 6103e024b618 -r 170a97e9521f geography/proj/buildlink3.mk
--- a/geography/proj/buildlink3.mk      Fri Mar 02 00:53:32 2018 +0000
+++ b/geography/proj/buildlink3.mk      Fri Mar 02 01:13:10 2018 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index