diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-03-01 15:11:34 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-03-01 15:11:34 +0000 |
commit | e8cb93eefa573f0077f21724a7744b512ca964ba (patch) | |
tree | 4cb798fa9798d5fd05525bdc6df9e0d505103ffe /editors/Sigil | |
parent | ab264ae70d2a23667f4d7c16571da261f19dd856 (diff) | |
download | pkgsrc-e8cb93eefa573f0077f21724a7744b512ca964ba.tar.gz |
Update to 0.5.3
* Tested with boost 1.48.0nb2.
Changelog:
Sigil 0.5.3 2012.25.02
- Fix issue 1254: Bulk rename will stop if one name matches, context menu
needs cleanup and warnings.
- Fix issue 1268: Find/Replace all files does not search in book order,
and other issues.
- Fix issue 1266: Store user dictionary as UTF-8.
- Ensure the checkmarks in add semantic are set correctly when selecting
multiple files.
- Fix issue 1030: Don't close if canceling out of a failed save.
- Fix issue 1258: Find/Replace step by step in All HTML files is broken.
Diffstat (limited to 'editors/Sigil')
-rw-r--r-- | editors/Sigil/Makefile | 5 | ||||
-rw-r--r-- | editors/Sigil/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 19255f88852..2f323df1b00 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2012/02/29 16:32:22 hans Exp $ +# $NetBSD: Makefile,v 1.29 2012/03/01 15:11:34 ryoon Exp $ # -DISTNAME= Sigil-0.5.2-Code +DISTNAME= Sigil-0.5.3-Code PKGNAME= ${DISTNAME:S/-Code//} -PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= http://sigil.googlecode.com/files/ EXTRACT_SUFX= .zip diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index f2b2a19480c..b5c4fb5c24a 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2012/02/15 08:00:03 ryoon Exp $ +$NetBSD: distinfo,v 1.17 2012/03/01 15:11:34 ryoon Exp $ -SHA1 (Sigil-0.5.2-Code.zip) = 9088bbfcc681a8a55f58e966d8d8f65e307e1fd8 -RMD160 (Sigil-0.5.2-Code.zip) = a901ef78150c0ae96eece05e0683669d4dba30e6 -Size (Sigil-0.5.2-Code.zip) = 12842606 bytes +SHA1 (Sigil-0.5.3-Code.zip) = e43861b2979f11e2abefedad454623e2685c781f +RMD160 (Sigil-0.5.3-Code.zip) = cb400fec5b2453a2cd076c1821e2962df7d011c8 +Size (Sigil-0.5.3-Code.zip) = 12843490 bytes SHA1 (patch-src_ZipArchive_DirEnumerator.cpp) = 1430a73cb771c77bd15fc32768a3accfd70ee28b SHA1 (patch-src_ZipArchive_ZipFile__stl.cpp) = d7db211cfd373a3d4ead90da67d0b9d445baa26f SHA1 (patch-src_ZipArchive_ZipPlatform__lnx.cpp) = 9d552417e86c77584b952bc07b06e75eaa02a68d |