svn commit: r404028 - head/graphics/ruby-gd
Dirk Meyer
dinoex at FreeBSD.org
Sat Dec 19 21:31:44 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list