From owner-svn-ports-head@FreeBSD.ORG Wed Sep 24 04:33:17 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 9C0ED9EE; Wed, 24 Sep 2014 04:33:17 +0000 (UTC) Received: from mail-vc0-x234.google.com (mail-vc0-x234.google.com [IPv6:2607:f8b0:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23261AB8; Wed, 24 Sep 2014 04:33:17 +0000 (UTC) Received: by mail-vc0-f180.google.com with SMTP id hq11so6138936vcb.39 for ; Tue, 23 Sep 2014 21:33:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=EOeF8TKsI6EXOBD8BToB7ebOrOD8lpegdhrmiVCwttc=; b=rXvxIMF8KohwHcFaIKphjAZUJFjFyLi1rUcYULIP8OMXwLxUcbnFtPsfDe7ViKOLma se0PuQxFZvmXCgk1CoEUZLcrDv3kipXWrsQBamcgWRPIqd8PshLuAHFzG+vZwOetP720 JhdHCfPecKiBmLjMxFVBN13AQIHmFhyW7CjxdP06t/BJFMLen/cjv0s1cU3kkS+6NPnh 41GQGVF1PvDzeEaIOEq2G3S7Ne//Ffcs0Sxts6kdurn2jXy3jdI+vwkQ7SqZ1+xtKQUT HInLz6lP/n8dxFHltrC7X4XYG3dfv1hovxySPWs1eEXuYJ3I/gwPEDs/4MCqfuG4a76j uW/w== MIME-Version: 1.0 X-Received: by 10.220.144.8 with SMTP id x8mr2812610vcu.47.1411533195893; Tue, 23 Sep 2014 21:33:15 -0700 (PDT) Sender: bsdkaffee@gmail.com Received: by 10.220.153.19 with HTTP; Tue, 23 Sep 2014 21:33:15 -0700 (PDT) In-Reply-To: <201409232153.s8NLrH0I038310@svn.freebsd.org> References: <201409232153.s8NLrH0I038310@svn.freebsd.org> Date: Wed, 24 Sep 2014 00:33:15 -0400 X-Google-Sender-Auth: M9YYYNhX57n42EAcK5s7Sfn7rok Message-ID: Subject: Re: svn commit: r369125 - head/net/turnserver From: "Jason E. Hale" To: Matthias Andree Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" 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: Wed, 24 Sep 2014 04:33:17 -0000 On Tuesday, September 23, 2014, Matthias Andree wrote: > Author: mandree > Date: Tue Sep 23 21:53:17 2014 > New Revision: 369125 > URL: http://svnweb.freebsd.org/changeset/ports/369125 > QAT: https://qat.redports.org/buildarchive/r369125/ > > Log: > Update to new upstream version 3.2.4.4 [1], avoiding manpage regression > [2]. > > Minor changes over PR: > 1. @dirrmtry -> @dir, removing trailing slashes from @dirrmtry > include/turn/client/ (else "make uninstall" complains - this is not > checked/found by "make check-plist"!) > > Why convert all these to @dir? They should simply be removed. The @stopdaemon line should go away as well.