From owner-svn-ports-head@freebsd.org Tue Mar 22 12:57:54 2016 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 36A2BAD93C0 for ; Tue, 22 Mar 2016 12:57:54 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 0B5707BA for ; Tue, 22 Mar 2016 12:57:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5CD2320A00 for ; Tue, 22 Mar 2016 08:57:52 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Tue, 22 Mar 2016 08:57:52 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=/6KwdSZgoHFg0M/ cwOyrnYgiAxE=; b=HasHdRzchMZvpwiaer/NSx2sA1vrURd3h7eIHWsdnwb4Y37 zs5XF2YMry3SfXaDJZDbgc7WnYO34hOLsE0qR0M4zcrFizGwzn8y0l2W5Ragvapv /pYxvUM4vSSU8cP4mMpjQ/Y1kZJxayq45n9pKGMX6KKc8KARDGB75OHhiEdE= Received: by web3.nyi.internal (Postfix, from userid 99) id 3396210602F; Tue, 22 Mar 2016 08:57:52 -0400 (EDT) Message-Id: <1458651472.3713558.556345866.7C81782F@webmail.messagingengine.com> X-Sasl-Enc: vp8/u6kIzwF7ee2bAyGnY8IHVLiTtyzjaok4O/4jQXxr 1458651472 From: Mark Felder To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-2b37838c Subject: Re: svn commit: r411124 - in head/sysutils: . dsbmd dsbmd/files Date: Tue, 22 Mar 2016 07:57:52 -0500 In-Reply-To: <20160322093603.GA87088@FreeBSD.org> References: <201603142207.u2EM7u9Y049542@repo.freebsd.org> <20160322093603.GA87088@FreeBSD.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 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, 22 Mar 2016 12:57:54 -0000 On Tue, Mar 22, 2016, at 04:36, Alexey Dokuchaev wrote: > On Mon, Mar 14, 2016 at 10:07:56PM +0000, Mark Felder wrote: > > New Revision: 411124 > > URL: https://svnweb.freebsd.org/changeset/ports/411124 > > > > +Created by: Marcel Kaiser > > +# $FreeBSD$ > > You're lucky missing `#' in "Created by" does not trigger build error. :) > I find this genuinely amusing. Thanks for noticing. > > +PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample etc/dsbmd.conf" > > For default suffix (`.sample') second argument to @sample is not needed. > I'm glad I re-read this email multiple times because I somehow missed this on the first read-through. Something weird with the quoting/collapsing on my email client I guess. > > +.include > > + > > +.if ${PORT_OPTIONS:MDOCS} > > +PORTDOCS= README > > +.endif > > + > > +.include > > Entirely useless part. Just PORTDOCS= README, unconditionally. > Yes, thanks again. -- Mark Felder ports-secteam member feld@FreeBSD.org