From owner-svn-ports-all@freebsd.org Tue Nov 3 06:17:41 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 4895DA25D04; Tue, 3 Nov 2015 06:17:41 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (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 188DB1057; Tue, 3 Nov 2015 06:17:41 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by padhx2 with SMTP id hx2so1413539pad.1; Mon, 02 Nov 2015 22:17:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=k5rr27eyt6ynrkmi+UT0tavPFBP1mHx2DGx7Hr5xab4=; b=fRd1d2IWVLkc3PQWKDyqlfxzdwjjH6j8GFFrfQ9oiqI+4urXco4Qa8fYtTuc8cdGZk M04OAqblROCbb/3aT2l4HTCtt7MrP9o2bF4T83EXik7zV8MGVdrwe60uLBHHmApjiHNW hYOvGR5/Mh2apx7nEATYpeS+3D2O8wW7V2ywYdAyIHfZZRMB4ztrxjfY+ZAegy73u1J2 nXsRu2qe7O2iBg4CFe4RC7P6fQ0Vt84wR+WFS8sBtYRb4zSd1LDiNEOzMud/Rgr54IEC QoJ6ZizyxkQmHG01+X6xH1GjEubhlYW4Tr/nb+/syxEqbijSctiafpf0bNnM+I4kCM3p qUKQ== X-Received: by 10.66.254.106 with SMTP id ah10mr31720468pad.65.1446531460789; Mon, 02 Nov 2015 22:17:40 -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 it10sm27429473pbc.14.2015.11.02.22.17.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Nov 2015 22:17:40 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r400685 - head/net/sie-nmsg References: <201511030603.tA363PJw073532@gw.catspoiler.org> To: Don Lewis Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5638517D.2000801@FreeBSD.org> Date: Tue, 3 Nov 2015 17:17:33 +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: <201511030603.tA363PJw073532@gw.catspoiler.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 06:17:41 -0000 On 3/11/2015 5:03 PM, Don Lewis wrote: > On 3 Nov, Kubilay Kocak wrote: >> 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. > > I've already reported it, though I guess under the wrong category, > though it did get assigned: > Great thank you :) > At one time it worked for me, but it's been busted for quite a while. > This commit is an experiment to see if it is an https URL problem. > > Back when I first started working on the Farsight ports, I was using an > http URL, which I later found out was a fib because the response to the > http request has always been a 301 redirect to the https URL. I'm > wondering if that detail flew under portscout's radar and it worked > because it thought it was using http. > > I'd try it locally except that portscount appears to be a nightmare to > install, set up, and run. It's actually quite easy (though it doesn't appear that way). Easier still is with SQLITE. Post-install, run a single command to create the schema (see readme), then just run the portscout command you want > >> 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 >