From owner-svn-ports-head@FreeBSD.ORG Wed Oct 22 17:59:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 806B0DC8; Wed, 22 Oct 2014 17:59:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 622DDBF9; Wed, 22 Oct 2014 17:59:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9MHx22V083683; Wed, 22 Oct 2014 17:59:02 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9MHx1We083678; Wed, 22 Oct 2014 17:59:01 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201410221759.s9MHx1We083678@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Wed, 22 Oct 2014 17:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371366 - in head/devel: libstatgrab libstatgrab0 libukcprog py-statgrab 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.18-1 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: Wed, 22 Oct 2014 17:59:02 -0000 Author: tdb Date: Wed Oct 22 17:59:00 2014 New Revision: 371366 URL: https://svnweb.freebsd.org/changeset/ports/371366 QAT: https://qat.redports.org/buildarchive/r371366/ Log: Use ftp.mirrorservice.org instead of ftp.uk.i-scream.org. % host ftp.uk.i-scream.org ftp.uk.i-scream.org is an alias for ftp.mirrorservice.org. Modified: head/devel/libstatgrab/Makefile head/devel/libstatgrab0/Makefile head/devel/libukcprog/Makefile head/devel/py-statgrab/Makefile Modified: head/devel/libstatgrab/Makefile ============================================================================== --- head/devel/libstatgrab/Makefile Wed Oct 22 17:57:20 2014 (r371365) +++ head/devel/libstatgrab/Makefile Wed Oct 22 17:59:00 2014 (r371366) @@ -4,7 +4,7 @@ PORTNAME= libstatgrab PORTVERSION= 0.91 CATEGORIES= devel -MASTER_SITES= http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \ +MASTER_SITES= http://ftp.mirrorservice.org/pub/i-scream/libstatgrab/ \ http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libstatgrab/ \ http://ftp.i-scream.org/pub/i-scream/libstatgrab/ Modified: head/devel/libstatgrab0/Makefile ============================================================================== --- head/devel/libstatgrab0/Makefile Wed Oct 22 17:57:20 2014 (r371365) +++ head/devel/libstatgrab0/Makefile Wed Oct 22 17:59:00 2014 (r371366) @@ -4,7 +4,7 @@ PORTNAME= libstatgrab PORTVERSION= 0.17 CATEGORIES= devel -MASTER_SITES= http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \ +MASTER_SITES= http://ftp.mirrorservice.org/pub/i-scream/libstatgrab/ \ http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libstatgrab/ \ http://ftp.i-scream.org/pub/i-scream/libstatgrab/ PKGNAMESUFFIX= 0 Modified: head/devel/libukcprog/Makefile ============================================================================== --- head/devel/libukcprog/Makefile Wed Oct 22 17:57:20 2014 (r371365) +++ head/devel/libukcprog/Makefile Wed Oct 22 17:59:00 2014 (r371366) @@ -5,7 +5,7 @@ PORTNAME= libukcprog PORTVERSION= 1.0.2 PORTREVISION= 5 CATEGORIES= devel -MASTER_SITES= http://ftp.uk.i-scream.org/pub/i-scream/libukcprog/ \ +MASTER_SITES= http://ftp.mirrorservice.org/pub/i-scream/libukcprog/ \ http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libukcprog/ \ http://ftp.i-scream.org/pub/i-scream/libukcprog/ Modified: head/devel/py-statgrab/Makefile ============================================================================== --- head/devel/py-statgrab/Makefile Wed Oct 22 17:57:20 2014 (r371365) +++ head/devel/py-statgrab/Makefile Wed Oct 22 17:59:00 2014 (r371366) @@ -4,7 +4,7 @@ PORTNAME= statgrab PORTVERSION= 0.6 CATEGORIES= devel python -MASTER_SITES= http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ +MASTER_SITES= http://ftp.mirrorservice.org/pub/i-scream/%SUBDIR%/ \ http://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ MASTER_SITE_SUBDIR= py${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}