* 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.
This commit is contained in:
parent
2955cf205d
commit
62d86a993a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31003
4 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (SN451.tar.gz) = 0db736f55a930b0074c10ad2be79a5eb
|
||||
MD5 (SN451.tar.bz2) = 8b85afa5a11697c4d26ae3c663b6e67f
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (SN451.tar.gz) = 0db736f55a930b0074c10ad2be79a5eb
|
||||
MD5 (SN451.tar.bz2) = 8b85afa5a11697c4d26ae3c663b6e67f
|
||||
|
|
Loading…
Reference in a new issue