diff options
author | Donald Burr <dburr@FreeBSD.org> | 2000-07-24 22:08:26 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 2000-07-24 22:08:26 +0000 |
commit | 62d86a993a20663f307cfe7b13dc9504d5e59b5c (patch) | |
tree | a96a1925f74040f41d6521e9c457e0e163b34414 /devel/sourcenav | |
parent | 2955cf205d102f711aa05d622ed85d09b9cfea4e (diff) | |
download | ports-62d86a993a20663f307cfe7b13dc9504d5e59b5c.tar.gz ports-62d86a993a20663f307cfe7b13dc9504d5e59b5c.zip |
* Changed to use the bzip2 compressed file, since it's significantly
smaller than the .gz one.
* Added a few mirror sites, since the main (redhat) site is overloaded
at the moment.
Thanks to:Mikhail Teterin and Dmitry S. Sivachenko for the suggestion.
Notes
Notes:
svn path=/head/; revision=31003
Diffstat (limited to 'devel/sourcenav')
-rw-r--r-- | devel/sourcenav/Makefile | 6 | ||||
-rw-r--r-- | devel/sourcenav/distinfo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/sourcenav/Makefile b/devel/sourcenav/Makefile index a75edf611f3e..98d1479da5ab 100644 --- a/devel/sourcenav/Makefile +++ b/devel/sourcenav/Makefile @@ -8,12 +8,16 @@ PORTNAME= SN PORTVERSION= 4.5.1 CATEGORIES= devel -MASTER_SITES= ftp://sources.redhat.com/pub/sourcenav/releases/ +MASTER_SITES= ftp://sources.redhat.com/pub/sourcenav/releases/ \ + ftp://sourceware.cygnus.com/pub/sourcenav/releases/ \ + ftp://ftp.sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/sourcenav/releases/ \ + ftp://ftp.ai-lab.fh-furtwangen.de/pub/mirror/sources.redhat.com/pub/sourcenav/releases/ DISTNAME= SN451 MAINTAINER= dburr@FreeBSD.ORG PREFIX= ${LOCALBASE}/SN +USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/devel/sourcenav/distinfo b/devel/sourcenav/distinfo index 1bca868305d0..04e839cbd7af 100644 --- a/devel/sourcenav/distinfo +++ b/devel/sourcenav/distinfo @@ -1 +1 @@ -MD5 (SN451.tar.gz) = 0db736f55a930b0074c10ad2be79a5eb +MD5 (SN451.tar.bz2) = 8b85afa5a11697c4d26ae3c663b6e67f |