From owner-svn-ports-head@FreeBSD.ORG Fri Oct 24 10:01:26 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 042A49AA; Fri, 24 Oct 2014 10:01:26 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E558575F; Fri, 24 Oct 2014 10:01:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9OA1PNO027506; Fri, 24 Oct 2014 10:01:25 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9OA1PbW027504; Fri, 24 Oct 2014 10:01:25 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201410241001.s9OA1PbW027504@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Fri, 24 Oct 2014 10:01:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371431 - head/ports-mgmt/pkg_replace 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.18-1 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: Fri, 24 Oct 2014 10:01:26 -0000 Author: ak Date: Fri Oct 24 10:01:24 2014 New Revision: 371431 URL: https://svnweb.freebsd.org/changeset/ports/371431 QAT: https://qat.redports.org/buildarchive/r371431/ Log: - Update to 20141022 [1] * Set -k (keep going) option when -O (don't check dependencies) is set. - Remove PLIST_DIRSTRY PR: 194524 [1] Submitted by: Ken DEGUCHI (maintainer) [1] Modified: head/ports-mgmt/pkg_replace/Makefile head/ports-mgmt/pkg_replace/distinfo Modified: head/ports-mgmt/pkg_replace/Makefile ============================================================================== --- head/ports-mgmt/pkg_replace/Makefile Fri Oct 24 09:59:24 2014 (r371430) +++ head/ports-mgmt/pkg_replace/Makefile Fri Oct 24 10:01:24 2014 (r371431) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pkg_replace -PORTVERSION= 20140721 +PORTVERSION= 20141022 CATEGORIES= ports-mgmt MASTER_SITES= http://member.tokoha-u.ac.jp/~kdeguchi/download/ @@ -16,7 +16,6 @@ NO_BUILD= yes PLIST_FILES= sbin/pkg_replace \ man/man1/pkg_replace.1.gz \ "@sample %%ETCDIR%%/pkg_replace.conf.sample" -PLIST_DIRSTRY= %%ETCDIR%% SUB_FILES= pkg-message Modified: head/ports-mgmt/pkg_replace/distinfo ============================================================================== --- head/ports-mgmt/pkg_replace/distinfo Fri Oct 24 09:59:24 2014 (r371430) +++ head/ports-mgmt/pkg_replace/distinfo Fri Oct 24 10:01:24 2014 (r371431) @@ -1,2 +1,2 @@ -SHA256 (pkg_replace-20140721.tar.xz) = da26e02304850b295491f3e4526051ac2f414c87be0837dc611cf8aff0dbd24f -SIZE (pkg_replace-20140721.tar.xz) = 16232 +SHA256 (pkg_replace-20141022.tar.xz) = 891a5563ff63685ae2f1f682a78c9438d8f7aaf8c0f074425f3d4340fa64633f +SIZE (pkg_replace-20141022.tar.xz) = 16236