Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2015 21:31:43 +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: r404028 - head/graphics/ruby-gd
Message-ID:  <201512192131.tBJLVhX0057958@repo.freebsd.org>

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

Log:
  - fix MASTER_SITES
  - remove BROKEN

Modified:
  head/graphics/ruby-gd/Makefile

Modified: head/graphics/ruby-gd/Makefile
==============================================================================
--- head/graphics/ruby-gd/Makefile	Sat Dec 19 21:16:07 2015	(r404027)
+++ head/graphics/ruby-gd/Makefile	Sat Dec 19 21:31:43 2015	(r404028)
@@ -5,7 +5,8 @@ PORTNAME=	gd
 PORTVERSION=	0.8.0
 PORTREVISION=	5
 CATEGORIES=	graphics ruby
-MASTER_SITES=	http://www.daifukuya.com/archive/kagemai/lib/
+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}
 PKGNAMESUFFIX=	${PKGNAMESUFFIX_XPM}
 DISTNAME=	ruby-GD-0.7.4
@@ -14,7 +15,6 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Ruby extension library to use Thomas Boutell's gd library
 
-BROKEN=		unfetchable
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libgd.so:${PORTSDIR}/graphics/gd
 



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