Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2016 02:19:40 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412028 - head/databases/rubygem-after_commit_queue
Message-ID:  <201603280219.u2S2JeKJ072867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Mar 28 02:19:39 2016
New Revision: 412028
URL: https://svnweb.freebsd.org/changeset/ports/412028

Log:
  databases/rubygem-after_commit_queue: switch used Rails version from 3 to 4.2
  
  PR:		206950
  Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>

Modified:
  head/databases/rubygem-after_commit_queue/Makefile

Modified: head/databases/rubygem-after_commit_queue/Makefile
==============================================================================
--- head/databases/rubygem-after_commit_queue/Makefile	Mon Mar 28 02:03:46 2016	(r412027)
+++ head/databases/rubygem-after_commit_queue/Makefile	Mon Mar 28 02:19:39 2016	(r412028)
@@ -2,6 +2,7 @@
 
 PORTNAME=	after_commit_queue
 PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Allows to run callbacks after t
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS?=	rubygem-activerecord>=3.0:${PORTSDIR}/databases/rubygem-activerecord
+RUN_DEPENDS?=	rubygem-activerecord4>=3.0:${PORTSDIR}/databases/rubygem-activerecord4
 
 NO_ARCH=	yes
 USE_RUBY=	yes



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