pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/proj



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Mar  2 01:13:10 UTC 2018

Modified Files:
        pkgsrc/geography/proj: buildlink3.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/proj/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/proj/buildlink3.mk
diff -u pkgsrc/geography/proj/buildlink3.mk:1.3 pkgsrc/geography/proj/buildlink3.mk:1.4
--- pkgsrc/geography/proj/buildlink3.mk:1.3     Sat Mar 14 18:39:05 2015
+++ pkgsrc/geography/proj/buildlink3.mk Fri Mar  2 01:13:10 2018
@@ -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