svn commit: r508656 - head/devel/rubygem-spring

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 11 17:10:08 UTC 2019


Author: sunpoet
Date: Sun Aug 11 17:10:07 2019
New Revision: 508656
URL: https://svnweb.freebsd.org/changeset/ports/508656

Log:
  Update to 2.1.0
  
  - Take maintainership
  
  Changes:	https://github.com/rails/spring/blob/master/CHANGELOG.md

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

Modified: head/devel/rubygem-spring/Makefile
==============================================================================
--- head/devel/rubygem-spring/Makefile	Sun Aug 11 16:56:39 2019	(r508655)
+++ head/devel/rubygem-spring/Makefile	Sun Aug 11 17:10:07 2019	(r508656)
@@ -2,21 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	spring
-PORTVERSION=	2.0.2
+PORTVERSION=	2.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Rails application preloader
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-activesupport4>=4.2:devel/rubygem-activesupport4
+USES=		gem
+USE_RUBY=	yes
 
 NO_ARCH=	yes
-USE_RUBY=	yes
-USES=		gem
 
 PLIST_FILES=	bin/spring
 

Modified: head/devel/rubygem-spring/distinfo
==============================================================================
--- head/devel/rubygem-spring/distinfo	Sun Aug 11 16:56:39 2019	(r508655)
+++ head/devel/rubygem-spring/distinfo	Sun Aug 11 17:10:07 2019	(r508656)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495461501
-SHA256 (rubygem/spring-2.0.2.gem) = e574adc7f7f93905bab12e683ede8e634c9bd620f660140be3416c1758fa1e99
-SIZE (rubygem/spring-2.0.2.gem) = 38912
+TIMESTAMP = 1565540567
+SHA256 (rubygem/spring-2.1.0.gem) = cb2fd6655b7ef491226c6a49a0fa644457cada40d400365eaf63fdbeb1c211df
+SIZE (rubygem/spring-2.1.0.gem) = 31232


More information about the svn-ports-all mailing list