From 24ebe6849d6a80652b4e8403a40bc84c9da330ae Mon Sep 17 00:00:00 2001 From: landry Date: Tue, 3 Jan 2017 19:16:08 +0000 Subject: [PATCH] bump ports depending on python3 in benchmarks and converters --- benchmarks/speedtest-cli/Makefile | 3 ++- converters/py-html2text/Makefile | 3 ++- converters/unoconv/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/benchmarks/speedtest-cli/Makefile b/benchmarks/speedtest-cli/Makefile index 02f24a694c2..627b4193198 100644 --- a/benchmarks/speedtest-cli/Makefile +++ b/benchmarks/speedtest-cli/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2016/12/30 16:13:24 fcambus Exp $ +# $OpenBSD: Makefile,v 1.9 2017/01/03 19:16:08 landry Exp $ COMMENT = command-line client for speedtest.net bandwidth tester MODPY_EGG_VERSION = 1.0.1 DISTNAME = speedtest-cli-${MODPY_EGG_VERSION} CATEGORIES = benchmarks net +REVISION = 0 HOMEPAGE = https://github.com/sivel/speedtest-cli diff --git a/converters/py-html2text/Makefile b/converters/py-html2text/Makefile index 8a75c2554c2..8ff9af3decf 100644 --- a/converters/py-html2text/Makefile +++ b/converters/py-html2text/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2016/11/07 23:56:32 jca Exp $ +# $OpenBSD: Makefile,v 1.14 2017/01/03 19:16:08 landry Exp $ COMMENT = HTML to markdown-formatted text converter MODPY_EGG_VERSION = 2016.9.19 DISTNAME = html2text-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = converters HOMEPAGE = http://alir3z4.github.io/html2text/ diff --git a/converters/unoconv/Makefile b/converters/unoconv/Makefile index 295778bb6e3..b50be5306d1 100644 --- a/converters/unoconv/Makefile +++ b/converters/unoconv/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2016/01/16 19:35:31 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2017/01/03 19:16:08 landry Exp $ PKG_ARCH= * COMMENT= UNiversal Office CONVerter DISTNAME= unoconv-0.7 -REVISION= 1 +REVISION= 2 CATEGORIES= converters textproc