From owner-svn-ports-head@FreeBSD.ORG Sun Dec 21 19:43:33 2014 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F294FA21; Sun, 21 Dec 2014 19:43:32 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B21103C06; Sun, 21 Dec 2014 19:43:32 +0000 (UTC) Received: from meatwad.mouf.net (cpe-107-015-170-205.nc.res.rr.com [107.15.170.205]) (authenticated bits=0) by mouf.net (8.14.5/8.14.5) with ESMTP id sBLJgpwx062086 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sun, 21 Dec 2014 19:42:57 GMT (envelope-from swills@FreeBSD.org) Message-ID: <549722A1.8070104@FreeBSD.org> Date: Sun, 21 Dec 2014 19:42:25 +0000 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Adam Weinberger Subject: Re: svn commit: r375010 - head/Mk References: <201412201559.sBKFxl9d088764@svn.freebsd.org> <46210F48-0FE2-4B61-AA64-17472B9EAEEB@adamw.org> <549707F1.4070205@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Sun, 21 Dec 2014 19:42:58 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mouf.net X-Virus-Scanned: clamav-milter 0.98.3 at mouf.net X-Virus-Status: Clean Cc: "svn-ports-head@FreeBSD.org" , "svn-ports-all@FreeBSD.org" , "ports-committers@FreeBSD.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 21 Dec 2014 19:43:33 -0000 On 12/21/14 19:28, Adam Weinberger wrote: > > > Sure, same as other ports. Only difference is that, same as other > ports, you don't need to come up with the commit SHA hash as well. > You're portmgr, it's your call of course, I just thought it was a > nice alternative for ports with release tarballs on github to use a > simpler method. > I thought you were talking about ones that didn't use the GitHub release. For ones that do use the GitHub release, making using those easier was the goal of this commit. For example, after this commit, I can change net/syncthing like so: -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ +MASTER_SITES= GHR +DISTVERSIONPREFIX= v +USE_GITHUB= yes No commit hash in either one. Also note there are some additional changes for USE_GITHUB in the pipeline: https://reviews.freebsd.org/D748 Steve