diff options
author | gdt <gdt@pkgsrc.org> | 2018-06-01 23:41:31 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2018-06-01 23:41:31 +0000 |
commit | 5ebb9ea3002f8ddd31a20749fac5456be3b55232 (patch) | |
tree | a4db87a800434dbf9f9da1a1375b8fa3603c0e7f /geography | |
parent | 8f07b80ee68f5e4b4176244b18a663d90a056f96 (diff) | |
download | pkgsrc-5ebb9ea3002f8ddd31a20749fac5456be3b55232.tar.gz |
proj: update to 5.1.0
See NEWS for full changelog. Besides Bug fixes, notable changes are:
o Function proj_errno_string() added to proj.h API (#847)
o Validate units between pipeline steps and ensure transformation
sanity (#906)
o Print help when calling cct and gie without arguments (#907)
o CITATION file added to source distribution (#914)
o Webmercator operation added (#925)
o Enhanced numerical precision of forward spherical Mercator near
the Equator (#928)
o Added --skip-lines option to cct (#923)
o Consistently return NaN values on NaN input (#949)
o Removed unused src/org_proj4_Projections.h file (#956)
o Java Native Interface bindings updated (#957, #969)
o Horizontal and vertical gridshift operations extended to
the temporal domain (#1015)
Diffstat (limited to 'geography')
-rw-r--r-- | geography/proj/Makefile | 6 | ||||
-rw-r--r-- | geography/proj/PLIST | 3 | ||||
-rw-r--r-- | geography/proj/distinfo | 10 |
3 files changed, 9 insertions, 10 deletions
diff --git a/geography/proj/Makefile b/geography/proj/Makefile index 4bb3bdeac0f..448533d1cfd 100644 --- a/geography/proj/Makefile +++ b/geography/proj/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2018/05/24 19:03:56 gdt Exp $ +# $NetBSD: Makefile,v 1.10 2018/06/01 23:41:31 gdt Exp $ -VERSION_BASE= 5.0.1 +VERSION_BASE= 5.1.0 VERSION_RC= -VERSION= ${VERSION_BASE} +VERSION= ${VERSION_BASE}${VERSION_RC} # proj RCs have names like 5.1.0RC1 but unpack to 5.1.0 WRKSRC= ${WRKDIR}/proj-${VERSION_BASE} DISTNAME= proj-${VERSION} diff --git a/geography/proj/PLIST b/geography/proj/PLIST index d327feee225..8b0f0b2ce4d 100644 --- a/geography/proj/PLIST +++ b/geography/proj/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2018/03/02 00:53:24 gdt Exp $ +@comment $NetBSD: PLIST,v 1.6 2018/06/01 23:41:31 gdt Exp $ bin/cct bin/cs2cs bin/geod @@ -9,7 +9,6 @@ bin/nad2bin bin/proj include/geodesic.h include/org_proj4_PJ.h -include/org_proj4_Projections.h include/proj.h include/proj_api.h include/projects.h diff --git a/geography/proj/distinfo b/geography/proj/distinfo index b8de988479a..f1905d0ae3b 100644 --- a/geography/proj/distinfo +++ b/geography/proj/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2018/05/24 19:03:56 gdt Exp $ +$NetBSD: distinfo,v 1.10 2018/06/01 23:41:31 gdt Exp $ -SHA1 (proj-5.0.1.tar.gz) = 4add83369c6f29637d806d51cdca7378181e53ff -RMD160 (proj-5.0.1.tar.gz) = acc57586d8b053d40bce62e785e16c746b70ea19 -SHA512 (proj-5.0.1.tar.gz) = 8cb41019012b57cffbc7d24ff5b634e29e5e6cb2407b7755381032ff69da823b9acdebdcf0630dfea52362f1fcba506cb6020bb7ca2686ab00ec2df4c4d26fb6 -Size (proj-5.0.1.tar.gz) = 1085251 bytes +SHA1 (proj-5.1.0.tar.gz) = 13b5fc606bc62d347908fb3f256d93516b0be2a1 +RMD160 (proj-5.1.0.tar.gz) = 45ee073049872bb23362a7e137e40cba87d2c521 +SHA512 (proj-5.1.0.tar.gz) = 6e851485c03ca0b3b82e1dcff88a024990551919e203083c46ce6d14f824daed89fa774a2edf1ec543370a3f9792d6502f3037992496984912d8fa4ba7a37859 +Size (proj-5.1.0.tar.gz) = 1006324 bytes SHA1 (proj-datumgrid-1.7.tar.gz) = 77c66dc46602e07d4f11d2573d6cacbc6bb3d04d RMD160 (proj-datumgrid-1.7.tar.gz) = 03df996f79987970f129b56b7226ca3eac1f9fbb SHA512 (proj-datumgrid-1.7.tar.gz) = 8a17206527da12982cda2bfc1c9cfacce9ccb7c2f3b394c7c31bfbf3435a0301b896e6c340440e76aa5f409cf19a9ff0ee745cabfaf6fa20fcaa954b62b068f5 |