Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2014 11:18:30 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r339678 - branches/2014Q1/textproc/igor
Message-ID:  <201401141118.s0EBIUbM022350@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401141118.s0EBIUbM022350>