svn commit: r327142 - head/devel/rubygem-rb-inotify

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 13 09:57:03 UTC 2013


Author: sunpoet
Date: Fri Sep 13 09:57:02 2013
New Revision: 327142
URL: http://svnweb.freebsd.org/changeset/ports/327142

Log:
  - Update to 0.9.2
  - Convert to new LIB_DEPENDS format
  
  Changes:	https://github.com/nex3/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 Sep 13 09:51:06 2013	(r327141)
+++ head/devel/rubygem-rb-inotify/Makefile	Fri Sep 13 09:57:02 2013	(r327142)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rb-inotify
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +11,7 @@ COMMENT=	Ruby wrapper for libinotify, us
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	inotify:${PORTSDIR}/devel/libinotify
+LIB_DEPENDS=	libinotify.so:${PORTSDIR}/devel/libinotify
 RUN_DEPENDS=	rubygem-ffi>=0.5.0:${PORTSDIR}/devel/rubygem-ffi
 
 USE_RUBY=	yes

Modified: head/devel/rubygem-rb-inotify/distinfo
==============================================================================
--- head/devel/rubygem-rb-inotify/distinfo	Fri Sep 13 09:51:06 2013	(r327141)
+++ head/devel/rubygem-rb-inotify/distinfo	Fri Sep 13 09:57:02 2013	(r327142)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rb-inotify-0.9.1.gem) = f275cb0c683ef4b31f41540dcf856a527e2083f1dcbbdb6f1dd4b73d60c47ef1
-SIZE (rubygem/rb-inotify-0.9.1.gem) = 13312
+SHA256 (rubygem/rb-inotify-0.9.2.gem) = 3b1e16da8b00849dfa3c6348cc6df6888a2d35d2bf432bc50267f4ec1e74a21c
+SIZE (rubygem/rb-inotify-0.9.2.gem) = 13312


More information about the svn-ports-all mailing list