Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2015 21:42:07 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404030 - head/devel/ruby-locale
Message-ID:  <201512192142.tBJLg7V5063624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sat Dec 19 21:42:06 2015
New Revision: 404030
URL: https://svnweb.freebsd.org/changeset/ports/404030

Log:
  - fix MASTER_SITES
  - remove BROKEN

Modified:
  head/devel/ruby-locale/Makefile

Modified: head/devel/ruby-locale/Makefile
==============================================================================
--- head/devel/ruby-locale/Makefile	Sat Dec 19 21:40:41 2015	(r404029)
+++ head/devel/ruby-locale/Makefile	Sat Dec 19 21:42:06 2015	(r404030)
@@ -5,7 +5,8 @@ PORTNAME=	locale
 PORTVERSION=	0.2
 PORTREVISION=	2
 CATEGORIES=	devel ruby
-MASTER_SITES=	http://freebsd.unixfreunde.de/sources/
+MASTER_SITES=	ftp://ftp.jp.vim.org/pub/distfiles/ruby/ \
+		http://www.mmnt.net/db/0/8/ftp.jp.vim.org/pub/distfiles/ruby/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	ruby
@@ -13,7 +14,6 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Simple Ruby module that provides setlocale(3)
 
-BROKEN=		unfetchable
 CONFLICTS=	${PKGNAMEPREFIX}locale2-[0-9]*
 
 #USE_BZIP2=	yes	# only saves 500 bytes..



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