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/Makefile | |
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/Makefile')
-rw-r--r-- | editors/Sigil/Makefile | 5 |
1 files changed, 2 insertions, 3 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 |