From owner-svn-ports-head@FreeBSD.ORG Sun Mar 2 08:48:06 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id 804C771A; Sun, 2 Mar 2014 08:48:06 +0000 (UTC) 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 6CA051A3A; Sun, 2 Mar 2014 08:48:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s228m6wl051009; Sun, 2 Mar 2014 08:48:06 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s228m6Xw051007; Sun, 2 Mar 2014 08:48:06 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201403020848.s228m6Xw051007@svn.freebsd.org> From: Xin LI Date: Sun, 2 Mar 2014 08:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346743 - 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.17 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: Sun, 02 Mar 2014 08:48:06 -0000 Author: delphij Date: Sun Mar 2 08:48:05 2014 New Revision: 346743 URL: http://svnweb.freebsd.org/changeset/ports/346743 QAT: https://qat.redports.org/buildarchive/r346743/ Log: Use dirrmtry for include/sys. PR: ports/187154 Submitted by: amdmi3 Modified: head/devel/libinotify/Makefile head/devel/libinotify/pkg-plist Modified: head/devel/libinotify/Makefile ============================================================================== --- head/devel/libinotify/Makefile Sun Mar 2 08:43:40 2014 (r346742) +++ head/devel/libinotify/Makefile Sun Mar 2 08:48:05 2014 (r346743) @@ -3,7 +3,7 @@ PORTNAME= libinotify PORTVERSION= 20120419 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= delphij@FreeBSD.org Modified: head/devel/libinotify/pkg-plist ============================================================================== --- head/devel/libinotify/pkg-plist Sun Mar 2 08:43:40 2014 (r346742) +++ head/devel/libinotify/pkg-plist Sun Mar 2 08:48:05 2014 (r346743) @@ -1,4 +1,4 @@ include/sys/inotify.h lib/libinotify.so lib/libinotify.so.0 -@dirrm include/sys +@dirrmtry include/sys