Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2019 19:59:33 +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: r491192 - head/devel/rubygem-rb-inotify
Message-ID:  <201901251959.x0PJxX3S085966@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jan 25 19:59:32 2019
New Revision: 491192
URL: https://svnweb.freebsd.org/changeset/ports/491192

Log:
  Update to 0.10.0
  
  Changes:	https://github.com/guard/rb-inotify/commits/master

Modified:
  head/devel/rubygem-rb-inotify/Makefile
  head/devel/rubygem-rb-inotify/distinfo

Modified: head/devel/rubygem-rb-inotify/Makefile
==============================================================================
--- head/devel/rubygem-rb-inotify/Makefile	Fri Jan 25 19:59:27 2019	(r491191)
+++ head/devel/rubygem-rb-inotify/Makefile	Fri Jan 25 19:59:32 2019	(r491192)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rb-inotify
-PORTVERSION=	0.9.10
+PORTVERSION=	0.10.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,10 +12,11 @@ COMMENT=	Ruby wrapper for libinotify, using ffi
 LICENSE=	MIT
 
 LIB_DEPENDS=	libinotify.so:devel/libinotify
-RUN_DEPENDS=	rubygem-ffi>=0.5.0:devel/rubygem-ffi
+RUN_DEPENDS=	rubygem-ffi>=1.0:devel/rubygem-ffi
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-rb-inotify/distinfo
==============================================================================
--- head/devel/rubygem-rb-inotify/distinfo	Fri Jan 25 19:59:27 2019	(r491191)
+++ head/devel/rubygem-rb-inotify/distinfo	Fri Jan 25 19:59:32 2019	(r491192)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497778491
-SHA256 (rubygem/rb-inotify-0.9.10.gem) = e140f7ad14cd91e001c7e0bfa32458dd29995e70932765fcf477de630b7fda79
-SIZE (rubygem/rb-inotify-0.9.10.gem) = 14848
+TIMESTAMP = 1548427201
+SHA256 (rubygem/rb-inotify-0.10.0.gem) = 4481d9ce69159774be31215d10917684413ad3416b2018bdd8dc9b976a8747bb
+SIZE (rubygem/rb-inotify-0.10.0.gem) = 15872



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901251959.x0PJxX3S085966>