summaryrefslogtreecommitdiff
path: root/geography/proj/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2016-10-27 22:14:19 +0000
committergdt <gdt>2016-10-27 22:14:19 +0000
commit3f3673fd122d6a668a6817a925968d3b795a58dc (patch)
tree1ae13c7f4a5e5122fed337a950bc61f8f32d7e9c /geography/proj/Makefile
parent2c8bf1e3c536b27558cd9aea232ea689ff898c31 (diff)
downloadpkgsrc-3f3673fd122d6a668a6817a925968d3b795a58dc.tar.gz
Update to 4.9.3.
* proj_def.dat was missing from source distribution see https://github.com/OSGeo/proj.4/issues/274 for more detail * Update Geodesic library from GeographicLib * Remove setlocale() use in pj_init_ctx() * Renamed PVALUE in pj_param.c to prevent clash with Windows
Diffstat (limited to 'geography/proj/Makefile')
-rw-r--r--geography/proj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/proj/Makefile b/geography/proj/Makefile
index c83d14f0281..5d8ccaee09a 100644
--- a/geography/proj/Makefile
+++ b/geography/proj/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2015/09/13 23:22:23 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2016/10/27 22:14:19 gdt Exp $
-VERSION_BASE= 4.9.2
+VERSION_BASE= 4.9.3
VERSION= ${VERSION_BASE}
WRKSRC= ${WRKDIR}/proj-${VERSION_BASE}
DISTNAME= proj-${VERSION}