svn commit: r364664 - head/devel/rubygem-celluloid
Johannes Jost Meixner
xmj at FreeBSD.org
Mon Aug 11 21:15:37 UTC 2014
Author: xmj
Date: Mon Aug 11 21:15:36 2014
New Revision: 364664
URL: http://svnweb.freebsd.org/changeset/ports/364664
QAT: https://qat.redports.org/buildarchive/r364664/
Log:
devel/rubygem-celluloid: correct run dependency
- set run dependency on timers1, according to celluloid's gemspec
PR: 189980
Submitted by: kvedulv at kvedulv.de
Approved by: koobs (mentor)
Approved by: swills (mentor)
Modified:
head/devel/rubygem-celluloid/Makefile
Modified: head/devel/rubygem-celluloid/Makefile
==============================================================================
--- head/devel/rubygem-celluloid/Makefile Mon Aug 11 21:03:49 2014 (r364663)
+++ head/devel/rubygem-celluloid/Makefile Mon Aug 11 21:15:36 2014 (r364664)
@@ -11,7 +11,7 @@ COMMENT= Build concurrent programs out o
LICENSE= MIT
-RUN_DEPENDS= rubygem-timers>=1.1.0:${PORTSDIR}/devel/rubygem-timers
+RUN_DEPENDS= rubygem-timers1>=1.1.0:${PORTSDIR}/devel/rubygem-timers1
USE_RUBY= yes
USE_RUBYGEMS= yes
More information about the svn-ports-head
mailing list