Index: head/devel/rubygem-polyamorous/Makefile =================================================================== --- head/devel/rubygem-polyamorous/Makefile (revision 516710) +++ head/devel/rubygem-polyamorous/Makefile (revision 516711) @@ -1,22 +1,21 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= polyamorous -PORTVERSION= 1.3.3 +PORTVERSION= 2.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Extraction of shared code from the Active Record Hackery gems LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activerecord4>=3.0:databases/rubygem-activerecord4 +RUN_DEPENDS= rubygem-activerecord5>=5.0:databases/rubygem-activerecord5 USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/devel/rubygem-polyamorous/distinfo =================================================================== --- head/devel/rubygem-polyamorous/distinfo (revision 516710) +++ head/devel/rubygem-polyamorous/distinfo (revision 516711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516795124 -SHA256 (rubygem/polyamorous-1.3.3.gem) = 701249c591333a5af0361e3bebf91816dbdcde809ef106432e0da62127e851a2 -SIZE (rubygem/polyamorous-1.3.3.gem) = 14336 +TIMESTAMP = 1572806168 +SHA256 (rubygem/polyamorous-2.3.0.gem) = ccd92357f8bb1a963f9bcb0ebcecb8b8de9e31264df748e18a7f4c4a7b4612cd +SIZE (rubygem/polyamorous-2.3.0.gem) = 8192 Index: head/devel/rubygem-polyamorous/pkg-descr =================================================================== --- head/devel/rubygem-polyamorous/pkg-descr (revision 516710) +++ head/devel/rubygem-polyamorous/pkg-descr (revision 516711) @@ -1,9 +1,9 @@ Polyamorous is an extraction of shared code from the Active Record Hackery gems Ransack, Squeel and MetaSearch by Ernie Miller and maintained by Ryan Bigg, Xiang Li, Jon Atack and a great little group of contributors. It is an internal library for extending various versions of Active Record with polymorphism. There is no public API, so it's :nodoc:. Move along. Nothing to see here. -WWW: https://github.com/activerecord-hackery/polyamorous +WWW: https://github.com/activerecord-hackery/ransack/tree/master/polyamorous