Date: Thu, 3 Jun 2021 22:25:38 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4a4595a39183 - main - devel/rubygem-paperclip: Mark port deprecated. Message-ID: <202106032225.153MPcQa034341@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a4595a39183eea4b598f20b400a241b39c67877 commit 4a4595a39183eea4b598f20b400a241b39c67877 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2021-06-03 22:23:03 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2021-06-03 22:25:10 +0000 devel/rubygem-paperclip: Mark port deprecated. The port was deprecated upstream: https://github.com/thoughtbot/paperclip It is recommended to use for new development ActiveStorage. For old software, a fork called kt-paperclip is available. --- devel/rubygem-paperclip/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/rubygem-paperclip/Makefile b/devel/rubygem-paperclip/Makefile index b812397fa27f..d6732a308d77 100644 --- a/devel/rubygem-paperclip/Makefile +++ b/devel/rubygem-paperclip/Makefile @@ -11,6 +11,9 @@ COMMENT= Easy upload management for ActiveRecord LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Use ActiveStorage or a fork kt-paperclip +EXPIRATION_DATE=2021-07-25 + RUN_DEPENDS= rubygem-activemodel4>=4.2.0:databases/rubygem-activemodel4 \ rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 \ rubygem-mimemagic>=0.3.0<0.4:misc/rubygem-mimemagic \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106032225.153MPcQa034341>