diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ebook-tools/Makefile | 3 | ||||
-rw-r--r-- | textproc/ebook-tools/buildlink3.mk | 4 | ||||
-rw-r--r-- | textproc/odt2tex/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/textproc/ebook-tools/Makefile b/textproc/ebook-tools/Makefile index 4056129e80e..2c7fc4e1bbb 100644 --- a/textproc/ebook-tools/Makefile +++ b/textproc/ebook-tools/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2017/02/20 10:17:54 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/02/23 07:44:09 wiz Exp $ # also update lit2epub if you update this package. DISTNAME= ebook-tools-0.2.2 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ebook-tools/} diff --git a/textproc/ebook-tools/buildlink3.mk b/textproc/ebook-tools/buildlink3.mk index da96d4be12a..d5fc722310a 100644 --- a/textproc/ebook-tools/buildlink3.mk +++ b/textproc/ebook-tools/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2015/05/04 21:14:24 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2017/02/23 07:44:09 wiz Exp $ BUILDLINK_TREE+= ebook-tools @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ebook-tools EBOOK_TOOLS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ebook-tools+= ebook-tools>=0.1.1 -BUILDLINK_ABI_DEPENDS.ebook-tools+= ebook-tools>=0.1.1nb5 +BUILDLINK_ABI_DEPENDS.ebook-tools+= ebook-tools>=0.2.2nb1 BUILDLINK_PKGSRCDIR.ebook-tools?= ../../textproc/ebook-tools .include "../../archivers/libzip/buildlink3.mk" diff --git a/textproc/odt2tex/Makefile b/textproc/odt2tex/Makefile index b2ee5064645..cdb51dce0ba 100644 --- a/textproc/odt2tex/Makefile +++ b/textproc/odt2tex/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/10/01 13:07:50 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2017/02/23 07:44:10 wiz Exp $ DISTNAME= odt2tex-0.0.13 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=simonaw/} |