Date: Sat, 31 Aug 2019 21:58:43 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510449 - head/net/rubygem-activestorage52 Message-ID: <201908312158.x7VLwhxD007819@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 31 21:58:42 2019 New Revision: 510449 URL: https://svnweb.freebsd.org/changeset/ports/510449 Log: Update version requirement of RUN_DEPENDS - Update pkg-descr Modified: head/net/rubygem-activestorage52/Makefile head/net/rubygem-activestorage52/pkg-descr Modified: head/net/rubygem-activestorage52/Makefile ============================================================================== --- head/net/rubygem-activestorage52/Makefile Sat Aug 31 21:58:37 2019 (r510448) +++ head/net/rubygem-activestorage52/Makefile Sat Aug 31 21:58:42 2019 (r510449) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \ rubygem-activerecord52>=${PORTVERSION}:databases/rubygem-activerecord52 \ - rubygem-marcel>=0.3.1:devel/rubygem-marcel + rubygem-marcel>=0.3.1<0.4:devel/rubygem-marcel USES= gem USE_RUBY= yes Modified: head/net/rubygem-activestorage52/pkg-descr ============================================================================== --- head/net/rubygem-activestorage52/pkg-descr Sat Aug 31 21:58:37 2019 (r510448) +++ head/net/rubygem-activestorage52/pkg-descr Sat Aug 31 21:58:42 2019 (r510449) @@ -8,6 +8,7 @@ Files can be uploaded from the server to the cloud or to the cloud. Image files can furthermore be transformed using on-demand variants for quality, -aspect ratio, size, or any other MiniMagick supported transformation. +aspect ratio, size, or any other MiniMagick or Vips supported transformation. WWW: https://rubyonrails.org/ +WWW: https://github.com/rails/rails/tree/master/activestorage
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908312158.x7VLwhxD007819>