diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-11 23:43:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-11 23:43:47 +0000 |
commit | 24378fc81892d3f1519e66ee6215f41ab3899547 (patch) | |
tree | e0984009b9e776697cd9748711e90b7ca383608c | |
parent | c6e9a6c203ea4d3ba315833569498973326395a4 (diff) | |
download | pkgsrc-24378fc81892d3f1519e66ee6215f41ab3899547.tar.gz |
Remove ftp1.digium.com from MASTER_SITES, does not resolve.
From Zafer Aydogan in PR 37309.
-rw-r--r-- | comms/asterisk-sounds-extra/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/asterisk-sounds-extra/Makefile b/comms/asterisk-sounds-extra/Makefile index 0780833d3f9..ef775d133b8 100644 --- a/comms/asterisk-sounds-extra/Makefile +++ b/comms/asterisk-sounds-extra/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:29:04 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2007/11/11 23:43:47 wiz Exp $ # VER= 1.2.1 DISTNAME= asterisk-sounds-${VER} PKGNAME= asterisk-sounds-extra-${VER} CATEGORIES= comms -MASTER_SITES= http://ftp1.digium.com/pub/asterisk/ \ - http://ftp2.digium.com/pub/asterisk/ - +MASTER_SITES= http://ftp2.digium.com/pub/asterisk/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ftp.digium.com/pub/asterisk/ |