From owner-svn-ports-all@FreeBSD.ORG Sun Mar 22 03:32:25 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D1A165C for ; Sun, 22 Mar 2015 03:32:25 +0000 (UTC) Received: from mail-qg0-f50.google.com (mail-qg0-f50.google.com [209.85.192.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 534452F5 for ; Sun, 22 Mar 2015 03:32:24 +0000 (UTC) Received: by qgez102 with SMTP id z102so33751414qge.3 for ; Sat, 21 Mar 2015 20:32:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=qbblCeQck62NPbzoaPFx1gHUUR2pT2mpK08VJraQiM0=; b=Q58KxQgTJ9xkqk1COMmgyImgv7at7N8kb24UB6/52O8t68eNp7XjFUiLsFXYpO7OIo elC9b8gm3l/2izolYhh/Fsbfk6S5LwA4TYC+ofBS2/k1bx+lKlV+FysdXmzeRWu384Ut kiexVH2stLoqxOlli06TrlqJEKD++piUVKho1APsO4HKTqRjx/Gyo8BRKrvq+Gu7t7vi SlemIubXFMZg9XdacQJod5M72a6RlBeHa+NkDL2iPMv+SLDjc2kzPp8N3Y7m846dC4HN 3MVHYP/FS7A9VCg3XvHIF7VwxVwKNHLJrdA5DGT1GRQHGRiOrcQxtHL8Fb4eDGinQKpn V38w== X-Gm-Message-State: ALoCoQkY5d52s97By6YvzLLJz7I23IDN9OznkV/RNs6v7RmHtW49VuDEZzRN8TLS7LB5v4bldlUe X-Received: by 10.55.33.193 with SMTP id f62mr110081238qki.1.1426995138650; Sat, 21 Mar 2015 20:32:18 -0700 (PDT) Received: from [192.168.1.133] (adsl-63-196-195-7.dsl.snlo01.pacbell.net. [63.196.195.7]) by mx.google.com with ESMTPSA id f64sm6368531qkf.43.2015.03.21.20.32.17 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 21 Mar 2015 20:32:17 -0700 (PDT) References: <201503201823.t2KIN32I080448@svn.freebsd.org> <550C6655.5010802@FreeBSD.org> <20150320183524.GD87678@ivaldir.etoilebsd.net> <9BE33FCA-5C2F-4FEA-9B3A-5D9DB6632635@adamw.org> Mime-Version: 1.0 (1.0) In-Reply-To: <9BE33FCA-5C2F-4FEA-9B3A-5D9DB6632635@adamw.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (12D508) From: Jason Helfman Subject: Re: svn commit: r381760 - in head/x11-fonts/sourcesanspro-ttf: . files Date: Sat, 21 Mar 2015 20:32:11 -0700 To: Adam Weinberger Cc: "svn-ports-head@freebsd.org" , Baptiste Daroussin , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , Bryan Drewery X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 22 Mar 2015 03:32:25 -0000 FETCH_ARGS ? - jgh > On Mar 20, 2015, at 11:43 AM, Adam Weinberger wrote: >=20 >=20 >> On 20 Mar, 2015, at 12:35, Baptiste Daroussin wrote: >>=20 >> On Fri, Mar 20, 2015 at 01:26:29PM -0500, Bryan Drewery wrote: >>>> On 3/20/2015 1:23 PM, Baptiste Daroussin wrote: >>>> +WRKSRC=3D ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME:S,/,-,} >>>=20 >>> I think we should put this globally in this 1 line: >>>=20 >>> bsd.port.mk >>> 1561 . if defined(GH_TAGNAME) >>> 1562 WRKSRC?=3D ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME} >>>=20 >>>=20 >>> After https://reviews.freebsd.org/D2103 is resolved I will fix that. >>=20 >> Almost in this case upstream decided to put a / in the TAGNAME which is .= .. well >> ... :) >=20 > It would be so unbelievably nice if we had a way to just specify the desti= nation filename, using fetch -o. All the bizarre names that files are publis= hed as, the unversioned tarballs, the documentation files labelled Documenta= tion.pdf, and the fallout from changes like this.... we could make our lives= so much easier with a DISTFILE_DEST variable. >=20 > # Adam >=20 >=20 > --=20 > Adam Weinberger > adamw@adamw.org > http://www.adamw.org >=20 >=20