Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 22:59:28 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403878 - head/devel/oniguruma4
Message-ID:  <201512162259.tBGMxSlc007868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Dec 16 22:59:27 2015
New Revision: 403878
URL: https://svnweb.freebsd.org/changeset/ports/403878

Log:
  devel/oniguruma4: Change MASTERSITE to unbreak
  
  This port is too big to fail.  It took out 148 dports by itself.
  Switch to a different mirror (checksum still works).

Modified:
  head/devel/oniguruma4/Makefile

Modified: head/devel/oniguruma4/Makefile
==============================================================================
--- head/devel/oniguruma4/Makefile	Wed Dec 16 22:46:05 2015	(r403877)
+++ head/devel/oniguruma4/Makefile	Wed Dec 16 22:59:27 2015	(r403878)
@@ -5,15 +5,13 @@ PORTNAME=	oniguruma
 PORTVERSION=	4.7.1
 PORTREVISION=	1
 CATEGORIES=	devel textproc
-MASTER_SITES=	http://www.geocities.jp/kosako3/oniguruma/archive/
+MASTER_SITES=	http://mirror.jaredwhiting.net/distfiles/ruby/
 DISTNAME=	onig-${PORTVERSION}
 DIST_SUBDIR=	ruby
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	BSDL Regular Expressions library compatible with POSIX/GNU/Perl
 
-BROKEN=		unfetchable
-
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 



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