From owner-freebsd-ports@freebsd.org Mon Apr 16 19:47:23 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D975FA08AA for ; Mon, 16 Apr 2018 19:47:23 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dreamchaser.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E58F673C6B for ; Mon, 16 Apr 2018 19:47:22 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org (breakaway [192.168.151.122]) by nightmare.dreamchaser.org (8.15.2/8.15.2) with ESMTP id w3GJIYY2025204 for ; Mon, 16 Apr 2018 13:18:34 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) To: FreeBSD Mailing List Reply-To: freebsd@dreamchaser.org From: Gary Aitken Subject: magic syntax for most recent git from sourceforge? Message-ID: <9e5060d7-ba6e-8538-8205-aa6e2cc3a4a2@dreamchaser.org> Date: Mon, 16 Apr 2018 13:17:54 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (nightmare.dreamchaser.org [192.168.151.101]); Mon, 16 Apr 2018 13:18:34 -0600 (MDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2018 19:47:23 -0000 Can anyone give me the magic formula for fetching the most recent git distro from sourceforge for a ports Makefile? The porter's handbook talks about how to fetch git repos from github but not about how to get them from sourceforge. I've tried a few things but can't get the right combo of MASTER_SITES and PORTNAME, DISTFILE, and DISTVERSION The git clone cmd is: git clone https://git.code.sf.net/p/nufraw/git nufraw-git This particular git version says it is 0.41 but attempting to fetch with from PORTVERSION= 0.41 MASTER_SITES= https://sourceforge.net/projects/nufraw/files/latest/ doesn't work; PORTVERSION= 0.40 does. I've also tried with DISTVERSION= 07ebb73a with no joy. Thanks, Gary