diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-10-13 10:59:10 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-10-13 10:59:10 +0000 |
commit | 2f9becbb6bf64179dd64746fb56bca31e077af08 (patch) | |
tree | 0393c168b16d272595d20390edde7a9b56f58ef4 /textproc/FlightCrew | |
parent | 7475c391b123826ee31a81a076f6b08671042183 (diff) | |
download | pkgsrc-2f9becbb6bf64179dd64746fb56bca31e077af08.tar.gz |
Update to 0.7.2
Changelog:
FlightCrew v0.7.2 2011.08.15
- Use Inno for Windows installer.
- Add version display to GUI and CLI.
- Fix Sigil issue #813: erroneous Resource is reachable but not present in OPF detection.
- OS X minimum version bumped to 10.6.
- made the CSS resource use detection far more robust
- fixed an issue with CSS @import rules in the '@import "something.css"' format not being
recognized
- fixed an issue with links to fonts in commented-out CSS producing "not in manifest" errors
(issue #15)
- fixed an issue with "background" and "background-image" CSS rules that referenced images
having those same images marked as unreachable files (issue #21)
- fixed an issue with "src" declarations in @font-face rules that have a space before the colon
throwing error messages about unreachable files (issue #21)
- clarified what "reachable" means in the error messages
Diffstat (limited to 'textproc/FlightCrew')
-rw-r--r-- | textproc/FlightCrew/Makefile | 6 | ||||
-rw-r--r-- | textproc/FlightCrew/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/FlightCrew/Makefile b/textproc/FlightCrew/Makefile index f7d778e2154..3eac54e6b5c 100644 --- a/textproc/FlightCrew/Makefile +++ b/textproc/FlightCrew/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2011/08/20 21:33:27 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2011/10/13 10:59:10 ryoon Exp $ # -DISTNAME= FlightCrew-0.7.1-Code +DISTNAME= FlightCrew-0.7.2-Code PKGNAME= ${DISTNAME:S/-Code//} CATEGORIES= textproc MASTER_SITES= http://flightcrew.googlecode.com/files/ @@ -14,6 +14,8 @@ LICENSE= gnu-lgpl-v3 AND cc-by-sa-v3.0 PKG_DESTDIR_SUPPORT= user-destdir +WRKSRC= ${WRKDIR} + USE_LANGUAGES= c c++ USE_CMAKE= yes diff --git a/textproc/FlightCrew/distinfo b/textproc/FlightCrew/distinfo index 215c6717c46..e6dbae1f58d 100644 --- a/textproc/FlightCrew/distinfo +++ b/textproc/FlightCrew/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/07/29 19:32:18 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2011/10/13 10:59:10 ryoon Exp $ -SHA1 (FlightCrew-0.7.1-Code.zip) = fda658c25b5991caa6a912d5f4198f0222bc1466 -RMD160 (FlightCrew-0.7.1-Code.zip) = 591f25e8f7631a381f4a00cc1e63d6974d27df86 -Size (FlightCrew-0.7.1-Code.zip) = 7738824 bytes +SHA1 (FlightCrew-0.7.2-Code.zip) = 16afdb4fcb30275070907c27857f89930bd8a322 +RMD160 (FlightCrew-0.7.2-Code.zip) = d6c71d8d1d9c79a0eaa211fea91cda5c1af84c7a +Size (FlightCrew-0.7.2-Code.zip) = 7794710 bytes SHA1 (patch-CMakeLists.txt) = 8423ab7b53fad354e04fdfd159b070a8f8bf61f9 SHA1 (patch-src_FlightCrew_tests_CMakeLists.txt) = a505955df3d6d1901f0a331311fa401ba9fec3ba |