From owner-freebsd-ports@FreeBSD.ORG Fri Jul 6 19:14:50 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 9F5751065670 for ; Fri, 6 Jul 2012 19:14:50 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 27D2A8FC1A for ; Fri, 6 Jul 2012 19:14:49 +0000 (UTC) Received: by lbon10 with SMTP id n10so17032876lbo.13 for ; Fri, 06 Jul 2012 12:14:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Jyl/4RS3FfINqElIsIdEq4XRxSYyfvXtp0mwB77c1VU=; b=FaXFFXshV8+7UAuzCqQklUdwoU5MnNNq7gCeGmnYImCqYE22zCdcIUioFTN6N0mWez X7ddMl/bRModcTALaJvrG342kpz1lQN3mrccoZ7vEDhC7YTv61LQRWHwYbAXL1jetIJB I75/12gkYQc5R6wF/eHjo463Lca5P5dLFYXgFFZ3/dZSfC33lDTrkVZMoAS5ucsyvSY3 mBBLNTypC2515YSanFzXME5NE/rrFPYpZQ8ZPKS+6boLSkopCvhxFXJJvcAyLXODOAON WdZ8FJjagACikI7cFIt8xixr5a+fRu8o3SfNNIcdf1YZVOPzpf//FkMYchDudqZqGN8v k7pw== MIME-Version: 1.0 Received: by 10.152.148.170 with SMTP id tt10mr31253052lab.48.1341602083448; Fri, 06 Jul 2012 12:14:43 -0700 (PDT) Received: by 10.152.24.131 with HTTP; Fri, 6 Jul 2012 12:14:43 -0700 (PDT) Date: Fri, 6 Jul 2012 21:14:43 +0200 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: 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: Fri, 06 Jul 2012 19:14:50 -0000 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? Thanks in advance.