svn commit: r344969 - head/databases/rubygem-activerecord

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 18 21:31:23 UTC 2014


Author: sunpoet
Date: Tue Feb 18 21:31:22 2014
New Revision: 344969
URL: http://svnweb.freebsd.org/changeset/ports/344969
QAT: https://qat.redports.org/buildarchive/r344969/

Log:
  - Fix RUN_DEPENDS

Modified:
  head/databases/rubygem-activerecord/Makefile

Modified: head/databases/rubygem-activerecord/Makefile
==============================================================================
--- head/databases/rubygem-activerecord/Makefile	Tue Feb 18 21:30:29 2014	(r344968)
+++ head/databases/rubygem-activerecord/Makefile	Tue Feb 18 21:31:22 2014	(r344969)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
 		rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
-		rubygem-arel>=3.0.3:${PORTSDIR}/databases/rubygem-arel3 \
+		rubygem-arel3>=3.0.3:${PORTSDIR}/databases/rubygem-arel3 \
 		rubygem-tzinfo>=0.3.29:${PORTSDIR}/devel/rubygem-tzinfo
 
 USE_RUBY=	yes


More information about the svn-ports-all mailing list