Update to 1.8.3:
2013-12-15 meld 1.8.3 ===================== Fixes: * Fix subdirectory comparisons for Subversion 1.6 (Ben Ross) * Fix git status parsing for some statuses (Tom Scytale) * Don't disable updating when syncpoints aren't yet active (Kai Willadsen) * Fix modifying column properties causing crashes when using .ini config backend (Kai Willadsen) Translations: * Andika Triwidada (id) * Milo Casagrande (it) * zodiac111 (zh_CN)
This commit is contained in:
parent
02f8cff5f7
commit
43d0e67d75
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.44 2013/10/18 21:40:54 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.45 2013/12/31 18:03:51 wiz Exp $
|
||||
|
||||
DISTNAME= meld-1.8.2
|
||||
DISTNAME= meld-1.8.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/1.8/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.20 2013/09/30 18:23:21 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.21 2013/12/31 18:03:51 wiz Exp $
|
||||
bin/meld
|
||||
lib/meld/meld/__init__.py
|
||||
lib/meld/meld/__init__.pyc
|
||||
|
@ -194,6 +194,7 @@ share/locale/fi/LC_MESSAGES/meld.mo
|
|||
share/locale/fr/LC_MESSAGES/meld.mo
|
||||
share/locale/gl/LC_MESSAGES/meld.mo
|
||||
share/locale/hu/LC_MESSAGES/meld.mo
|
||||
share/locale/id/LC_MESSAGES/meld.mo
|
||||
share/locale/it/LC_MESSAGES/meld.mo
|
||||
share/locale/ja/LC_MESSAGES/meld.mo
|
||||
share/locale/ko/LC_MESSAGES/meld.mo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.25 2013/10/18 21:40:54 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.26 2013/12/31 18:03:51 wiz Exp $
|
||||
|
||||
SHA1 (meld-1.8.2.tar.xz) = da6e4430ea3e56ec649b53f96c485de13a52627f
|
||||
RMD160 (meld-1.8.2.tar.xz) = 297b1893f28b8f51f06a4e6928401f861c038298
|
||||
Size (meld-1.8.2.tar.xz) = 423312 bytes
|
||||
SHA1 (meld-1.8.3.tar.xz) = b2321e45466a963cb7bd85e6b648c9648b35af52
|
||||
RMD160 (meld-1.8.3.tar.xz) = 277b571506260b8d92d9d250b988ade71d8646ee
|
||||
Size (meld-1.8.3.tar.xz) = 415704 bytes
|
||||
|
|
Loading…
Reference in a new issue