From owner-freebsd-ports@FreeBSD.ORG Tue Aug 7 18:54:17 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47990106564A; Tue, 7 Aug 2012 18:54:17 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1FFA88FC14; Tue, 7 Aug 2012 18:54:15 +0000 (UTC) Received: by laai10 with SMTP id i10so2839436laa.13 for ; Tue, 07 Aug 2012 11:54:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=T2WC7LcIypPhMHZHvujpkhpHfDGhBJsHenCjgPb3+S0=; b=KKoeuk8+WyvhSxZvjJnxpIC+o6KVf+4oX+a4aePzV0Despl1N7xaSDeXbqr7EBanCX Nxaoayh8tcRQ58FD+jt9Fft/2hOOLTbGupzYdePyup8TYUA7rV8oLWKN+U1Du7PQwDx4 BvtyC9culGDL6aR8Pv4tTlukoFufCAcBSSH5W6+D5I4cDCkoW6v5OpRQS6NjyXuo2v2E IUgmv7i+BjLcY7UnqxFGFwgL8AWCfAtzpzXdcI4+EI8DBSRypQL7JRD79rkKVEL2hkk8 Du/yj/imOVYYCZN/FR3IOyOuGtA0xGAlLDEI6oIngHU1ixLRBb+NEzqsC0dB9rFod833 PjwA== MIME-Version: 1.0 Received: by 10.152.112.34 with SMTP id in2mr15435088lab.6.1344365654830; Tue, 07 Aug 2012 11:54:14 -0700 (PDT) Received: by 10.152.134.167 with HTTP; Tue, 7 Aug 2012 11:54:14 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 Aug 2012 20:54:14 +0200 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Shar file too large X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 18:54:17 -0000 On Mon, Jul 9, 2012 at 7:03 PM, Fernando Apestegu=EDa wrote: > On Fri, Jul 6, 2012 at 11:14 PM, Chris Rees wrote: >> On 6 July 2012 20:31, Fernando Apestegu=EDa wrote: >>> On Fri, Jul 6, 2012 at 9:16 PM, Chris Rees wrote: >>>> On 6 July 2012 20:14, Fernando Apestegu=EDa wrote: >>>>> Hi, >>>>> >>>>> I'm trying to send a shar(1) file for a new port but it exceeds the >>>>> 100 KB limit (344 KB) mainly because of the size of the pkg-plist >>>>> file. Is there an alternative way to upload the file? >>>> >>>> Do you have any web space available? >>> >>> Try this out: >>> >>> https://www.dropbox.com/s/ipcwfgztpvh7z81/visualparadigm.shar.txt >>> >>>> >>>> If not email it to me and I'll put it up for you. >> >> Great, put that link in your PR. > > Done[1]. Sorry, I was AFK the whole weekend. > > [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=3D169741 I updated the PR. The location of the packages changes too often to keep track of it. I contacted upstream and they could only provide me with a link that leads to a redirection, so I redefined FETCH_ARGS. The previous candidate port doesn't even fetch the tarball anymore (they change it again). Cheers. > >> >> Chris