git: 4a4595a39183 - main - devel/rubygem-paperclip: Mark port deprecated.

Matthias Fechner mfechner at FreeBSD.org
Thu Jun 3 22:25:39 UTC 2021


The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a4595a39183eea4b598f20b400a241b39c67877

commit 4a4595a39183eea4b598f20b400a241b39c67877
Author:     Matthias Fechner <mfechner at FreeBSD.org>
AuthorDate: 2021-06-03 22:23:03 +0000
Commit:     Matthias Fechner <mfechner at 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 \


More information about the dev-commits-ports-main mailing list