svn commit: r403878 - head/devel/oniguruma4

John Marino marino at FreeBSD.org
Wed Dec 16 22:59:29 UTC 2015


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 at FreeBSD.org
 COMMENT=	BSDL Regular Expressions library compatible with POSIX/GNU/Perl
 
-BROKEN=		unfetchable
-
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 


More information about the svn-ports-head mailing list