Date: Tue, 17 Jun 2025 18:34:39 GMT From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0710166da1c7 - main - devel/p5-Project-Gantt: use the default ImageMagick Message-ID: <202506171834.55HIYdle063320@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=0710166da1c75a471277411af41e76bbb75ab2f4 commit 0710166da1c75a471277411af41e76bbb75ab2f4 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2025-06-17 18:29:37 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2025-06-17 18:34:26 +0000 devel/p5-Project-Gantt: use the default ImageMagick PR: 255991 Reported by: lbartoletti --- devel/p5-Project-Gantt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/p5-Project-Gantt/Makefile b/devel/p5-Project-Gantt/Makefile index 61fbe9620302..68609407d9a1 100644 --- a/devel/p5-Project-Gantt/Makefile +++ b/devel/p5-Project-Gantt/Makefile @@ -1,6 +1,6 @@ PORTNAME= Project-Gantt PORTVERSION= 1.03 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,7 @@ WWW= https://metacpan.org/release/Project-Gantt BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Date>=0:devel/p5-Class-Date -USES= magick:6,run perl5 +USES= magick:run perl5 USE_PERL5= configure WRKSRC= ${WRKDIR}/Gantthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506171834.55HIYdle063320>
