From owner-freebsd-ports@FreeBSD.ORG Sat Feb 15 19:31:20 2014 Return-Path: Delivered-To: ports@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 CCCAE904 for ; Sat, 15 Feb 2014 19:31:20 +0000 (UTC) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9287812C9 for ; Sat, 15 Feb 2014 19:31:20 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:c896:bb5c:9b2b:52b0]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPSA id A43BE4AC1C for ; Sat, 15 Feb 2014 23:31:15 +0400 (MSK) Date: Sat, 15 Feb 2014 23:31:06 +0400 From: Lev Serebryakov Organization: FreeBSD X-Priority: 3 (Normal) Message-ID: <510668772.20140215233106@serebryakov.spb.ru> To: ports@FreeBSD.org Subject: USE_GITHUB and 500 Internal Server Error -- is it my fault or github is broken? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 19:31:20 -0000 Hello, Ports. I'm preparing port for texane/stlink project from github. So, I've added USE_GITHUB= yes GH_ACCOUNT= texae GH_TAGNAME= 1.0.0 GH_COMMIT= 4d8faf38 to Makefile. And I cannot download distfile -- I got 500 Intrernal Server Error on https:// and Service Unavailiable for HTTP. USE_GITHUB= yes GH_ACCOUNT= texae GH_TAGNAME= ${GHCOMMIT} GH_COMMIT= 4d8faf38 works no better. Is it my fault or problem with github? I could download tar file by hands from tag's page (https://github.com/texane/stlink/archive/1.0.0.tar.gz) but it doesn't look as good idea. -- // Black Lion AKA Lev Serebryakov