From owner-freebsd-gnome@FreeBSD.ORG Mon May 13 15:40:06 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0BAA8E4A for ; Mon, 13 May 2013 15:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F22E9154 for ; Mon, 13 May 2013 15:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4DFe5bj033235 for ; Mon, 13 May 2013 15:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4DFe5TL033234; Mon, 13 May 2013 15:40:05 GMT (envelope-from gnats) Date: Mon, 13 May 2013 15:40:05 GMT Message-Id: <201305131540.r4DFe5TL033234@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178523: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 15:40:06 -0000 The following reply was made to PR ports/178523; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178523: commit references a PR Date: Mon, 13 May 2013 15:36:57 +0000 (UTC) Author: kwm Date: Mon May 13 15:36:50 2013 New Revision: 318108 URL: http://svnweb.freebsd.org/changeset/ports/318108 Log: Put faster site first [1], while here add http mirror. PR: ports/178523 [1] Submitted by: Kubilay Kocak Modified: head/textproc/libxslt/Makefile Modified: head/textproc/libxslt/Makefile ============================================================================== --- head/textproc/libxslt/Makefile Mon May 13 15:32:29 2013 (r318107) +++ head/textproc/libxslt/Makefile Mon May 13 15:36:50 2013 (r318108) @@ -5,8 +5,9 @@ PORTNAME= libxslt PORTVERSION= 1.1.28 PORTREVISION?= 1 CATEGORIES?= textproc gnome -MASTER_SITES= ftp://gd.tuwien.ac.at/pub/libxml/ \ - ftp://xmlsoft.org/libxml2/ +MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ + http://xmlsoft.org/sources/ \ + ftp://gd.tuwien.ac.at/pub/libxml/ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"