From owner-svn-ports-head@freebsd.org Fri Apr 1 20:45:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C542AB001F5; Fri, 1 Apr 2016 20:45:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D0D7130D; Fri, 1 Apr 2016 20:45:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31Kj3Rg093299; Fri, 1 Apr 2016 20:45:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31Kj3Aq093295; Fri, 1 Apr 2016 20:45:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604012045.u31Kj3Aq093295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 1 Apr 2016 20:45:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412373 - in head: Mk audio/alsa-lib audio/alsa-plugins audio/alsa-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 20:45:04 -0000 Author: jbeich Date: Fri Apr 1 20:45:03 2016 New Revision: 412373 URL: https://svnweb.freebsd.org/changeset/ports/412373 Log: bsd.sites.mk: with last mirror dead retire MASTER_SITE_ALSA $ fetch -v http://alsa.cybermirror.org/lib/alsa-lib-1.1.0.tar.bz2 [...] 404 Not Found Not Found The requested URL /lib/alsa-lib-1.1.0.tar.bz2 was not found on this server. Modified: head/Mk/bsd.sites.mk (contents, props changed) head/audio/alsa-lib/Makefile (contents, props changed) head/audio/alsa-plugins/Makefile (contents, props changed) head/audio/alsa-utils/Makefile (contents, props changed) Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri Apr 1 20:44:23 2016 (r412372) +++ head/Mk/bsd.sites.mk Fri Apr 1 20:45:03 2016 (r412373) @@ -48,12 +48,6 @@ MASTER_SITE_AFTERSTEP+= \ ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ .endif -.if !defined(IGNORE_MASTER_SITE_ALSA) -MASTER_SITE_ALSA+= \ - http://alsa.cybermirror.org/%SUBDIR%/ \ - ftp://ftp.alsa-project.org/pub/%SUBDIR%/ -.endif - .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ http://www.apache.org/dist/%SUBDIR%/ \ Modified: head/audio/alsa-lib/Makefile ============================================================================== --- head/audio/alsa-lib/Makefile Fri Apr 1 20:44:23 2016 (r412372) +++ head/audio/alsa-lib/Makefile Fri Apr 1 20:45:03 2016 (r412373) @@ -4,7 +4,7 @@ PORTNAME= alsa-lib PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= ALSA/lib \ +MASTER_SITES= ftp://ftp.alsa-project.org/pub/lib/ \ GENTOO MAINTAINER= jbeich@FreeBSD.org Modified: head/audio/alsa-plugins/Makefile ============================================================================== --- head/audio/alsa-plugins/Makefile Fri Apr 1 20:44:23 2016 (r412372) +++ head/audio/alsa-plugins/Makefile Fri Apr 1 20:45:03 2016 (r412373) @@ -4,7 +4,7 @@ PORTNAME= alsa-plugins PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= ALSA/plugins \ +MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/ \ GENTOO MAINTAINER= jbeich@FreeBSD.org Modified: head/audio/alsa-utils/Makefile ============================================================================== --- head/audio/alsa-utils/Makefile Fri Apr 1 20:44:23 2016 (r412372) +++ head/audio/alsa-utils/Makefile Fri Apr 1 20:45:03 2016 (r412373) @@ -4,7 +4,7 @@ PORTNAME= alsa-utils PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= ALSA/utils \ +MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/ \ GENTOO MAINTAINER= jbeich@FreeBSD.org