git: 29fe2ce36c62 - main - textproc/p5-XML-Twig: Sort *_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Dec 2024 19:26:17 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=29fe2ce36c6203000f5def26e36f51e56f636461
commit 29fe2ce36c6203000f5def26e36f51e56f636461
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 19:01:47 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:16:56 +0000
textproc/p5-XML-Twig: Sort *_DEPENDS
---
textproc/p5-XML-Twig/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile
index 1b7bac25b0a5..d7fe08a752c0 100644
--- a/textproc/p5-XML-Twig/Makefile
+++ b/textproc/p5-XML-Twig/Makefile
@@ -13,11 +13,11 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTML-Tree>=3.13:www/p5-HTML-Tree \
- p5-libwww>=0:www/p5-libwww \
p5-Text-Iconv>=0:converters/p5-Text-Iconv \
p5-Tie-IxHash>=0:devel/p5-Tie-IxHash \
p5-XML-Parser>=0:textproc/p5-XML-Parser \
- p5-XML-XPath>=0:textproc/p5-XML-XPath
+ p5-XML-XPath>=0:textproc/p5-XML-XPath \
+ p5-libwww>=0:www/p5-libwww
TEST_DEPENDS= p5-IO-CaptureOutput>=0:devel/p5-IO-CaptureOutput \
p5-XML-Handler-YAWriter>=0:textproc/p5-XML-Handler-YAWriter \
p5-XML-SAX-Writer>=0:textproc/p5-XML-SAX-Writer \