diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-03-17 19:21:54 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-03-17 19:48:22 +0100 |
commit | cb883df14f37fb6890f79d223b32b2af981ea52e (patch) | |
tree | 475b2c46c73a95e32ea8f55d94e0e130ba0ff5f5 | |
parent | 8bd8e26470d3448852859a8701e74028086cb06c (diff) | |
download | freebsd-ports-cb883df14f37fb6890f79d223b32b2af981ea52e.zip |
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
-rw-r--r-- | devel/rubygem-paperclip-rails5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |