From 22afae2809fc4d926e938cd1eec1396edf9bcbdf Mon Sep 17 00:00:00 2001 From: rpointel Date: Mon, 19 Mar 2012 06:16:22 +0000 Subject: [PATCH] MASTER_SITES has changed (previous still works but has a 301 status code). Information from Stefan Koerner (thanks). --- devel/mercurial/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index ae781cc7720..f5677b2dcff 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2011/11/16 15:00:52 rpointel Exp $ +# $OpenBSD: Makefile,v 1.44 2012/03/19 06:16:22 rpointel Exp $ COMMENT = fast, lightweight source control management @@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM = Yes PERMIT_DISTFILES_FTP = Yes -MASTER_SITES = http://www.selenic.com/mercurial/release/ +MASTER_SITES = http://mercurial.selenic.com/release/ MODULES = lang/python USE_GROFF = Yes