Date: Fri, 13 Sep 2013 09:57:03 +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: r327142 - head/devel/rubygem-rb-inotify Message-ID: <201309130957.r8D9v3FQ070699@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309130957.r8D9v3FQ070699>