git: 0bc1014fbbfb - main - graphics/rubygem-image_processing: Change RUN_DEPENDS from rubygem-mini_magick to rubygem-mini_magick4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jul 2024 15:41:27 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0bc1014fbbfb904ba17a8401706ed8aeaad20dd4
commit 0bc1014fbbfb904ba17a8401706ed8aeaad20dd4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-16 15:39:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-16 15:39:11 +0000
graphics/rubygem-image_processing: Change RUN_DEPENDS from rubygem-mini_magick to rubygem-mini_magick4
- Bump PORTREVISION for dependency change
---
graphics/rubygem-image_processing/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/graphics/rubygem-image_processing/Makefile b/graphics/rubygem-image_processing/Makefile
index 9e41cdd6d00e..d586d4cce914 100644
--- a/graphics/rubygem-image_processing/Makefile
+++ b/graphics/rubygem-image_processing/Makefile
@@ -1,6 +1,6 @@
PORTNAME= image_processing
PORTVERSION= 1.12.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics rubygems
MASTER_SITES= RG
@@ -11,7 +11,7 @@ WWW= https://github.com/janko/image_processing
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-mini_magick>=4.9.5<5:graphics/rubygem-mini_magick \
+RUN_DEPENDS= rubygem-mini_magick4>=4.9.5<5:graphics/rubygem-mini_magick4 \
rubygem-ruby-vips>=2.0.17<3:graphics/rubygem-ruby-vips
USES= gem