svn commit: r390221 - head/devel/rubygem-grape

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 21 13:54:54 UTC 2015


Author: sunpoet
Date: Sun Jun 21 13:54:53 2015
New Revision: 390221
URL: https://svnweb.freebsd.org/changeset/ports/390221

Log:
  - Update to 0.12.0
  - Update RUN_DEPENDS: use Rails 4
  
  Changes:	https://github.com/intridea/grape/blob/master/CHANGELOG.md

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

Modified: head/devel/rubygem-grape/Makefile
==============================================================================
--- head/devel/rubygem-grape/Makefile	Sun Jun 21 13:54:47 2015	(r390220)
+++ head/devel/rubygem-grape/Makefile	Sun Jun 21 13:54:53 2015	(r390221)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	grape
-PORTVERSION=	0.11.0
-PORTREVISION=	1
+PORTVERSION=	0.12.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +10,7 @@ COMMENT=	Framework for rapid API develop
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
+RUN_DEPENDS=	rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \
 		rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \
 		rubygem-hashie>=2.1.0:${PORTSDIR}/devel/rubygem-hashie \
 		rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json \

Modified: head/devel/rubygem-grape/distinfo
==============================================================================
--- head/devel/rubygem-grape/distinfo	Sun Jun 21 13:54:47 2015	(r390220)
+++ head/devel/rubygem-grape/distinfo	Sun Jun 21 13:54:53 2015	(r390221)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/grape-0.11.0.gem) = 964ca1763642f1177a32d507716cfc2d0f1fe6361b70e44a74b91c24e8c7c10f
-SIZE (rubygem/grape-0.11.0.gem) = 129536
+SHA256 (rubygem/grape-0.12.0.gem) = 10f734beac29c420f951afbc3d33f1748c08f72bab1a6227f294e34ba1a663d7
+SIZE (rubygem/grape-0.12.0.gem) = 136192


More information about the svn-ports-all mailing list