diff options
author | jkunz <jkunz@pkgsrc.org> | 2010-03-07 21:13:13 +0000 |
---|---|---|
committer | jkunz <jkunz@pkgsrc.org> | 2010-03-07 21:13:13 +0000 |
commit | 54e8f433aed0ab3992c08d9d86ad668710b519c2 (patch) | |
tree | 99df4409fa2025756d0a431462a2e84a35cdd4c9 /geography | |
parent | 8b85c1622e9b81f4c2105435fb1b0c2714abf179 (diff) | |
download | pkgsrc-54e8f433aed0ab3992c08d9d86ad668710b519c2.tar.gz |
Bugfix Update to version 0.15.2:
The CHANGELOG since 0.15 is:
* FIX : roads not always refreshed when changing type or properties (fixes #2773)
* FIX : Cannot cleanly copy tags from one relation to another (fixes #2746)
* FIX : When merging contiguous nodes in the same way, check that we don't add the same node twice (fixes #2771)
* FIX : OSX enhacements (by Aleksandar Topuzovic) (closes #2774)
* FIX : When nodes are hidden,do not put them in the way of selecting roads
* FIX : avoid multiple updateVirtuals() at download time by disabling it and doing them all when the download is done
* FIX : speedup node moving by disabling virtual nodes and index updates during drag
* FIX : crash when coming from "Separate move mode" and a feature is selected.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/merkaartor/Makefile | 4 | ||||
-rw-r--r-- | geography/merkaartor/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/geography/merkaartor/Makefile b/geography/merkaartor/Makefile index 9e2683af517..f2451757736 100644 --- a/geography/merkaartor/Makefile +++ b/geography/merkaartor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2010/03/02 21:38:44 jkunz Exp $ +# $NetBSD: Makefile,v 1.10 2010/03/07 21:13:13 jkunz Exp $ # -DISTNAME= merkaartor-0.15.1 +DISTNAME= merkaartor-0.15.2 CATEGORIES= geography MASTER_SITES= http://www.merkaartor.org/downloads/source/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/merkaartor/distinfo b/geography/merkaartor/distinfo index b1bed0d8946..1072b15e1cf 100644 --- a/geography/merkaartor/distinfo +++ b/geography/merkaartor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/03/02 21:38:44 jkunz Exp $ +$NetBSD: distinfo,v 1.4 2010/03/07 21:13:13 jkunz Exp $ -SHA1 (merkaartor-0.15.1.tar.bz2) = daf01d8f00bd00b8050858ff109896bde58a7606 -RMD160 (merkaartor-0.15.1.tar.bz2) = 4c368dc36a35cc6ae6f66d559777b7c45ba78e00 -Size (merkaartor-0.15.1.tar.bz2) = 5661790 bytes +SHA1 (merkaartor-0.15.2.tar.bz2) = 027495c3c13eca9d67c5315670015fc0f611881e +RMD160 (merkaartor-0.15.2.tar.bz2) = 3cc42f98d3d0e09d2c55daf7bc92f6ae521dde86 +Size (merkaartor-0.15.2.tar.bz2) = 5584270 bytes |