git: f1f3e72ffbe1 - main - textproc/utf8proc: finish disabling test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 14:00:18 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f1f3e72ffbe1b7793ee6d18ff7638cf49d456a4a
commit f1f3e72ffbe1b7793ee6d18ff7638cf49d456a4a
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-10-20 13:54:12 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-10-20 14:00:17 +0000
textproc/utf8proc: finish disabling test
Commit 34693bdefa09eefd8c743beb78cfd4e649e7f15e half reverted the usage
of the tests but not entirely, resulting in turning the perl dependency
which is only needed for tests into a run dependency.
The right solution would be to entirely reenable tests, (which also
depends on ruby btw) but ruby dies very quickly on the tests and the
needs to be investigated prior to renabling the test.
Bump portrevision as the running dependencies changed
---
textproc/utf8proc/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/textproc/utf8proc/Makefile b/textproc/utf8proc/Makefile
index bca51e2abdc1..ce7bdb32f9b6 100644
--- a/textproc/utf8proc/Makefile
+++ b/textproc/utf8proc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= utf8proc
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.1
+PORTREVISION= 1
CATEGORIES= textproc devel
MAINTAINER= hrs@FreeBSD.org
@@ -11,7 +12,7 @@ COMMENT= UTF-8 processing library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USES= gmake perl5
+USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= JuliaStrings