From owner-svn-ports-all@freebsd.org Tue Nov 3 05:38:30 2015 Return-Path: Delivered-To: svn-ports-all@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 50AA6A25520; Tue, 3 Nov 2015 05:38:30 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (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 217271F87; Tue, 3 Nov 2015 05:38:30 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabfh17 with SMTP id fh17so8409477pab.0; Mon, 02 Nov 2015 21:38:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=x3qZS36kE/BDqYrTOEbnvVkxNR4ZqnnSpgKbUNbxULk=; b=x5CQQ/RCN1buOEME9mVWWNw7G3w24fFCFA9b3OxZJECcHlEq+JGCgyJAnRE6Z4oGHN EAle4cqgyP7qooH/3zDN0/IDnWVTCYZrj/yMgi0VfALvho153R2QYIBeEHCe7+g8aSJi n2YrpfQgOQygE7T3x+rL2jr2Wmru5WE7ZRqmqcTMI7B+BoYLLaP73Ydyk2Uj+TJh13fD +SxaJK61Ywz/9K9sZ59pqz2Aj/2teIilAhr/A58Llq+6IdBJGl5QdwYJCY34rmQgDtDV eZmDXUAA7S7jFUKd5tA0CpGacXNj+ZcFR9hTTLtpA/9XGiTlSk4A4IfYX4GYzaUxkjkt 0kng== X-Received: by 10.66.153.139 with SMTP id vg11mr31678730pab.118.1446529109690; Mon, 02 Nov 2015 21:38:29 -0800 (PST) Received: from [192.168.1.100] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by smtp.gmail.com with ESMTPSA id f3sm9764164pas.36.2015.11.02.21.38.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Nov 2015 21:38:29 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r400685 - head/net/sie-nmsg References: <201511030522.tA35Mped006594@repo.freebsd.org> To: Don Lewis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5638484E.1070805@FreeBSD.org> Date: Tue, 3 Nov 2015 16:38:22 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201511030522.tA35Mped006594@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 05:38:30 -0000 On 3/11/2015 4:22 PM, Don Lewis wrote: > Author: truckman > Date: Tue Nov 3 05:22:51 2015 > New Revision: 400685 > URL: https://svnweb.freebsd.org/changeset/ports/400685 > > Log: > Test to see if portscout is happier with http instead of https. > > Modified: > head/net/sie-nmsg/Makefile > > Modified: head/net/sie-nmsg/Makefile > ============================================================================== > --- head/net/sie-nmsg/Makefile Tue Nov 3 04:55:58 2015 (r400684) > +++ head/net/sie-nmsg/Makefile Tue Nov 3 05:22:51 2015 (r400685) > @@ -18,7 +18,7 @@ LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR > GNU_CONFIGURE= yes > USES= gmake libtool pathfix pkgconfig > > -PORTSCOUT= ${MASTER_SITES:N*FreeBSD*:S/^/site:/} > +PORTSCOUT= ${MASTER_SITES:N*FreeBSD*:S/^https/site:http/} > > INSTALL_TARGET= install-strip > > If there's an issue with https sites, could you please report it in Bugzilla under Services:Portscout so it's tracked and we (someone TM) can take a look. There's an update pending that fixes several issues (with github/pypi) and improves things in portscout. I'm hoping to see it improved a little more consistently in the future: https://reviews.freebsd.org/D3996