From owner-svn-ports-head@FreeBSD.ORG Sun Nov 10 15:11:58 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id EE56DB37; Sun, 10 Nov 2013 15:11:58 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9FBE02FE5; Sun, 10 Nov 2013 15:11:58 +0000 (UTC) Received: by apnoea.adamw.org (Postfix, from userid 1002) id 5741611F80A; Sun, 10 Nov 2013 10:11:52 -0500 (EST) Date: Sun, 10 Nov 2013 10:11:52 -0500 From: Adam Weinberger To: Mathieu Arnold Subject: Re: svn commit: r333364 - head/textproc/multimarkdown Message-ID: <20131110151152.GA15285@apnoea.adamw.org> References: <201311100435.rAA4ZGjX092946@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Editor: Vim 7.3 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-Adamw: ADAMW!!! X-URL: http://www.adamw.org User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Adam Weinberger , 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: Sun, 10 Nov 2013 15:11:59 -0000 >> (2013/11/10 @ 0900 EST): Mathieu Arnold said, in 1.4K: << > +--On 10 novembre 2013 04:35:16 +0000 Adam Weinberger > wrote: > | Log: > | Avoid re-fetching if it was already completed. > > Hum, it may have come up, but why download the sources with git when you > could get it with the various GH_* variables ? > >> end of "Re: svn commit: r333364 - head/textproc/multimarkdown" from Mathieu Arnold << I keep getting asked this question; maybe I should add it to the Makefile. This project depends on submodules for which there have been no tagged github releases, so there are no github tarballs available. The only way to fetch those sources is to check them out by hand, or make and distribute my own tarballs which I have no interest in doing. # Adam -- Adam Weinberger adamw@adamw.org http://www.adamw.org