From owner-svn-ports-head@FreeBSD.ORG Fri Aug 9 15:05:52 2013 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 ESMTP id 829105BF; Fri, 9 Aug 2013 15:05:52 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward7l.mail.yandex.net (forward7l.mail.yandex.net [IPv6:2a02:6b8:0:1819::7]) by mx1.freebsd.org (Postfix) with ESMTP id 44E4E2D67; Fri, 9 Aug 2013 15:05:52 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward7l.mail.yandex.net (Yandex) with ESMTP id C47BEBC11B0; Fri, 9 Aug 2013 19:05:49 +0400 (MSK) Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id 47C6416A08A5; Fri, 9 Aug 2013 19:05:49 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTP id M0qFA22BPc-5mAaf7Zh; Fri, 9 Aug 2013 19:05:49 +0400 Message-ID: <5205054C.6060309@passap.ru> Date: Fri, 09 Aug 2013 19:05:48 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130707 Thunderbird/17.0.7 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r324438 - head/graphics/dcraw References: <201308091418.r79EITQv067141@svn.freebsd.org> In-Reply-To: <201308091418.r79EITQv067141@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Fri, 09 Aug 2013 17:15:04 +0000 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.14 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, 09 Aug 2013 15:05:52 -0000 09.08.2013 18:18, Sunpoet Po-Chuan Hsieh пишет: > Author: sunpoet > Date: Fri Aug 9 14:18:29 2013 > New Revision: 324438 > URL: http://svnweb.freebsd.org/changeset/ports/324438 > > Log: > - Update to 9.19 > - Cleanup Makefile header > - Update maintainer section Seems to be a typo: maintainer->maketar. However this change: [...] > - ${INSTALL} -m 644 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.tar.xz ${DISTDIR}/; \ > + sudo ${INSTALL} -m 644 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.tar.xz ${DISTDIR}/; \ ...is rather strange. Sudo is not a dependency at the port (sudo is not at the base either). And the whole thing assumed to be launched with root privileges anyway. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve