diff options
author | dburr <dburr@FreeBSD.org> | 2000-07-24 22:08:26 +0000 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 2000-07-24 22:08:26 +0000 |
commit | 49c0b3d1d9ffd2650f52c442f999451771ee2479 (patch) | |
tree | 549dd38f24b62fd149d49bf15554e243a48d1441 /devel/sourcenav | |
parent | 84272fcd96dca848a4d3786a5a990b8b7180649f (diff) | |
download | FreeBSD-ports-49c0b3d1d9ffd2650f52c442f999451771ee2479.zip FreeBSD-ports-49c0b3d1d9ffd2650f52c442f999451771ee2479.tar.gz |
* 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.
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 a75edf6..98d1479 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 1bca868..04e839c 100644 --- a/devel/sourcenav/distinfo +++ b/devel/sourcenav/distinfo @@ -1 +1 @@ -MD5 (SN451.tar.gz) = 0db736f55a930b0074c10ad2be79a5eb +MD5 (SN451.tar.bz2) = 8b85afa5a11697c4d26ae3c663b6e67f |