Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2019 11:31:01 +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: r515788 - head/devel/rubygem-activesupport50
Message-ID:  <201910271131.x9RBV1VU095234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 27 11:31:00 2019
New Revision: 515788
URL: https://svnweb.freebsd.org/changeset/ports/515788

Log:
  Change RUN_DEPENDS from rubygem-tzinfo to rubygem-tzinfo1
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-activesupport50/Makefile

Modified: head/devel/rubygem-activesupport50/Makefile
==============================================================================
--- head/devel/rubygem-activesupport50/Makefile	Sun Oct 27 11:30:55 2019	(r515787)
+++ head/devel/rubygem-activesupport50/Makefile	Sun Oct 27 11:31:00 2019	(r515788)
@@ -3,6 +3,7 @@
 
 PORTNAME=	activesupport
 PORTVERSION=	5.0.7.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	50
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \
 		rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \
 		rubygem-minitest>=5.1<6:devel/rubygem-minitest \
-		rubygem-tzinfo>=1.1<2:devel/rubygem-tzinfo
+		rubygem-tzinfo1>=1.1<2:devel/rubygem-tzinfo1
 
 USES=		gem
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910271131.x9RBV1VU095234>