svn commit: r522910 - head/devel/rubygem-ransack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 13 17:42:19 UTC 2020


Author: sunpoet
Date: Mon Jan 13 17:42:18 2020
New Revision: 522910
URL: https://svnweb.freebsd.org/changeset/ports/522910

Log:
  Update to 2.3.2
  
  - Remove PORTSCOUT
  
  Changes:	https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-ransack/Makefile
  head/devel/rubygem-ransack/distinfo

Modified: head/devel/rubygem-ransack/Makefile
==============================================================================
--- head/devel/rubygem-ransack/Makefile	Mon Jan 13 17:42:12 2020	(r522909)
+++ head/devel/rubygem-ransack/Makefile	Mon Jan 13 17:42:18 2020	(r522910)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ransack
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,9 +12,8 @@ COMMENT=	Successor to the MetaSearch gem
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack5>=5.0:www/rubygem-actionpack5 \
-		rubygem-activerecord5>=5.0:databases/rubygem-activerecord5 \
-		rubygem-activesupport5>=5.0:devel/rubygem-activesupport5 \
+RUN_DEPENDS=	rubygem-activerecord52>=5.2.1:databases/rubygem-activerecord52 \
+		rubygem-activesupport52>=5.2.1:devel/rubygem-activesupport52 \
 		rubygem-i18n>=0:devel/rubygem-i18n \
 		rubygem-polyamorous>=${PORTVERSION}:devel/rubygem-polyamorous
 
@@ -22,7 +21,5 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
-
-PORTSCOUT=	skipv:2.3.1,2.3.2
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-ransack/distinfo
==============================================================================
--- head/devel/rubygem-ransack/distinfo	Mon Jan 13 17:42:12 2020	(r522909)
+++ head/devel/rubygem-ransack/distinfo	Mon Jan 13 17:42:18 2020	(r522910)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572806170
-SHA256 (rubygem/ransack-2.3.0.gem) = e6a93990c511fcfe1ae57d7028056edf11f8e4a55bd98380a2a57618b8b0a8eb
-SIZE (rubygem/ransack-2.3.0.gem) = 198144
+TIMESTAMP = 1578923234
+SHA256 (rubygem/ransack-2.3.2.gem) = 1731c1caf61aa7f561476188ec5d8d1d7b0cfd1a513d755af0def3be9f1d6c43
+SIZE (rubygem/ransack-2.3.2.gem) = 196608


More information about the svn-ports-all mailing list