From owner-svn-ports-branches@FreeBSD.ORG Tue Jan 14 11:18:31 2014 Return-Path: Delivered-To: svn-ports-branches@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 2B1356D9; Tue, 14 Jan 2014 11:18:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1707019D1; Tue, 14 Jan 2014 11:18:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EBIUM2022351; Tue, 14 Jan 2014 11:18:30 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EBIUbM022350; Tue, 14 Jan 2014 11:18:30 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201401141118.s0EBIUbM022350@svn.freebsd.org> From: Glen Barber Date: Tue, 14 Jan 2014 11:18:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339678 - branches/2014Q1/textproc/igor X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 11:18:31 -0000 Author: gjb Date: Tue Jan 14 11:18:30 2014 New Revision: 339678 URL: http://svnweb.freebsd.org/changeset/ports/339678 Log: MFH r339418: Temporarily fix fetch problem via https. Approved by: wblock (maintainer, implicit) Approved by: portmgr (erwin) Sponsored by: The FreeBSD Foundation Modified: branches/2014Q1/textproc/igor/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/textproc/igor/Makefile ============================================================================== --- branches/2014Q1/textproc/igor/Makefile Tue Jan 14 10:52:23 2014 (r339677) +++ branches/2014Q1/textproc/igor/Makefile Tue Jan 14 11:18:30 2014 (r339678) @@ -3,7 +3,7 @@ PORTNAME= igor PORTVERSION= 1.397 CATEGORIES= textproc -MASTER_SITES= https://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= http://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/ MAINTAINER= wblock@FreeBSD.org COMMENT= FreeBSD Documentation Project sanity check script