diff options
author | wiz <wiz> | 2012-03-03 13:00:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-03-03 13:00:24 +0000 |
commit | 89b3edd95c4576b09f3092a6fa2b273bfb199dfd (patch) | |
tree | 9ff0375cfa97aa7fcdaa3c8fa87e401bfcfd9c3f /devel/meld | |
parent | 36eff62555d63ff062cf539fcedf8ab6ff0651ea (diff) | |
download | pkgsrc-89b3edd95c4576b09f3092a6fa2b273bfb199dfd.tar.gz |
Update to 1.5.3, update HOMEPAGE.
2012-1-27 meld 1.5.3
====================
New features:
* Add simple animations for chunk actions to make it easier to follow the
result of insertion and deletion actions (Kai Willadsen)
* Show the currently displayed page area in the side bars (Kai Willadsen)
Fixes:
* Don't show links between chunks where one of the chunks is completely
off-screen, reducing visual clutter (Kai Willadsen)
* Syntax highlighting will now assume that all files in a comparison are
of the same type if we can't determine otherwise (Kai Willadsen)
* Some fixes to colour usage and legibility for dark themes, with more
theme fixes coming soon (Kai Willadsen)
* Remember active filters across sessions in directory and VC comparions
(Kai Willadsen)
* Guess which version control system a user is most likely to want to see,
in the event of multiple VCs in a single working copy (Kai Willadsen)
* Work with Subversion 1.7 (Kai Willadsen)
* Many sundry bug fixes (Aaron Schrab, Julian Taylor, Kai Willadsen)
Translation updates:
* Bruno Brouard (fr)
* Christian Kirbach (de)
* Daniel Mustieles (es)
* Fran Dieguez (gl)
* Gabriel Speckhahn (pt_BR)
* Jiro Matsuzawa (ja)
* Jorge González (es)
* Marcin Floryan (pl)
* Marek Černocký (cs)
* Mario Blättermann (de)
* Matej Urbančič (sl)
* Petr Kovar (cs)
* Piotr Drąg (pl)
* Takeshi AIHANA (ja)
* Yuri Myasoedov (ru)
Diffstat (limited to 'devel/meld')
-rw-r--r-- | devel/meld/Makefile | 8 | ||||
-rw-r--r-- | devel/meld/PLIST | 6 | ||||
-rw-r--r-- | devel/meld/distinfo | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/devel/meld/Makefile b/devel/meld/Makefile index 00d9955e7ea..178adf249a7 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.28 2011/08/06 10:45:21 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2012/03/03 13:00:24 wiz Exp $ # -DISTNAME= meld-1.5.2 +DISTNAME= meld-1.5.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/1.5/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= dieter.NetBSD@pandora.be -HOMEPAGE= http://meld.sourceforge.net/ +HOMEPAGE= http://meldmerge.org/ COMMENT= Visual diff and merge tool LICENSE= gnu-gpl-v2 diff --git a/devel/meld/PLIST b/devel/meld/PLIST index 0b5890af874..c45a619d743 100644 --- a/devel/meld/PLIST +++ b/devel/meld/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2011/08/06 10:45:21 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2012/03/03 13:00:25 wiz Exp $ bin/meld lib/meld/meld/__init__.py lib/meld/meld/__init__.pyc @@ -141,6 +141,9 @@ lib/meld/meld/vc/svk.pyo lib/meld/meld/vc/svn.py lib/meld/meld/vc/svn.pyc lib/meld/meld/vc/svn.pyo +lib/meld/meld/vc/svn_17.py +lib/meld/meld/vc/svn_17.pyc +lib/meld/meld/vc/svn_17.pyo lib/meld/meld/vc/tla.py lib/meld/meld/vc/tla.pyc lib/meld/meld/vc/tla.pyo @@ -180,6 +183,7 @@ share/locale/ne/LC_MESSAGES/meld.mo share/locale/nl/LC_MESSAGES/meld.mo share/locale/oc/LC_MESSAGES/meld.mo share/locale/pa/LC_MESSAGES/meld.mo +share/locale/pl/LC_MESSAGES/meld.mo share/locale/pt/LC_MESSAGES/meld.mo share/locale/pt_BR/LC_MESSAGES/meld.mo share/locale/ru/LC_MESSAGES/meld.mo diff --git a/devel/meld/distinfo b/devel/meld/distinfo index 5bd140e3972..1ed31bc0876 100644 --- a/devel/meld/distinfo +++ b/devel/meld/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2011/08/06 10:45:21 wiz Exp $ +$NetBSD: distinfo,v 1.14 2012/03/03 13:00:25 wiz Exp $ -SHA1 (meld-1.5.2.tar.bz2) = f2a745de7e1bf316e9804418269e141f5cadad46 -RMD160 (meld-1.5.2.tar.bz2) = aec03fd1e741e8c8585808417102bdf3034cfaf7 -Size (meld-1.5.2.tar.bz2) = 351711 bytes +SHA1 (meld-1.5.3.tar.xz) = e9858975c0a779efa03d3b236b730f3006601f76 +RMD160 (meld-1.5.3.tar.xz) = e5d6929e314853043d11ab98dd37b4ad6fc5b887 +Size (meld-1.5.3.tar.xz) = 333016 bytes |