Date: Mon, 27 Aug 2012 13:15:07 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303226 - head/misc/fortune-mod-bofh Message-ID: <201208271315.q7RDF71a002055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208271315.q7RDF71a002055>