diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-03-02 19:45:23 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-03-02 19:45:23 +0000 |
commit | 356f82577d082671968c754344fdc3dca4e4990b (patch) | |
tree | 779a54602a0b02574e83647b7a0df4defd965556 | |
parent | e8bb7e6833b984a226bd38d3f4cc7d8e627bfd3e (diff) |
. Replace unresponsive MASTER_SITE with two working ones.
Submitted by: bento, distfiles survey
Notes
Notes:
svn path=/head/; revision=102760
-rw-r--r-- | java/guavac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/guavac/Makefile b/java/guavac/Makefile index dadd6a56a51d..62c8366e66c2 100644 --- a/java/guavac/Makefile +++ b/java/guavac/Makefile @@ -9,7 +9,8 @@ PORTNAME= guavac PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= java -MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/devel/compilers/guavac/ +MASTER_SITES= ftp://ftp.unicamp.br/pub/languages/java/guavac/ \ + http://www.netsw.org/softeng/lang/java/compiler/guavac/ MAINTAINER= ports@FreeBSD.org COMMENT= Java compiler and decompiler developed under GPL |