diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-27 21:48:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-27 21:48:49 +0000 |
commit | d613c81a5ca7085018ef055a6daeb3d4b14d361a (patch) | |
tree | cbfc20a766f31401b06651c1f8973bf473cd73d9 /devel/meld | |
parent | fbeda0448f8ddc4901f470d75fc36390cd60c9a1 (diff) | |
download | pkgsrc-d613c81a5ca7085018ef055a6daeb3d4b14d361a.tar.gz |
Update meld to 3.15.1:
2015-12-15 meld 3.15.1
======================
Features:
* Text ignored by filters is now dimmed to give some visual feedback that
it's being ignored (David Rabel)
* Text filters now apply independently, improving consistency; note that
this is a behaviour change as filter order no longer matters, and filters
will always apply to the original (not the filtered) text (David Rabel,
Kai Willadsen)
* Recent menu items now show more detail in tooltips (Alan Suran)
* Update dialog action area layout for GTK+ theme changes (Kai Willadsen)
Fixes:
* Conflict resolution prompt now resolves properly again (Andrew Sutherland)
* Silence some GTK+ assertions on window close (Zain)
* Fix default filter issues from recent rework (Erik Schilling)
* Percent-containing commit messages no longer corrupt our recent commit
messages store (Kai Willadsen)
* Fix some problems with unicode user directories on Windows (Kai Willadsen)
* Fix encoding issues when saving files with load errors (Kai Willadsen)
* Fix drawing corruption when scrolling horizontally (Kai Willadsen)
* Fix clicking on the diffmap scrolling to the wrong location (Kai Willadsen)
* Fix off-by-one drawing error for final line in file (Kai Willadsen)
* Fix introspection requires to silence startup warnings (Kai Willadsen)
* Fix clearing syncpoints (Kai Willadsen)
* Add manual appdata kudos markers (Kai Willadsen)
* PEP8 fixes (David Rabel, Kai Willadsen)
Translations:
* Daniel Mustieles (es)
* Marek Černocký (cs)
* Milo Casagrande (it)
* Pedro Albuquerque (pt)
* Piotr Drąg (pl)
* Rafael Fontenelle (pt_BR)
Diffstat (limited to 'devel/meld')
-rw-r--r-- | devel/meld/Makefile | 4 | ||||
-rw-r--r-- | devel/meld/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/meld/Makefile b/devel/meld/Makefile index 72acd02592f..53a08effcc7 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2015/12/05 21:25:36 adam Exp $ +# $NetBSD: Makefile,v 1.64 2015/12/27 21:48:49 wiz Exp $ -DISTNAME= meld-3.15.0 +DISTNAME= meld-3.15.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/3.15/} EXTRACT_SUFX= .tar.xz diff --git a/devel/meld/distinfo b/devel/meld/distinfo index c6da0142e6a..eb7e0d14960 100644 --- a/devel/meld/distinfo +++ b/devel/meld/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.40 2015/11/04 17:41:17 agc Exp $ +$NetBSD: distinfo,v 1.41 2015/12/27 21:48:49 wiz Exp $ -SHA1 (meld-3.15.0.tar.xz) = cf9afbcbfa0ffddc5ceabe78ec6ab84d9411aaaa -RMD160 (meld-3.15.0.tar.xz) = 6f5bfb710421af0110ecf9be0499d7b95887f14e -SHA512 (meld-3.15.0.tar.xz) = 4f0e4b87c0ee2ddb07fcc6266023320c62537411ca091f96d53cd37fe6165c50a8c7e857b9123e443cf571613e860504db1a1eb652d51e4bca26b90ba5396675 -Size (meld-3.15.0.tar.xz) = 505184 bytes +SHA1 (meld-3.15.1.tar.xz) = 43c0b089711843524935cf2d611c35cf24bf29e0 +RMD160 (meld-3.15.1.tar.xz) = 35726330387cee22e50f50899bcf9323f1a838ea +SHA512 (meld-3.15.1.tar.xz) = 29590c5055428be2bc13df6be09626b08a3c20cd8bf855da6ba9eb25d0e121df17098b7ed8908e76c82e7352afcc10b8e7818336c18c73b9ad1b0693dc8b5e4a +Size (meld-3.15.1.tar.xz) = 504628 bytes |