Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2016 13:41:30 +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: r412942 - head/databases/rubygem-bigrecord
Message-ID:  <201604101341.u3ADfUu5017918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 10 13:41:30 2016
New Revision: 412942
URL: https://svnweb.freebsd.org/changeset/ports/412942

Log:
  - Update RUN_DEPENDS: use Rails 4
  - Bump PORTREVISION for dependency change

Modified:
  head/databases/rubygem-bigrecord/Makefile

Modified: head/databases/rubygem-bigrecord/Makefile
==============================================================================
--- head/databases/rubygem-bigrecord/Makefile	Sun Apr 10 13:41:25 2016	(r412941)
+++ head/databases/rubygem-bigrecord/Makefile	Sun Apr 10 13:41:30 2016	(r412942)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bigrecord
 PORTVERSION=	0.1.1
+PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -12,8 +13,8 @@ COMMENT=	Intended to work as a drop-in f
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activerecord>=0:databases/rubygem-activerecord \
-		rubygem-activesupport>=0:devel/rubygem-activesupport \
+RUN_DEPENDS=	rubygem-activerecord4>=0:databases/rubygem-activerecord4 \
+		rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
 		rubygem-uuidtools>=2.0.0:devel/rubygem-uuidtools
 
 NO_ARCH=	yes



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