diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-04 22:24:10 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-04 22:24:10 +0800 |
commit | 399f0cf3c40e7ec6e3765b2ef99d4fcd078ae85b (patch) | |
tree | c5446c73b31b9745cf7b39eb7f69606a4529e668 | |
parent | 0831ef23ff702bdfe98f6f54aba660903f6beea9 (diff) | |
download | freebsd-ports-gnome-399f0cf3c40e7ec6e3765b2ef99d4fcd078ae85b.tar.gz freebsd-ports-gnome-399f0cf3c40e7ec6e3765b2ef99d4fcd078ae85b.tar.zst freebsd-ports-gnome-399f0cf3c40e7ec6e3765b2ef99d4fcd078ae85b.zip |
- Fix fetch, remove WWW
-rw-r--r-- | math/ruby-gmp/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-gmp/pkg-descr | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/math/ruby-gmp/Makefile b/math/ruby-gmp/Makefile index fcb8ebea55fb..81091da1ad3b 100644 --- a/math/ruby-gmp/Makefile +++ b/math/ruby-gmp/Makefile @@ -9,7 +9,7 @@ PORTNAME= gmp PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= math ruby -MASTER_SITES= http://synapsa.infoland.int.pl/~taw/libgmp-ruby/ +MASTER_SITES= http://raa.ruby-lang.org/cache/libgmp-ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= lib${PORTNAME}-ruby_${PORTVERSION} DIST_SUBDIR= ruby diff --git a/math/ruby-gmp/pkg-descr b/math/ruby-gmp/pkg-descr index 5a407a5e90d4..a1ba25258337 100644 --- a/math/ruby-gmp/pkg-descr +++ b/math/ruby-gmp/pkg-descr @@ -1,4 +1,3 @@ This is Ruby bindings to GNU Multiprecision Library. Author: Tomasz Wegrzanowski <taw@users.sf.net> -WWW: http://synapsa.infoland.int.pl/~taw/libgmp-ruby/ |