svn commit: r508526 - head/databases/rubygem-globalid-rails5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 10 22:50:09 UTC 2019


Author: sunpoet
Date: Sat Aug 10 22:50:07 2019
New Revision: 508526
URL: https://svnweb.freebsd.org/changeset/ports/508526

Log:
  Update version requirement of RUN_DEPENDS
  
  - Take maintainership

Modified:
  head/databases/rubygem-globalid-rails5/Makefile

Modified: head/databases/rubygem-globalid-rails5/Makefile
==============================================================================
--- head/databases/rubygem-globalid-rails5/Makefile	Sat Aug 10 22:50:03 2019	(r508525)
+++ head/databases/rubygem-globalid-rails5/Makefile	Sat Aug 10 22:50:07 2019	(r508526)
@@ -7,13 +7,13 @@ CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	-rails5
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	URIs for your models makes it easy to pass references around
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport5>0:devel/rubygem-activesupport5
+RUN_DEPENDS=	rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-head mailing list