Date: Thu, 1 Dec 2022 21:32:03 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b5784a64918e - main - devel/rubygem-kt-paperclip-rails61: Fix build Message-ID: <202212012132.2B1LW3gK089193@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5784a64918e9d83b70d7f26126c2f89e9d4aa3e commit b5784a64918e9d83b70d7f26126c2f89e9d4aa3e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-12-01 21:30:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-12-01 21:30:31 +0000 devel/rubygem-kt-paperclip-rails61: Fix build This conflicts with rails as both installs libwmf and the other one uses the x11 variant. So fix the imagemagick dependency. Sponsored by: Nepustil --- devel/rubygem-kt-paperclip-rails61/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-kt-paperclip-rails61/Makefile b/devel/rubygem-kt-paperclip-rails61/Makefile index d1c49d8f04d5..74bb6b8ba59d 100644 --- a/devel/rubygem-kt-paperclip-rails61/Makefile +++ b/devel/rubygem-kt-paperclip-rails61/Makefile @@ -1,5 +1,6 @@ PORTNAME= kt-paperclip PORTVERSION= 7.1.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails61 @@ -19,7 +20,7 @@ RUN_DEPENDS= rubygem-activemodel61>0:databases/rubygem-activemodel61 \ NO_ARCH= yes USE_RUBY= yes -USES= cpe gem magick:7,nox11,run +USES= cpe gem magick:7,run CPE_VENDOR= thoughtbot .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212012132.2B1LW3gK089193>