pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/FlightCrew Update to 0.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4072d80b892
branches:  trunk
changeset: 593753:d4072d80b892
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Oct 13 10:59:10 2011 +0000

description:
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:

 textproc/FlightCrew/Makefile |  6 ++++--
 textproc/FlightCrew/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r b57d56980b0f -r d4072d80b892 textproc/FlightCrew/Makefile
--- a/textproc/FlightCrew/Makefile      Thu Oct 13 10:56:21 2011 +0000
+++ b/textproc/FlightCrew/Makefile      Thu Oct 13 10:59:10 2011 +0000
@@ -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 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+WRKSRC=                ${WRKDIR}
+
 USE_LANGUAGES= c c++
 USE_CMAKE=     yes
 
diff -r b57d56980b0f -r d4072d80b892 textproc/FlightCrew/distinfo
--- a/textproc/FlightCrew/distinfo      Thu Oct 13 10:56:21 2011 +0000
+++ b/textproc/FlightCrew/distinfo      Thu Oct 13 10:59:10 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index