svn commit: r404030 - head/devel/ruby-locale

Dirk Meyer dinoex at FreeBSD.org
Sat Dec 19 21:42:08 UTC 2015


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 at FreeBSD.org
 COMMENT=	Simple Ruby module that provides setlocale(3)
 
-BROKEN=		unfetchable
 CONFLICTS=	${PKGNAMEPREFIX}locale2-[0-9]*
 
 #USE_BZIP2=	yes	# only saves 500 bytes..


More information about the svn-ports-all mailing list