svn commit: r303226 - head/misc/fortune-mod-bofh

Adam Weinberger adamw at FreeBSD.org
Mon Aug 27 13:15:08 UTC 2012


Author: adamw
Date: Mon Aug 27 13:15:07 2012
New Revision: 303226
URL: http://svn.freebsd.org/changeset/ports/303226

Log:
  Fix URL for primary MASTER_SITE. Server was producing a botched
  401 that made the distfile unfetchable.

Modified:
  head/misc/fortune-mod-bofh/Makefile

Modified: head/misc/fortune-mod-bofh/Makefile
==============================================================================
--- head/misc/fortune-mod-bofh/Makefile	Mon Aug 27 12:53:40 2012	(r303225)
+++ head/misc/fortune-mod-bofh/Makefile	Mon Aug 27 13:15:07 2012	(r303226)
@@ -10,7 +10,7 @@ PORTVERSION=	2.0
 PORTREVISION=	3
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_LOCAL:S/$/:freebsd/} \
-		http://www.void.irq.org/:original
+		http://www.irq.org/:original
 MASTER_SITE_SUBDIR=	flz/${PORTNAME}/:freebsd
 DISTFILES=	bofh-fortune-mod${PORTVERSION}${EXTRACT_SUFX}:original,freebsd
 



More information about the svn-ports-head mailing list