diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-09-06 16:47:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-09-06 16:47:35 +0000 |
commit | f47fe86bf251159b6dfdbf9055ba06227da613ad (patch) | |
tree | 1617121457eb7455489f203dddfed65c08cdca8d /net/asterisk16 | |
parent | ebbba84273b8168f2e97d003d53dda1b4e67c549 (diff) |
Update the MASTER_SITES.
Submitted by: Jean Milanez Melo
Notes
Notes:
svn path=/head/; revision=142112
Diffstat (limited to 'net/asterisk16')
-rw-r--r-- | net/asterisk16/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 93e63cc0dc85..8843e1656192 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -9,7 +9,9 @@ PORTNAME= asterisk PORTVERSION= 1.0.9 PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ +MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ + http://ftp.digium.com/pub/asterisk/old-releases/ \ + ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ PATCHFILES= ${PORTNAME}-1.0.8-${BRIVER}.patch.gz |