From owner-svn-ports-head@FreeBSD.ORG Sat Nov 16 11:57:06 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 ESMTPS id B83434F4; Sat, 16 Nov 2013 11:57:06 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A3882CB5; Sat, 16 Nov 2013 11:57:06 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 0636DBDCA0; Sat, 16 Nov 2013 12:57:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=c8j33QW5XTk OKO50exh40T5ao3Y=; b=IEwNAVpnDkXMq/XxFTaaE9XO2p2QaXlfv3Iy9i7dJ4t peuzljU5Dt50g+M1rrZ1CCDobWmYsc6ScboXtSMuxO/XAMSQvxto9Ww8JoFDAFju QoNiayJb8w7t9I/lbZa0omJ/8o6SMYzPdUjHJT3Sjb+at3g4RTnxDmg9xpTGwF3A = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id E7932BDC94; Sat, 16 Nov 2013 12:57:02 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 9B2D0C7918AD; Sat, 16 Nov 2013 12:57:01 +0100 (CET) Date: Sat, 16 Nov 2013 12:57:01 +0100 From: Mathieu Arnold To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r333985 - head/net-mgmt/ipv6gen Message-ID: In-Reply-To: <201311161129.rAGBT6El073784@svn.freebsd.org> References: <201311161129.rAGBT6El073784@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Sat, 16 Nov 2013 11:57:06 -0000 +--On 16 novembre 2013 11:29:06 +0000 Antoine Brodin wrote: | +MASTER_SITES= | http://github.com/vladak/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy | =/ Shouldn't you do : USE_GITHUB=yes GH_ACCOUNT= vladak GH_COMMIT= ${PORTVERSION} GH_TAGNAME= ${PORTVERSION} or something ? -- Mathieu Arnold