pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Apr 28 23:53:44 UTC 2020

Modified Files:
        pkgsrc/geography/gdal-lib: buildlink3.mk

Log Message:
gdal-lib: Bump depends in bl3

gdal-lib does not make stability guarantees and this was a major
release, with a shlib bump.  In the absence of an argument that older
versions are ok, move depends up to 3.0.0.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/geography/gdal-lib/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gdal-lib/buildlink3.mk
diff -u pkgsrc/geography/gdal-lib/buildlink3.mk:1.60 pkgsrc/geography/gdal-lib/buildlink3.mk:1.61
--- pkgsrc/geography/gdal-lib/buildlink3.mk:1.60        Sun Apr 12 08:27:55 2020
+++ pkgsrc/geography/gdal-lib/buildlink3.mk     Tue Apr 28 23:53:44 2020
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.60 2020/04/12 08:27:55 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.61 2020/04/28 23:53:44 gdt Exp $
 
 BUILDLINK_TREE+=       gdal-lib
 
 .if !defined(GDAL_LIB_BUILDLINK3_MK)
 GDAL_LIB_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.gdal-lib+=       gdal-lib>=1.6.1
-BUILDLINK_ABI_DEPENDS.gdal-lib+=       gdal-lib>=2.4.3nb6
+BUILDLINK_API_DEPENDS.gdal-lib+=       gdal-lib>=3.0.0
+BUILDLINK_ABI_DEPENDS.gdal-lib+=       gdal-lib>=3.0.0
 BUILDLINK_PKGSRCDIR.gdal-lib?=         ../../geography/gdal-lib
 
 pkgbase := gdal-lib



Home | Main Index | Thread Index | Old Index