From owner-svn-ports-all@FreeBSD.ORG Fri Sep 13 09:57:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BCD68236; Fri, 13 Sep 2013 09:57:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9AC425E5; Fri, 13 Sep 2013 09:57:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D9v33d070701; Fri, 13 Sep 2013 09:57:03 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8D9v3FQ070699; Fri, 13 Sep 2013 09:57:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309130957.r8D9v3FQ070699@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Sep 2013 09:57:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327142 - head/devel/rubygem-rb-inotify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 09:57:03 -0000 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