svn commit: r412028 - head/databases/rubygem-after_commit_queue

Steve Wills swills at FreeBSD.org
Mon Mar 28 02:19:41 UTC 2016


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 at 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


More information about the svn-ports-all mailing list