git: cb883df14f37 - main - devel/rubygem-paperclip-rails5: 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:35 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cb883df14f37fb6890f79d223b32b2af981ea52e
commit cb883df14f37fb6890f79d223b32b2af981ea52e
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-17 18:21:54 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-17 18:48:22 +0000
devel/rubygem-paperclip-rails5: 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-rails5/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/rubygem-paperclip-rails5/Makefile b/devel/rubygem-paperclip-rails5/Makefile
index 54408ee16219..49b015a4ed05 100644
--- a/devel/rubygem-paperclip-rails5/Makefile
+++ b/devel/rubygem-paperclip-rails5/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-activemodel5>=4.2.0:databases/rubygem-activemodel5 \
rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5 \
rubygem-mimemagic>=0.3.0:misc/rubygem-mimemagic \