From afaaced1e8cad06918a65494991052e412b73034 Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 22 Oct 2021 19:29:20 +0000 Subject: [PATCH] gunits changed in 2.15 (2017) to no longer use py-unidecode, and instead py-requests (and added support for py3). switch deps. --- math/gunits/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/math/gunits/Makefile b/math/gunits/Makefile index 41a64ebc0bc..270e8700eac 100644 --- a/math/gunits/Makefile +++ b/math/gunits/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2021/03/15 21:00:42 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.9 2021/10/22 19:29:20 sthen Exp $ COMMENT= GNU units conversion program @@ -6,7 +6,7 @@ DISTNAME= units-2.16 PKGNAME= g${DISTNAME} CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=units/} -REVISION= 1 +REVISION= 2 HOMEPAGE= https://www.gnu.org/software/units/ @@ -16,9 +16,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c curses m readline MODULES = lang/python -MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2} - -RUN_DEPENDS = textproc/py-unidecode${MODPY_FLAVOR} +RUN_DEPENDS = www/py-requests${MODPY_FLAVOR} CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --program-prefix=g