pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ebook-tools Updated ebook-tools to 0.2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6550e77d5a81
branches:  trunk
changeset: 358786:6550e77d5a81
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 20 10:17:54 2017 +0000

description:
Updated ebook-tools to 0.2.2.

0.2.0
This release contains major bug fixes.
Among them crash bugs/security bugs.
Update recommended

diffstat:

 textproc/ebook-tools/Makefile                     |   6 ++----
 textproc/ebook-tools/PLIST                        |   5 +++--
 textproc/ebook-tools/distinfo                     |  12 ++++++------
 textproc/ebook-tools/patches/patch-CMakeLists.txt |  10 ++++++----
 4 files changed, 17 insertions(+), 16 deletions(-)

diffs (68 lines):

diff -r 9982172049ac -r 6550e77d5a81 textproc/ebook-tools/Makefile
--- a/textproc/ebook-tools/Makefile     Mon Feb 20 10:06:57 2017 +0000
+++ b/textproc/ebook-tools/Makefile     Mon Feb 20 10:17:54 2017 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2015/05/04 21:14:24 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.9 2017/02/20 10:17:54 wiz Exp $
 
 # also update lit2epub if you update this package.
-DISTNAME=      ebook-tools-0.1.1
-PKGREVISION=   5
+DISTNAME=      ebook-tools-0.2.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ebook-tools/}
 
diff -r 9982172049ac -r 6550e77d5a81 textproc/ebook-tools/PLIST
--- a/textproc/ebook-tools/PLIST        Mon Feb 20 10:06:57 2017 +0000
+++ b/textproc/ebook-tools/PLIST        Mon Feb 20 10:17:54 2017 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2010/06/06 23:37:00 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/02/20 10:17:54 wiz Exp $
 bin/einfo
 include/epub.h
 include/epub_shared.h
+include/epub_version.h
 lib/libepub.so
 lib/libepub.so.0
-lib/libepub.so.0.1.1
+lib/libepub.so.0.2.1
diff -r 9982172049ac -r 6550e77d5a81 textproc/ebook-tools/distinfo
--- a/textproc/ebook-tools/distinfo     Mon Feb 20 10:06:57 2017 +0000
+++ b/textproc/ebook-tools/distinfo     Mon Feb 20 10:17:54 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 01:59:28 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/02/20 10:17:54 wiz Exp $
 
-SHA1 (ebook-tools-0.1.1.tar.gz) = 5c7c177914767412f3c8b145319fa4683755ac90
-RMD160 (ebook-tools-0.1.1.tar.gz) = 02ee38ed7175e94577f718cc68c468f4e9d229ea
-SHA512 (ebook-tools-0.1.1.tar.gz) = f902f7a5831b2a1fbdbb7169cea65113bc1b57d7c5aca9aff4d75b0ddcb509acccfc18cd75738ce0a47b6aa2a0cef3b8752d5951a1ebd54eda561fd9d949a7f0
-Size (ebook-tools-0.1.1.tar.gz) = 43280 bytes
-SHA1 (patch-CMakeLists.txt) = 4fbb30c510a8e3a33a1edcf0c85dcda6667ab5a2
+SHA1 (ebook-tools-0.2.2.tar.gz) = 1f10bef62c9125cf804366134e486a58308f07ff
+RMD160 (ebook-tools-0.2.2.tar.gz) = 2808a20b7bc9dc01b54be0e46dfb4cf96508d1a2
+SHA512 (ebook-tools-0.2.2.tar.gz) = b4518249835ed7cc672392bf2f8b1c62bc218e41c53663bb26ab34c9e43a99b6b7ae794babdb4bd775e467bb17918703a66ee57c8cf94cb7afc4ba2a7f74816a
+Size (ebook-tools-0.2.2.tar.gz) = 46889 bytes
+SHA1 (patch-CMakeLists.txt) = 79f2c390746a643b2c20416f38ef159505f7acc6
 SHA1 (patch-ab) = 63d64a50962969f83033af63f4fd00fd91a1f38c
diff -r 9982172049ac -r 6550e77d5a81 textproc/ebook-tools/patches/patch-CMakeLists.txt
--- a/textproc/ebook-tools/patches/patch-CMakeLists.txt Mon Feb 20 10:06:57 2017 +0000
+++ b/textproc/ebook-tools/patches/patch-CMakeLists.txt Mon Feb 20 10:17:54 2017 +0000
@@ -1,11 +1,13 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2015/01/23 14:09:36 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.2 2017/02/20 10:17:54 wiz Exp $
 
 Set minimum version to 3.0 to fix build with 3.1.
 
---- CMakeLists.txt.orig        2015-01-23 14:07:21.000000000 +0000
+--- CMakeLists.txt.orig        2012-09-04 14:32:32.000000000 +0000
 +++ CMakeLists.txt
-@@ -1,4 +1,5 @@
- project (EBOOK-TOOLS)
+@@ -1,6 +1,7 @@
+ project (EBOOK-TOOLS C)
+ 
+ cmake_minimum_required(VERSION 2.4.0)
 +cmake_minimum_required(VERSION 3.0)
  
  #set(CMAKE_CURRENT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)



Home | Main Index | Thread Index | Old Index