svn commit: r510449 - head/net/rubygem-activestorage52
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 21:58:43 UTC 2019
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
More information about the svn-ports-head
mailing list