From owner-svn-ports-head@freebsd.org Tue Nov 14 02:30:19 2017 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 4E082C7FC9F; Tue, 14 Nov 2017 02:30:19 +0000 (UTC) (envelope-from mi@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 1B38A69492; Tue, 14 Nov 2017 02:30:19 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAE2UIlS074918; Tue, 14 Nov 2017 02:30:18 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAE2UHsP074916; Tue, 14 Nov 2017 02:30:17 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201711140230.vAE2UHsP074916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Tue, 14 Nov 2017 02:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454159 - head/sysutils/incron X-SVN-Group: ports-head X-SVN-Commit-Author: mi X-SVN-Commit-Paths: head/sysutils/incron X-SVN-Commit-Revision: 454159 X-SVN-Commit-Repository: ports 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.25 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: Tue, 14 Nov 2017 02:30:19 -0000 Author: mi Date: Tue Nov 14 02:30:17 2017 New Revision: 454159 URL: https://svnweb.freebsd.org/changeset/ports/454159 Log: Upgrade to the new upstream version, which includes my PR explicitly including for the sake of daemon(3). Somehow this is not necessary on 12.x, where I was testing. The upstream was remarkably quick to merge the PR. Reported by: pkg-fallout@ Modified: head/sysutils/incron/Makefile head/sysutils/incron/distinfo Modified: head/sysutils/incron/Makefile ============================================================================== --- head/sysutils/incron/Makefile Mon Nov 13 22:31:18 2017 (r454158) +++ head/sysutils/incron/Makefile Tue Nov 14 02:30:17 2017 (r454159) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= incron -DISTVERSION= 2017-10-30 +DISTVERSION= 2017-11-13 CATEGORIES= sysutils MAINTAINER= mi@aldan.algebra.com @@ -18,7 +18,7 @@ LIB_DEPENDS= libinotify.so:devel/libinotify USE_GITHUB= indeed GH_ACCOUNT= ar- -GH_TAGNAME= e05b7c892f569cf7dadc3c02a464ec1824d27b8e +GH_TAGNAME= 81421d3a8bde0989d7e167d8a814d5232896c930 CPPFLAGS+= -I${LOCALBASE}/include -D__NR_inotify_init LDFLAGS+= -L${LOCALBASE}/lib -linotify MAKE_ARGS= PREFIX="${PREFIX}" USER=${UID} \ Modified: head/sysutils/incron/distinfo ============================================================================== --- head/sysutils/incron/distinfo Mon Nov 13 22:31:18 2017 (r454158) +++ head/sysutils/incron/distinfo Tue Nov 14 02:30:17 2017 (r454159) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510537921 -SHA256 (ar--incron-2017-10-30-e05b7c892f569cf7dadc3c02a464ec1824d27b8e_GH0.tar.gz) = 12e739de81f7a76189f1da36831de4f1f4ebdbfd38a3801ab4904cc6c89c4fde -SIZE (ar--incron-2017-10-30-e05b7c892f569cf7dadc3c02a464ec1824d27b8e_GH0.tar.gz) = 339550 +TIMESTAMP = 1510626304 +SHA256 (ar--incron-2017-11-13-81421d3a8bde0989d7e167d8a814d5232896c930_GH0.tar.gz) = f8412a278ed323721ca04eaca8191fba7184a5b39a6bb2286dd9c7fbedb83286 +SIZE (ar--incron-2017-11-13-81421d3a8bde0989d7e167d8a814d5232896c930_GH0.tar.gz) = 339574