From owner-svn-ports-all@freebsd.org Thu Nov 5 02:50:32 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 99CF7A26E5A; Thu, 5 Nov 2015 02:50:32 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5788717C9; Thu, 5 Nov 2015 02:50:32 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id tA52oMTZ002196; Wed, 4 Nov 2015 18:50:26 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <201511050250.tA52oMTZ002196@gw.catspoiler.org> Date: Wed, 4 Nov 2015 18:50:22 -0800 (PST) From: Don Lewis Subject: Re: svn commit: r400685 - head/net/sie-nmsg To: koobs@FreeBSD.org cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org In-Reply-To: <563ABC11.2020409@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii 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: Thu, 05 Nov 2015 02:50:32 -0000 On 5 Nov, Kubilay Kocak wrote: > On 5/11/2015 10:58 AM, Don Lewis wrote: >> On 3 Nov, Kubilay Kocak wrote: >>> 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. >> >> https URLs do not appear to be the problem. My experiment was >> unsuccessful and portscout is still not seeing the new distfile. >> > > Try using my update/patch to portscout here: > > https://reviews.freebsd.org/D3996 > > It contains lots of new additional debugging messages. Might help > determine what's going on. Let me know what you find :) It turns out to be a missing perl module that is needed for doing https. See the comment that I added to your review.