svn commit: r319660 - head/devel/rubygem-logging

Steve Wills swills at FreeBSD.org
Sun Jun 2 13:54:45 UTC 2013


Author: swills
Date: Sun Jun  2 13:54:44 2013
New Revision: 319660
URL: http://svnweb.freebsd.org/changeset/ports/319660

Log:
  - Fix version of multi_json dependency

Modified:
  head/devel/rubygem-logging/Makefile

Modified: head/devel/rubygem-logging/Makefile
==============================================================================
--- head/devel/rubygem-logging/Makefile	Sun Jun  2 13:53:25 2013	(r319659)
+++ head/devel/rubygem-logging/Makefile	Sun Jun  2 13:54:44 2013	(r319660)
@@ -10,7 +10,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Logging library based on Java's log4j
 
 RUN_DEPENDS=	rubygem-little_plugger>=1.1.2:${PORTSDIR}/devel/rubygem-little_plugger \
-		rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
+		rubygem-multi_json>=1.3.6:${PORTSDIR}/devel/rubygem-multi_json
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-all mailing list