diff options
author | taca <taca@pkgsrc.org> | 2018-02-25 12:25:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-02-25 12:25:47 +0000 |
commit | 8f08f58777b111be6a61d46d1244b31933c2dbdf (patch) | |
tree | dd14318abc7e534c526c6f43993798908e331f92 /textproc/dbtoepub | |
parent | 9b6e29bcf1499f922421e34a7d9e72b60f645043 (diff) | |
download | pkgsrc-8f08f58777b111be6a61d46d1244b31933c2dbdf.tar.gz |
pkgsrc: bump PKGREVISION by changing Ruby default version
Bump PKGREVISION by changing Ruby default version.
Diffstat (limited to 'textproc/dbtoepub')
-rw-r--r-- | textproc/dbtoepub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dbtoepub/Makefile b/textproc/dbtoepub/Makefile index df3ca595495..e5cb8e4b279 100644 --- a/textproc/dbtoepub/Makefile +++ b/textproc/dbtoepub/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2016/03/13 09:36:59 taca Exp $ +# $NetBSD: Makefile,v 1.9 2018/02/25 12:25:48 taca Exp $ .include "../../textproc/docbook-xsl/Makefile.common" PKGNAME= dbtoepub-${DISTNAME:S/docbook-xsl-//} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= DocBook to epub converter DEPENDS+= \ |