From owner-svn-ports-head@freebsd.org Sat May 7 07:31:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEB28B31C68; Sat, 7 May 2016 07:31:59 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7199E109A; Sat, 7 May 2016 07:31:59 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u477Vw9L004022; Sat, 7 May 2016 07:31:58 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u477VwM0004018; Sat, 7 May 2016 07:31:58 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201605070731.u477VwM0004018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sat, 7 May 2016 07:31:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414761 - head/devel/libinotify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 07:31:59 -0000 Author: delphij Date: Sat May 7 07:31:58 2016 New Revision: 414761 URL: https://svnweb.freebsd.org/changeset/ports/414761 Log: Update to 20160505 snapshot with new upstream location. PR: ports/209288 Submitted by: Tobias Kortkamp Modified: head/devel/libinotify/Makefile head/devel/libinotify/distinfo head/devel/libinotify/pkg-descr head/devel/libinotify/pkg-message Modified: head/devel/libinotify/Makefile ============================================================================== --- head/devel/libinotify/Makefile Sat May 7 07:30:31 2016 (r414760) +++ head/devel/libinotify/Makefile Sat May 7 07:31:58 2016 (r414761) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libinotify -PORTVERSION= 20150910 +PORTVERSION= 20160505 CATEGORIES= devel MAINTAINER= delphij@FreeBSD.org @@ -11,9 +11,9 @@ COMMENT= Kevent based inotify compatible LICENSE= MIT USE_GITHUB= yes -GH_ACCOUNT= dmatveev +GH_ACCOUNT= libinotify-kqueue GH_PROJECT= libinotify-kqueue -GH_TAGNAME= b2873cf +GH_TAGNAME= 417e789 USES= autoreconf libtool GNU_CONFIGURE= yes Modified: head/devel/libinotify/distinfo ============================================================================== --- head/devel/libinotify/distinfo Sat May 7 07:30:31 2016 (r414760) +++ head/devel/libinotify/distinfo Sat May 7 07:31:58 2016 (r414761) @@ -1,2 +1,2 @@ -SHA256 (dmatveev-libinotify-kqueue-20150910-b2873cf_GH0.tar.gz) = 40672e27c8ea609ae79b370f0a6ac7a72ab9d1d9fc34ae5333980e612a337f19 -SIZE (dmatveev-libinotify-kqueue-20150910-b2873cf_GH0.tar.gz) = 61578 +SHA256 (libinotify-kqueue-libinotify-kqueue-20160505-417e789_GH0.tar.gz) = 706b8e257a7adf986f928fb3bc8de37e763b6692b6a6875396be64c3e82447ae +SIZE (libinotify-kqueue-libinotify-kqueue-20160505-417e789_GH0.tar.gz) = 67298 Modified: head/devel/libinotify/pkg-descr ============================================================================== --- head/devel/libinotify/pkg-descr Sat May 7 07:30:31 2016 (r414760) +++ head/devel/libinotify/pkg-descr Sat May 7 07:31:58 2016 (r414761) @@ -5,4 +5,4 @@ when porting Linux applications, which o The IN_OPEN, IN_CLOSE_WRITE and IN_CLOSE_NOWRITE events are not yet implemented, so the relevant tests are known to fail. -WWW: https://github.com/dmatveev/libinotify-kqueue +WWW: https://github.com/libinotify-kqueue/libinotify-kqueue Modified: head/devel/libinotify/pkg-message ============================================================================== --- head/devel/libinotify/pkg-message Sat May 7 07:30:31 2016 (r414760) +++ head/devel/libinotify/pkg-message Sat May 7 07:31:58 2016 (r414761) @@ -30,7 +30,7 @@ Symbolic Link notifications: Kernel patches to address the missing directory and symbolic link notifications are available from: -https://github.com/dmatveev/libinotify-kqueue/tree/master/patches +https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches ============================================================================= You might want to consider increasing the kern.maxfiles tunable if you plan