diff options
Diffstat (limited to 'geography/geos/Makefile')
-rw-r--r-- | geography/geos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile index 7757be556c8..2e583a1f5cf 100644 --- a/geography/geos/Makefile +++ b/geography/geos/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.28 2017/01/22 23:42:18 gdt Exp $ +# $NetBSD: Makefile,v 1.29 2017/01/22 23:44:47 gdt Exp $ # Do not update to 3.6, because there is serious ABI breakage which # prevents osm2pgsql from working, and may well cause other programs # to have issues. osm2pgsql plans to stop using geos, and it seems # better to have slightly old geos in pkgsrc then to have a bunch of # broken other programs. Please email me if you have a problem with -# this. -- gdt, 20160122 +# this. -- gdt, 20170122 DISTNAME= geos-3.5.1 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/geos/ |