diff options
author | wiz <wiz> | 2007-11-11 23:43:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-11-11 23:43:47 +0000 |
commit | 6e6248097554463df3b5b037b8ed11c59be95a8c (patch) | |
tree | e0984009b9e776697cd9748711e90b7ca383608c /comms | |
parent | 1b9e71b918969406d5f0dcbfca510af4be9b0aac (diff) | |
download | pkgsrc-6e6248097554463df3b5b037b8ed11c59be95a8c.tar.gz |
Remove ftp1.digium.com from MASTER_SITES, does not resolve.
From Zafer Aydogan in PR 37309.
Diffstat (limited to 'comms')
-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/ |