From owner-svn-ports-all@freebsd.org Sat Dec 19 21:31:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9021A4BE8B; Sat, 19 Dec 2015 21:31:44 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 821D11E6E; Sat, 19 Dec 2015 21:31:44 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBJLVhkE057959; Sat, 19 Dec 2015 21:31:43 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBJLVhX0057958; Sat, 19 Dec 2015 21:31:43 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201512192131.tBJLVhX0057958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 19 Dec 2015 21:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404028 - head/graphics/ruby-gd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2015 21:31:44 -0000 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