git: 02dc1f19fa35 - main - devel/p5-IO-AIO: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:35:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=02dc1f19fa35ce9149ffd3598ab5983317eddf6d commit 02dc1f19fa35ce9149ffd3598ab5983317eddf6d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:14:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:02 +0000 devel/p5-IO-AIO: Fix typo - Bump PORTREVISION for dependency change --- devel/p5-IO-AIO/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/p5-IO-AIO/Makefile b/devel/p5-IO-AIO/Makefile index 50b1aeafb22b..1e0df33b4ea2 100644 --- a/devel/p5-IO-AIO/Makefile +++ b/devel/p5-IO-AIO/Makefile @@ -1,5 +1,6 @@ PORTNAME= IO-AIO PORTVERSION= 4.79 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +13,7 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -xRUN_DEPENDS= p5-common-sense>=0:devel/p5-common-sense +RUN_DEPENDS= p5-common-sense>=0:devel/p5-common-sense USES= perl5 USE_PERL5= configure