From owner-freebsd-questions@freebsd.org Fri Apr 8 15:18:53 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85503B08619 for ; Fri, 8 Apr 2016 15:18:53 +0000 (UTC) (envelope-from andipersti@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E02610EF for ; Fri, 8 Apr 2016 15:18:53 +0000 (UTC) (envelope-from andipersti@gmail.com) Received: by mail-wm0-x22f.google.com with SMTP id l6so68767690wml.1 for ; Fri, 08 Apr 2016 08:18:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=71aIsxOyCTtknOc8aWSWl00gsQMJAvNwx50AkfZULvU=; b=AEJ6ILUrTYVJp082G+W8VGzpFRLOgvMIg5dYHP1yON2fW1vrfUZACdWlsZMzJgjYi6 GJUmYaUw3XcnnQ9Xwbl0lodeJlh3lIUk2JCEmIV+R5thfi+V5UVSMmc1MKQ6M3GdmAM/ rIDgv+QgKFmaSKUiv6gIiFuBnAYAxjGtFYdP/P8Kpnf1HKhptTMVLmu8k3fViyE2ULCd /BZ22TA3FgO4yEvpTjDs6aJcRN8ZMbu4kwCq6G47m7tEpG8VMBW4fkQl5AkIFFdg2Fy8 QgoEC6kOw7EEubfm2jrTLTu3cvW8h8j8oCe9AhhishwsKLyakFWmYlua08F71VmY4ZZg nqjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=71aIsxOyCTtknOc8aWSWl00gsQMJAvNwx50AkfZULvU=; b=D+tn6UcTioH9V2WQE6+qS+xy+CJvs6SmH1wV/NVI0jzgoW59Cs5cUS7PrdaOmoskRp A9H3Vp4SChm6LOaC0c+oe5J/UidOEUf9BznvMEJZ4MJocmH9g/usPFaAJUED31sK6dMA eS1icR9CaqsicAWpZvOr9YG55ZP+fP/TwCAyfW8iFIA6CFtnU1C1Ppt/WMLkQBldZUW9 cZkjMUEw+/N/hu6NBzExSlgaA2pOAuWYvdA3ViC6ItozuuH7bd2h+wDreiGKpTZXkL9O 2oVaWqQQtNXyA5fRGYS7Ymk3ayz0QN8XDN/layLMs/aDqpx1trneJAmRqTg8ApFQw5Zv JXqw== X-Gm-Message-State: AD7BkJKZijbO8KEop4qd7+J2KM1JSf4fCsire+4TAyO5wBsvHrlwflW5ejBbfihvWlsJUw== X-Received: by 10.194.115.8 with SMTP id jk8mr10208551wjb.142.1460128731663; Fri, 08 Apr 2016 08:18:51 -0700 (PDT) Received: from [192.168.178.25] (91-119-227-85.dynamic.xdsl-line.inode.at. [91.119.227.85]) by smtp.googlemail.com with ESMTPSA id u145sm3492706wmu.17.2016.04.08.08.18.50 for (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Apr 2016 08:18:51 -0700 (PDT) Subject: Re: ports long description error To: freebsd-questions@freebsd.org References: <5707A90D.2040808@gmail.com> From: Andreas Perstinger Message-ID: <5707CBDA.8020706@gmail.com> Date: Fri, 8 Apr 2016 17:18:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <5707A90D.2040808@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2016 15:18:53 -0000 On 2016-04-08 14:50, Ernie Luzar wrote: > Was reviewing ports here https://www.freebsd.org/ports/multimedia.html > and many of the "Long description" links generated the following error. > > > > An Exception Has Occurred > > An illegal value was provided for the "revision" parameter. > HTTP Response Status > > 400 Bad Request There exists already an open bug report for this problem: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206709 In the meantime, you need to manually remove everything after the first "HEAD" in the link for the long description. Bye, Andreas