From owner-svn-ports-all@freebsd.org Tue Aug 1 19:18:15 2017 Return-Path: Delivered-To: svn-ports-all@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 52844DB7220; Tue, 1 Aug 2017 19:18:15 +0000 (UTC) (envelope-from sunpoet@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 1EB0F658AF; Tue, 1 Aug 2017 19:18:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v71JIE8K093745; Tue, 1 Aug 2017 19:18:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v71JIEt3093742; Tue, 1 Aug 2017 19:18:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708011918.v71JIEt3093742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 1 Aug 2017 19:18:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447073 - head/devel/libinotify X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/libinotify X-SVN-Commit-Revision: 447073 X-SVN-Commit-Repository: ports 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.23 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: Tue, 01 Aug 2017 19:18:15 -0000 Author: sunpoet Date: Tue Aug 1 19:18:13 2017 New Revision: 447073 URL: https://svnweb.freebsd.org/changeset/ports/447073 Log: Update to 20170711 - Remove GH_TAGNAME which should be part of previous commit - Bump PORTREVISION for package change Changes: https://github.com/libinotify-kqueue/libinotify-kqueue/releases Notified by: jbeich Modified: head/devel/libinotify/Makefile head/devel/libinotify/distinfo head/devel/libinotify/pkg-plist Modified: head/devel/libinotify/Makefile ============================================================================== --- head/devel/libinotify/Makefile Tue Aug 1 19:14:54 2017 (r447072) +++ head/devel/libinotify/Makefile Tue Aug 1 19:18:13 2017 (r447073) @@ -3,6 +3,7 @@ PORTNAME= libinotify PORTVERSION= 20170711 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -18,7 +19,6 @@ USES= autoreconf libtool GH_ACCOUNT= ${PORTNAME}-kqueue GH_PROJECT= ${PORTNAME}-kqueue -GH_TAGNAME= 84d0ed0 USE_GITHUB= yes .include Modified: head/devel/libinotify/distinfo ============================================================================== --- head/devel/libinotify/distinfo Tue Aug 1 19:14:54 2017 (r447072) +++ head/devel/libinotify/distinfo Tue Aug 1 19:18:13 2017 (r447073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501603959 -SHA256 (libinotify-kqueue-libinotify-kqueue-20170711-84d0ed0_GH0.tar.gz) = 8dfd922960c794f7f3c303d32b953bca26c32fea029ac613c19ba05a3a6b2ca3 -SIZE (libinotify-kqueue-libinotify-kqueue-20170711-84d0ed0_GH0.tar.gz) = 70890 +TIMESTAMP = 1501614455 +SHA256 (libinotify-kqueue-libinotify-kqueue-20170711_GH0.tar.gz) = f7fc68dd36c07fb33087c941ebe91028d7c50f37282e8b97d4787c0cc857adbc +SIZE (libinotify-kqueue-libinotify-kqueue-20170711_GH0.tar.gz) = 71707 Modified: head/devel/libinotify/pkg-plist ============================================================================== --- head/devel/libinotify/pkg-plist Tue Aug 1 19:14:54 2017 (r447072) +++ head/devel/libinotify/pkg-plist Tue Aug 1 19:18:13 2017 (r447073) @@ -3,3 +3,11 @@ lib/libinotify.a lib/libinotify.so lib/libinotify.so.0 lib/libinotify.so.0.0.0 +libdata/pkgconfig/libinotify.pc +man/man3/inotify_add_watch.3.gz +man/man3/inotify_event.3.gz +man/man3/inotify_init.3.gz +man/man3/inotify_init1.3.gz +man/man3/inotify_rm_watch.3.gz +man/man3/inotify_set_param.3.gz +man/man3/libinotify.3.gz