summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2015-02-09 12:57:41 +0000
committerwiz <wiz>2015-02-09 12:57:41 +0000
commit3fef73ca92ab0fb39e5ad9e02b55b6bfd3e66fd7 (patch)
tree67c22a72842a562d8878638d992306d7bd63d296 /editors
parentbe84b16e50556e4d546bc6085d6e383d8114ca66 (diff)
downloadpkgsrc-3fef73ca92ab0fb39e5ad9e02b55b6bfd3e66fd7.tar.gz
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 (limited to 'editors')
-rw-r--r--editors/Sigil/Makefile6
-rw-r--r--editors/Sigil/distinfo10
-rw-r--r--editors/Sigil/patches/patch-src_minizip_ioapi.c3
3 files changed, 10 insertions, 9 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile
index 8e1799c9e66..3ee305d2138 100644
--- a/editors/Sigil/Makefile
+++ b/editors/Sigil/Makefile
@@ -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
-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 --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo
index 1dd77dde92f..c76ec507030 100644
--- a/editors/Sigil/distinfo
+++ b/editors/Sigil/distinfo
@@ -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 --git a/editors/Sigil/patches/patch-src_minizip_ioapi.c b/editors/Sigil/patches/patch-src_minizip_ioapi.c
index 9883c3e5269..f0eddcbe4d3 100644
--- a/editors/Sigil/patches/patch-src_minizip_ioapi.c
+++ b/editors/Sigil/patches/patch-src_minizip_ioapi.c
@@ -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