Date: Sat, 4 Jul 2015 16:35:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391323 - head/devel/rubygem-listen Message-ID: <201507041635.t64GZ087097463@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 4 16:34:59 2015 New Revision: 391323 URL: https://svnweb.freebsd.org/changeset/ports/391323 Log: - Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/devel/rubygem-listen/Makefile Modified: head/devel/rubygem-listen/Makefile ============================================================================== --- head/devel/rubygem-listen/Makefile Sat Jul 4 16:18:14 2015 (r391322) +++ head/devel/rubygem-listen/Makefile Sat Jul 4 16:34:59 2015 (r391323) @@ -3,6 +3,7 @@ PORTNAME= listen PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +12,7 @@ COMMENT= Listen to file modifications an LICENSE= MIT -RUN_DEPENDS= rubygem-celluloid>=0.16.0:${PORTSDIR}/devel/rubygem-celluloid \ - rubygem-rb-fsevent>=0.9.3:${PORTSDIR}/devel/rubygem-rb-fsevent \ +RUN_DEPENDS= rubygem-rb-fsevent>=0.9.3:${PORTSDIR}/devel/rubygem-rb-fsevent \ rubygem-rb-inotify>=0.9:${PORTSDIR}/devel/rubygem-rb-inotify \ rubygem-rb-kqueue>=0.2:${PORTSDIR}/devel/rubygem-rb-kqueue
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507041635.t64GZ087097463>