svn commit: r339418 - head/textproc/igor

Glen Barber gjb at FreeBSD.org
Sat Jan 11 11:04:06 UTC 2014


Author: gjb
Date: Sat Jan 11 11:04:05 2014
New Revision: 339418
URL: http://svnweb.freebsd.org/changeset/ports/339418

Log:
  Temporarily fix fetch problem via https.
  
  Approved by:	wblock (maintainer, implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/textproc/igor/Makefile

Modified: head/textproc/igor/Makefile
==============================================================================
--- head/textproc/igor/Makefile	Sat Jan 11 10:28:40 2014	(r339417)
+++ head/textproc/igor/Makefile	Sat Jan 11 11:04:05 2014	(r339418)
@@ -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 at FreeBSD.org
 COMMENT=	FreeBSD Documentation Project sanity check script


More information about the svn-ports-all mailing list