mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.2.2
- Improve grammar in COMMENT - Drop ABI version numbers from LIB_DEPENDS - Drop unneeded pkgconf dependency - Trim Makefile header - Tab -> space in pkg-descr WWW line Feature safe: yes
This commit is contained in:
parent
2f90573870
commit
c5fab01639
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308177
@ -1,23 +1,18 @@
|
||||
# New ports collection makefile for: ebook-tools
|
||||
# Date created: 2008-07-13
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ebook-tools
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= textproc kde
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Accessing and converting various ebook file formats
|
||||
COMMENT= Accesses and converts various ebook file formats
|
||||
|
||||
LIB_DEPENDS= zip.3:${PORTSDIR}/archivers/libzip
|
||||
LIB_DEPENDS= zip:${PORTSDIR}/archivers/libzip
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= libxml2 pkgconfig
|
||||
USE_GNOME= libxml2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ebook-tools-0.2.1.tar.gz) = c243cbfdac8c34bf4098bf5380541c914aec1507b2642fcd788e73399a6efc71
|
||||
SIZE (ebook-tools-0.2.1.tar.gz) = 44793
|
||||
SHA256 (ebook-tools-0.2.2.tar.gz) = cbc35996e911144fa62925366ad6a6212d6af2588f1e39075954973bbee627ae
|
||||
SIZE (ebook-tools-0.2.2.tar.gz) = 46889
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- ./src/libepub/CMakeLists.txt.orig 2012-09-13 11:31:34.000000000 -0400
|
||||
+++ ./src/libepub/CMakeLists.txt 2012-09-13 11:31:44.000000000 -0400
|
||||
@@ -2,7 +2,7 @@
|
||||
add_library (epub SHARED epub.c ocf.c opf.c linklist.c list.c)
|
||||
target_link_libraries (epub ${LIBZIP_LIBRARY} ${LIBXML2_LIBRARIES})
|
||||
|
||||
-set_target_properties (epub PROPERTIES VERSION 0.2.1 SOVERSION 0)
|
||||
+set_target_properties (epub PROPERTIES VERSION 0.2.2 SOVERSION 0)
|
||||
|
||||
install ( TARGETS epub RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX} )
|
||||
install ( FILES epub.h epub_shared.h epub_version.h DESTINATION include )
|
@ -0,0 +1,15 @@
|
||||
--- ./src/libepub/epub_version.h.orig 2012-09-13 11:30:51.000000000 -0400
|
||||
+++ ./src/libepub/epub_version.h 2012-09-13 11:31:14.000000000 -0400
|
||||
@@ -1,10 +1,10 @@
|
||||
#ifndef _LIBEPUB_VERSION_H_
|
||||
#define _LIBEPUB_VERSION_H_
|
||||
|
||||
-#define LIBEPUB_VERSION_STRING "0.2.1"
|
||||
+#define LIBEPUB_VERSION_STRING "0.2.2"
|
||||
#define LIBEPUB_VERSION_MAJOR 0
|
||||
#define LIBEPUB_VERSION_MINOR 2
|
||||
-#define LIBEPUB_VERSION_RELEASE 1
|
||||
+#define LIBEPUB_VERSION_RELEASE 2
|
||||
#define LIBEPUB_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
|
||||
|
||||
#define LIBEPUB_VERSION \
|
@ -1,4 +1,4 @@
|
||||
ebook-tools provides tools for accessing and converting
|
||||
various ebook file formats.
|
||||
|
||||
WWW: http://sourceforge.net/projects/ebook-tools
|
||||
WWW: http://sourceforge.net/projects/ebook-tools
|
||||
|
@ -5,4 +5,4 @@ include/epub_shared.h
|
||||
include/epub_version.h
|
||||
lib/libepub.so
|
||||
lib/libepub.so.0
|
||||
lib/libepub.so.0.2.1
|
||||
lib/libepub.so.0.2.2
|
||||
|
Loading…
Reference in New Issue
Block a user