git: fe8ad9e18ee7 - main - devel/rubygem-paperclip-rails50: Deprecate and set expiration date to 2024-04-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 18:49:37 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe8ad9e18ee7994753700c5a41e1d521f5018e3f commit fe8ad9e18ee7994753700c5a41e1d521f5018e3f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-03-17 18:26:02 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-03-17 18:48:22 +0000 devel/rubygem-paperclip-rails50: Deprecate and set expiration date to 2024-04-30 Upstream repo archived Jul 13, 2023 and recommends using Rails' own ActiveStorage. There's also an active fork located at https://github.com/kreeti/kt-paperclip Reference: https://github.com/thoughtbot/paperclip Discussed with jrm on IRC --- devel/rubygem-paperclip-rails50/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/rubygem-paperclip-rails50/Makefile b/devel/rubygem-paperclip-rails50/Makefile index 44ca66bd8542..3d6d4fd7196c 100644 --- a/devel/rubygem-paperclip-rails50/Makefile +++ b/devel/rubygem-paperclip-rails50/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/thoughtbot/paperclip LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream repo archived Jul 13, 2023. Upstream recommends using Rails' own ActiveStorage. +EXPIRATION_DATE=2024-04-30 + RUN_DEPENDS= rubygem-activemodel50>0:databases/rubygem-activemodel50 \ rubygem-activesupport50>=0:devel/rubygem-activesupport50 \ rubygem-mimemagic>=0.3.0:misc/rubygem-mimemagic \