From owner-svn-ports-all@freebsd.org Sun May 6 15:39:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5238FBD7EF; Sun, 6 May 2018 15:39:56 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BA4C7380E; Sun, 6 May 2018 15:39:56 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 93F07187F8; Sun, 6 May 2018 15:39:56 +0000 (UTC) Date: Sun, 6 May 2018 15:39:56 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Cc: Adam Weinberger , Koichiro Iwao , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469188 - head/ports-mgmt/pkg_replace Message-ID: <20180506153956.GB79630@FreeBSD.org> References: <201805061015.w46AF3HQ070595@repo.freebsd.org> <20180506102749.GA58637@FreeBSD.org> <20180506150441.52w3lodurubkz2lb@ivaldir.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180506150441.52w3lodurubkz2lb@ivaldir.net> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 06 May 2018 15:39:57 -0000 On Sun, May 06, 2018 at 05:04:41PM +0200, Baptiste Daroussin wrote: > > > On 6 May, 2018, at 04:27, Alexey Dokuchaev wrote: > > > ... > > > Correct PLIST_FILES should read: > > > > > > PLIST_FILES= sbin/pkg_replace \ > > > man/man1/pkg_replace.1.gz \ > > > @sample\ etc/pkg_replace/pkg_replace.conf.sample > > Alexey is wrong imho about the '\' the quotes where fine I didn't imply quotes were wrong, I just like backslash better. :-) I've just tested it with one of my ports where I use backslash instead of double quotes, `games/qstat'. I've tried backslash, quotes, and a pkg-plist file with single @sample line (no quotes, no escaping), the generated "post-install"/"pre-deinstall" statements in +MANIFEST file appear to be identical (modulo the order, but that should not play a role, or should it?). ./danfe