From owner-svn-ports-all@FreeBSD.ORG Thu Mar 13 00:32:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4226E476; Thu, 13 Mar 2014 00:32:08 +0000 (UTC) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81E0FAAD; Thu, 13 Mar 2014 00:32:07 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id t61so227114wes.16 for ; Wed, 12 Mar 2014 17:32:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=jB6eS8b1p+4q4TsdD9Eb8f/NEl0IVbxziXw19FOJ5aY=; b=ZIeG63a4JHGhJb83EsRRupUlb7kgyYpnABQHlfSmRlxWBoKN++Sq+KwrDcrO7oimGn 8TikmGEOhZBa4Q5YEfPN1A0gKlpUvbuRF5wOhkQkco0H4boDO7WjzLRgJZwbJJJpD0TV XUdtv3S8yTuMubHBlKCTLEwBjLNsS/VdoGucR4Pf/FesYKw8Wyeu1FgA7EFooodoW4TQ 9jw6vFBNiEUN9m+nO4gsCEYSLDPwh9x8uz7z4FQ7Vp27gg3Zxl9qjqz3K9uOOMKg5Vx6 JXlT/sBEn8JUBfn5UuMc9NydMDZNahvaF/S8LBw5tXu5IwQWezx1EnmG+/n6BoAxDRzX zChQ== X-Received: by 10.180.94.196 with SMTP id de4mr859346wib.16.1394670725908; Wed, 12 Mar 2014 17:32:05 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id ux5sm1263485wjc.6.2014.03.12.17.32.04 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 12 Mar 2014 17:32:04 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 13 Mar 2014 01:32:02 +0100 From: Baptiste Daroussin To: Gerald Pfeifer Subject: Re: svn commit: r347964 - in head: . Mk Mk/Uses Message-ID: <20140313003202.GB90364@ithaqua.etoilebsd.net> References: <201403120917.s2C9H6RL088610@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wzJLGUyc3ArbnUjN" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 13 Mar 2014 00:32:08 -0000 --wzJLGUyc3ArbnUjN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 12, 2014 at 11:58:20PM +0100, Gerald Pfeifer wrote: > On Wed, 12 Mar 2014, Baptiste Daroussin wrote: > > Added: head/Mk/Uses/lha.mk > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > +# $FreeBSD$ > > +# > > +# handle lha archives >=20 > Looking at new committers and casual contributors who join in the future,= =20 > this feels a bit brief. What do you think about making this something=20 > like >=20 > Use this when a port's sources are in the lha archive format. >=20 > ? Are you approve me making this change? >=20 > > Added: head/Mk/Uses/tar.mk > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > +# handle tar archives > > +# > > +# MAINTAINER: portmgr@FreeBSD.org > > +# > > +# Feature: tar > > +# Usage: USES=3Dtar[:[xz|Z|bzip2|tgz]] >=20 > For this cases, and others, what do you think of moving the > MAINTAINER information towards the end of the comment block? >=20 > I like my portmgrs ;-), but the actual information about what=20 > this file does feels more important. >=20 > Do you approve me making this change across Mk/Uses/* per the patch > below? >=20 sure approved regards, Bapt --wzJLGUyc3ArbnUjN Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlMg/IIACgkQ8kTtMUmk6EwcNQCfRJm+PCTKyDtwd1Klepzt7hB6 3xcAoKWo/fJJTg/zRKiPbCmduFjIYpu0 =kbX4 -----END PGP SIGNATURE----- --wzJLGUyc3ArbnUjN--