svn commit: r348838 - head/www/rubygem-railties

Steve Wills swills at FreeBSD.org
Sun Mar 23 06:24:21 UTC 2014


Author: swills
Date: Sun Mar 23 06:24:20 2014
New Revision: 348838
URL: http://svnweb.freebsd.org/changeset/ports/348838
QAT: https://qat.redports.org/buildarchive/r348838/

Log:
  - Pull in newer dendencies to keep rails happy

Modified:
  head/www/rubygem-railties/Makefile

Modified: head/www/rubygem-railties/Makefile
==============================================================================
--- head/www/rubygem-railties/Makefile	Sun Mar 23 06:23:45 2014	(r348837)
+++ head/www/rubygem-railties/Makefile	Sun Mar 23 06:24:20 2014	(r348838)
@@ -2,6 +2,7 @@
 
 PORTNAME=	railties
 PORTVERSION=	3.2.17
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
 		rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
-		rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor \
+		rubygem-thor>=0.19.0:${PORTSDIR}/devel/rubygem-thor \
 		rubygem-rack-ssl>=1.3.2:${PORTSDIR}/www/rubygem-rack-ssl
 
 USE_RUBY=	yes


More information about the svn-ports-head mailing list