svn commit: r382663 - head/devel/rubygem-listen

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 30 13:48:00 UTC 2015


Author: sunpoet
Date: Mon Mar 30 13:47:59 2015
New Revision: 382663
URL: https://svnweb.freebsd.org/changeset/ports/382663
QAT: https://qat.redports.org/buildarchive/r382663/

Log:
  - Use rb-kqueue instead of polling
  - Bump PORTREVISION for dependency change
  
  Reference:	https://github.com/guard/listen/blob/master/README.md#on-bsd
  PR:		199005
  Submitted by:	<kvedulv at kvedulv.de>

Modified:
  head/devel/rubygem-listen/Makefile

Modified: head/devel/rubygem-listen/Makefile
==============================================================================
--- head/devel/rubygem-listen/Makefile	Mon Mar 30 13:47:54 2015	(r382662)
+++ head/devel/rubygem-listen/Makefile	Mon Mar 30 13:47:59 2015	(r382663)
@@ -3,6 +3,7 @@
 
 PORTNAME=	listen
 PORTVERSION=	2.10.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +14,8 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-celluloid>=0.16.0:${PORTSDIR}/devel/rubygem-celluloid \
 		rubygem-rb-fsevent>=0.9.3:${PORTSDIR}/devel/rubygem-rb-fsevent \
-		rubygem-rb-inotify>=0.9:${PORTSDIR}/devel/rubygem-rb-inotify
+		rubygem-rb-inotify>=0.9:${PORTSDIR}/devel/rubygem-rb-inotify \
+		rubygem-rb-kqueue>=0.2:${PORTSDIR}/devel/rubygem-rb-kqueue
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-head mailing list