pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/Sigil Update to 0.8.4. Update HOMEPAGE. Add bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a951794a310
branches:  trunk
changeset: 646479:6a951794a310
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 09 12:57:41 2015 +0000

description:
Update to 0.8.4. Update HOMEPAGE. Add bug report URL to patch.

With only one day after the 0.8.3 release 0.8.4 is being released.
My deepest apologies because this means there is a bad bug. Admittedly
it will only impact a very small amount of users but it was big
enough to warrant a new release.

Unfortunately during refactoring of "remove all plugins" code the
actual remove code was moved to the wrong place. With 0.8.3 if you
say no it will still remove all plugins. This has been corrected
and is the only change in 0.8.4.

diffstat:

 editors/Sigil/Makefile                          |   6 +++---
 editors/Sigil/distinfo                          |  10 +++++-----
 editors/Sigil/patches/patch-src_minizip_ioapi.c |   3 ++-
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r b703f4d2a3e4 -r 6a951794a310 editors/Sigil/Makefile
--- a/editors/Sigil/Makefile    Mon Feb 09 12:56:49 2015 +0000
+++ b/editors/Sigil/Makefile    Mon Feb 09 12:57:41 2015 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.66 2015/02/07 13:19:21 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2015/02/09 12:57:41 wiz Exp $
 
-DISTNAME=      Sigil-0.8.3
+DISTNAME=      Sigil-0.8.4
 CATEGORIES=    editors
 MASTER_SITES=  -https://github.com/user-none/Sigil/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/sigil/
+HOMEPAGE=      http://sigil-ebook.com/
 COMMENT=       Multi-platform WYSIWYG ebook editor (for the ePub format)
 LICENSE=       gnu-gpl-v3
 
diff -r b703f4d2a3e4 -r 6a951794a310 editors/Sigil/distinfo
--- a/editors/Sigil/distinfo    Mon Feb 09 12:56:49 2015 +0000
+++ b/editors/Sigil/distinfo    Mon Feb 09 12:57:41 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2015/02/07 13:19:21 wiz Exp $
+$NetBSD: distinfo,v 1.28 2015/02/09 12:57:41 wiz Exp $
 
-SHA1 (Sigil-0.8.3.tar.gz) = 73ef1d3d112fb985865b376605425200020c1d14
-RMD160 (Sigil-0.8.3.tar.gz) = 4d7bea74c9c6dfea9b064f2fa6c1d15ba8634b26
-Size (Sigil-0.8.3.tar.gz) = 19393945 bytes
-SHA1 (patch-src_minizip_ioapi.c) = 95170184049a0bf0eff3233a92c09b40a40ad88a
+SHA1 (Sigil-0.8.4.tar.gz) = 1df5d7d8efffb6a93e2fd2ff90957be6b894c958
+RMD160 (Sigil-0.8.4.tar.gz) = caef4d33e01747d6d3ae475445c6eb4ec64e8c63
+Size (Sigil-0.8.4.tar.gz) = 19394693 bytes
+SHA1 (patch-src_minizip_ioapi.c) = 0a227daf214ceeb1fe8483aeed700fce05b21ccd
diff -r b703f4d2a3e4 -r 6a951794a310 editors/Sigil/patches/patch-src_minizip_ioapi.c
--- a/editors/Sigil/patches/patch-src_minizip_ioapi.c   Mon Feb 09 12:56:49 2015 +0000
+++ b/editors/Sigil/patches/patch-src_minizip_ioapi.c   Mon Feb 09 12:57:41 2015 +0000
@@ -1,7 +1,8 @@
-$NetBSD: patch-src_minizip_ioapi.c,v 1.2 2014/11/23 19:27:29 wiz Exp $
+$NetBSD: patch-src_minizip_ioapi.c,v 1.3 2015/02/09 12:57:41 wiz Exp $
 
 Fix linking on NetBSD and DragonFly BSD, where fopen, fseek, and ftello
 are 64-bit filesize safe.
+https://github.com/nmoinvaz/minizip/pull/20
 
 --- src/minizip/ioapi.c.orig   2014-10-12 14:45:14.000000000 +0000
 +++ src/minizip/ioapi.c



Home | Main Index | Thread Index | Old Index